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 --- modules/bugzilla/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bugzilla/manifests') 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'], } -- cgit v1.2.1