diff options
Diffstat (limited to 'manifests/defines/vhost_varieties.pp')
-rw-r--r-- | manifests/defines/vhost_varieties.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp index ebf9ba6..68765a4 100644 --- a/manifests/defines/vhost_varieties.pp +++ b/manifests/defines/vhost_varieties.pp @@ -425,7 +425,7 @@ define apache::vhost::php::simplemachine( htpasswd_file => $htpasswd_file, htpasswd_path => $htpasswd_path, manage_directories => $manage_directories, - managed_directories => "$documentroot/attachements", + managed_directories => "$documentroot/attachments", manage_config => $manage_config, config_webwriteable => $config_webwriteable, config_file => 'Settings.php', |