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/cgit/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cgit') diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp index a7591813..58b80ede 100644 --- a/modules/cgit/manifests/init.pp +++ b/modules/cgit/manifests/init.pp @@ -15,7 +15,7 @@ class cgit { content => template('cgit/filter.commit-links.sh'), } - apache::vhost::base { "gitweb.$::domain": + apache::vhost::base { "gitweb.${::domain}": content => template('cgit/vhost.conf') } } -- cgit v1.2.1