From 23395242055e0ebc067e83edcaf09d67ef2e2497 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 09:42:55 +0300 Subject: lint fixes for mga-treasuer --- modules/mga-treasurer/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mga-treasurer/manifests/init.pp b/modules/mga-treasurer/manifests/init.pp index 8748541f..d41b518e 100644 --- a/modules/mga-treasurer/manifests/init.pp +++ b/modules/mga-treasurer/manifests/init.pp @@ -47,19 +47,19 @@ class mga-treasurer( location => $vhostdir, aliases => { "/${grisbi_filename}" => $grisbi_path, - "/static" => '/usr/share/mga-treasurer/static', + "/static" => '/usr/share/mga-treasurer/static', }, content => template('mga-treasurer/vhost_mga-treasurer.conf'), require => File[$vhostdir], } - apache::vhost::base { "ssl_$vhost": + apache::vhost::base { "ssl_${vhost}": use_ssl => true, vhost => $vhost, location => $vhostdir, aliases => { "/${grisbi_filename}" => $grisbi_path, - "/static" => '/usr/share/mga-treasurer/static', + "/static" => '/usr/share/mga-treasurer/static', }, content => template('mga-treasurer/vhost_mga-treasurer.conf'), require => File[$vhostdir], -- cgit v1.2.1