X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=3a7efd2e5fb259af3fa527670480b3c90a93f468;hb=cc4d1e9f6a82195154bf8705a3f5f788aed666e6;hp=9d712a0038d22b74a970ebe7458f2c4c0c0f46de;hpb=a03c85261ca9724f599adf09d3b4b731200b0731;p=mirror%2Fdsa-puppet.git 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,