summaryrefslogtreecommitdiff
path: root/manifests/vhost/php
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-21 14:52:44 +0100
committermh <mh@immerda.ch>2009-11-21 14:52:44 +0100
commit5333586e3b577fe70ddb73ab53a7220ad09d8b6a (patch)
tree31254a2b3bfb06b5cda56deffd248de9e631f0ad /manifests/vhost/php
parentf24f553a2a32b9bbeaddfe53bc30846e2f161031 (diff)
purge bin dir, only add php option if we actually added binaries
Diffstat (limited to 'manifests/vhost/php')
-rw-r--r--manifests/vhost/php/standard.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 88af6e9..a7d1276 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -77,6 +77,7 @@ define apache::vhost::php::standard(
}
file{$php_safe_mode_exec_bin_dir:
recurse => true,
+ force => true,
purge => true,
}
if $php_safe_mode_exec_bins != 'absent' {