aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/planet/manifests/init.pp')
-rw-r--r--modules/planet/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index a5e930b5..88e36a6f 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -6,7 +6,7 @@ class planet {
home => '/var/lib/planet',
}
- $vhost = "planet.$::domain"
+ $vhost = "planet.${::domain}"
$location = "/var/www/vhosts/${vhost}"
include apache::mod::php