From: Peter Palfrader Date: Tue, 7 Apr 2009 23:20:31 +0000 (+0200) Subject: Fix a typo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=33a3b0471f71840b631796f15318eaf64630d5a1;p=mirror%2Fdsa-puppet.git Fix a typo --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 9d712a003..3a7efd2e5 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -16,9 +16,9 @@ class apache2 { require => Package["apache2"], notify => Exec["apache2 reload"]; - "/etc/logroate.d/apache2": - source => [ "puppet:///apache2/per-host/$fqdn/etc/logroate.d/apache2", - "puppet:///apache2/common/etc/logroate.d/apache2" ]; + "/etc/logrotate.d/apache2": + source => [ "puppet:///apache2/per-host/$fqdn/etc/logrotate.d/apache2", + "puppet:///apache2/common/etc/logrotate.d/apache2" ]; "/srv/www": mode => 755,