From 9f64213f456756c48791d88a73887491c097a141 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 30 Oct 2024 20:07:05 -0700 Subject: Fix a typo in the last commit --- modules/apache/templates/logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/apache/templates/logrotate b/modules/apache/templates/logrotate index 2788a942..b0f41b55 100644 --- a/modules/apache/templates/logrotate +++ b/modules/apache/templates/logrotate @@ -2,7 +2,7 @@ <% if @hostname == 'duvel' %> rotate 60 daily -<% elif @hostname == 'friteuse' %> +<% elsif @hostname == 'friteuse' %> # The virtual disk is very small so keep log sizes down rotate 52 weekly -- cgit v1.2.1