diff options
Diffstat (limited to 'manifests')
-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 ? { |