diff options
author | Andreas <andreas@immerda.ch> | 2010-01-20 17:46:48 +0100 |
---|---|---|
committer | Andreas <andreas@immerda.ch> | 2010-01-20 17:46:48 +0100 |
commit | 85ef61013344dfa47b62e7941434d6595c0cab9b (patch) | |
tree | 23d85495e6a3b52f98029677ffbb6c693be77f64 /manifests/vhost/php/drupal.pp | |
parent | 6e07cb89de9f4eeea61d640f00b8eb2d5cbcd9cc (diff) |
missing variables
Diffstat (limited to 'manifests/vhost/php/drupal.pp')
-rw-r--r-- | manifests/vhost/php/drupal.pp | 2 |
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 ? { |