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/planet/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/planet') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index a5e930b5..88e36a6f 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -6,7 +6,7 @@ class planet { home => '/var/lib/planet', } - $vhost = "planet.$::domain" + $vhost = "planet.${::domain}" $location = "/var/www/vhosts/${vhost}" include apache::mod::php -- cgit v1.2.1