summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-15 17:47:16 +0200
committermh <mh@immerda.ch>2011-07-15 17:47:16 +0200
commitd7e68d7835491c852fbb4a1832040c98eea14122 (patch)
treee30e585bef0cbce9cb0754e47cdd0632998bf877 /manifests/vhost
parent9c79c0f782204bceb305ebde1d088344c61fe827 (diff)
it is not anymore necessary to add an empty source to purge directories
Diffstat (limited to 'manifests/vhost')
-rw-r--r--manifests/vhost/php/standard.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 143e006..ecbb79a 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -117,7 +117,6 @@ define apache::vhost::php::standard(
'present' => directory,
default => absent,
},
- source => "puppet:///modules/common/empty",
owner => $documentroot_owner, group => $documentroot_group, mode => 0750,
}
$php_safe_mode_exec_bins_subst = regsubst($php_safe_mode_exec_bins,"(.+)","${name}@\\1")