summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2010-01-20 17:46:48 +0100
committerAndreas <andreas@immerda.ch>2010-01-20 17:46:48 +0100
commit85ef61013344dfa47b62e7941434d6595c0cab9b (patch)
tree23d85495e6a3b52f98029677ffbb6c693be77f64 /manifests
parent6e07cb89de9f4eeea61d640f00b8eb2d5cbcd9cc (diff)
missing variables
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/drupal.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/php/drupal.pp b/manifests/vhost/php/drupal.pp
index 0975d1e..68679c5 100644
--- a/manifests/vhost/php/drupal.pp
+++ b/manifests/vhost/php/drupal.pp
@@ -41,6 +41,8 @@ define apache::vhost::php::drupal(
$htpasswd_file = 'absent',
$htpasswd_path = 'absent',
$manage_directories = true,
+ $config_webwriteable = false,
+ $manage_config = true,
$manage_cron = true
){
$documentroot = $path ? {