From c61daf65b58b943994d1f21e52deee9a9ce04827 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 17:51:42 +0300 Subject: use consistent domain references --- deployment/websites/manifests/static.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deployment/websites/manifests/static.pp') diff --git a/deployment/websites/manifests/static.pp b/deployment/websites/manifests/static.pp index f2efa792..55a7e596 100644 --- a/deployment/websites/manifests/static.pp +++ b/deployment/websites/manifests/static.pp @@ -1,8 +1,8 @@ class websites::static { include websites::base - $vhostdir = "$websites::base::webdatadir/static.$::domain" + $vhostdir = "$websites::base::webdatadir/static.${::domain}" - apache::vhost::other_app { "static.$::domain": + apache::vhost::other_app { "static.${::domain}": vhost_file => 'websites/vhost_static.conf', } @@ -11,6 +11,6 @@ class websites::static { } git::snapshot { "${vhostdir}": - source => "git://git.$::domain/web/www", + source => "git://git.${::domain}/web/www", } } -- cgit v1.2.1