diff options
author | Dan Fandrich <danf@mageia.org> | 2024-10-30 20:07:05 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-10-30 20:07:05 -0700 |
commit | 9f64213f456756c48791d88a73887491c097a141 (patch) | |
tree | cad3a8b231040975aedff6a8b1ee0d4298e16b61 /modules | |
parent | 4d6133c274f6ea67bbb32b0c966c83f1adbd84ac (diff) | |
download | puppet-9f64213f456756c48791d88a73887491c097a141.tar puppet-9f64213f456756c48791d88a73887491c097a141.tar.gz puppet-9f64213f456756c48791d88a73887491c097a141.tar.bz2 puppet-9f64213f456756c48791d88a73887491c097a141.tar.xz puppet-9f64213f456756c48791d88a73887491c097a141.zip |
Fix a typo in the last commit
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apache/templates/logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
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 |