aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/static.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/static.pp')
-rw-r--r--deployment/websites/manifests/static.pp6
1 files changed, 3 insertions, 3 deletions
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",
}
}