diff options
Diffstat (limited to 'deployment/websites/manifests/start.pp')
-rw-r--r-- | deployment/websites/manifests/start.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp index d73b4f9c..ed0d4adb 100644 --- a/deployment/websites/manifests/start.pp +++ b/deployment/websites/manifests/start.pp @@ -1,6 +1,6 @@ class websites::start { include websites::base - apache::vhost_redirect { "start.$::domain": - url => "http://www.$::domain/community/", + apache::vhost_redirect { "start.${::domain}": + url => "http://www.${::domain}/community/", } } |