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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/static.pp b/deployment/websites/manifests/static.pp
index b82b9029..f2efa792 100644
--- a/deployment/websites/manifests/static.pp
+++ b/deployment/websites/manifests/static.pp
@@ -10,7 +10,7 @@ class websites::static {
ensure => directory,
}
- git::snapshot { "$vhostdir":
+ git::snapshot { "${vhostdir}":
source => "git://git.$::domain/web/www",
}
}