summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/silverstripe.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/silverstripe.pp')
-rw-r--r--manifests/vhost/php/silverstripe.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/vhost/php/silverstripe.pp b/manifests/vhost/php/silverstripe.pp
index d120f04..da58296 100644
--- a/manifests/vhost/php/silverstripe.pp
+++ b/manifests/vhost/php/silverstripe.pp
@@ -61,11 +61,11 @@ define apache::vhost::php::silverstripe(
$config_webwriteable = false,
$manage_directories = true
){
-
+
include ::apache::include::silverstripe
-
+
$documentroot = $path ? {
- 'absent' => $operatingsystem ? {
+ 'absent' => $::operatingsystem ? {
openbsd => "/var/www/htdocs/${name}/www",
default => "/var/www/vhosts/${name}/www"
},
@@ -109,7 +109,7 @@ define apache::vhost::php::silverstripe(
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
manage_directories => $manage_directories,
- managed_directories => [ "$documentroot/assets" ],
+ managed_directories => [ "${documentroot}/assets" ],
manage_config => $manage_config,
}