From 8b17990880da32b3489274c32bd9a2ca5bfc4b4f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 16 Jul 2009 15:24:32 +0200 Subject: [PATCH] do not replace /var/log/apache2 symlinks with directories --- modules/apache2/manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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": -- 2.39.2