aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 188cb0b7..06c53abc 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -36,7 +36,7 @@ class bugzilla {
webapp_file => 'bugzilla/webapp_bugzilla.conf',
}
- $bugs_vhost = "bugs.$::domain"
+ $bugs_vhost = "bugs.${::domain}"
$vhost_root = '/usr/share/bugzilla/www'
apache::vhost::redirect_ssl { $bugs_vhost: }
@@ -50,7 +50,7 @@ class bugzilla {
}
git::snapshot { $extension_location:
- source => "git://git.$::domain/web/templates/bugzilla",
+ source => "git://git.${::domain}/web/templates/bugzilla",
require => Package['bugzilla'],
}