From: Peter Palfrader Date: Thu, 16 Jul 2009 13:24:32 +0000 (+0200) Subject: do not replace /var/log/apache2 symlinks with directories X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8b17990880da32b3489274c32bd9a2ca5bfc4b4f;p=dsa-puppet.git do not replace /var/log/apache2 symlinks with directories --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 706d40e1..52830986 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -33,9 +33,10 @@ class apache2 { "/srv/www/default.debian.org/htdocs/index.html": content => template("apache2/default-index.html"); - "/var/log/apache2": - mode => 755, - ensure => directory; + # sometimes this is a symlink + #"/var/log/apache2": + # mode => 755, + # ensure => directory; } exec { "apache2 reload":