summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-20 19:57:00 +0200
committermh <mh@immerda.ch>2009-09-20 19:57:00 +0200
commit01f9aadc98f2a62bdbf4d95967930c27921d677c (patch)
tree6ce3c4f46ec03f568ebb7654bd3c2b246e15e765 /manifests
parent46887bca7f4fe35a2f8da68749ab8e1c226d0f3e (diff)
remove unnecessary param
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/spip.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/vhost/php/spip.pp b/manifests/vhost/php/spip.pp
index 02bb778..e8de19c 100644
--- a/manifests/vhost/php/spip.pp
+++ b/manifests/vhost/php/spip.pp
@@ -31,8 +31,7 @@ define apache::vhost::php::spip(
$vhost_source = 'absent',
$vhost_destination = 'absent',
$htpasswd_file = 'absent',
- $htpasswd_path = 'absent',
- $manage_cron = true
+ $htpasswd_path = 'absent'
){
$documentroot = $path ? {
'absent' => $operatingsystem ? {