]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Fix a typo
authorPeter Palfrader <peter@palfrader.org>
Tue, 7 Apr 2009 23:20:31 +0000 (01:20 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 7 Apr 2009 23:20:31 +0000 (01:20 +0200)
modules/apache2/manifests/init.pp

index 9d712a0038d22b74a970ebe7458f2c4c0c0f46de..3a7efd2e5fb259af3fa527670480b3c90a93f468 100644 (file)
@@ -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,