diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 09:40:41 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 09:40:41 +0300 |
commit | 8781593db5ac6c7e6eb9e19b22df027fdabb56e7 (patch) | |
tree | 86fdd3d0afe40331063213b049cd30490610d2ec /modules/mga-mirrors/manifests | |
parent | 6a083cbdd3c938b40350d87c8d69e5ef29d265cc (diff) | |
download | puppet-8781593db5ac6c7e6eb9e19b22df027fdabb56e7.tar puppet-8781593db5ac6c7e6eb9e19b22df027fdabb56e7.tar.gz puppet-8781593db5ac6c7e6eb9e19b22df027fdabb56e7.tar.bz2 puppet-8781593db5ac6c7e6eb9e19b22df027fdabb56e7.tar.xz puppet-8781593db5ac6c7e6eb9e19b22df027fdabb56e7.zip |
lint fixes for mga-mirrors
Diffstat (limited to 'modules/mga-mirrors/manifests')
-rw-r--r-- | modules/mga-mirrors/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp index cd1b57ef..7bdad67e 100644 --- a/modules/mga-mirrors/manifests/init.pp +++ b/modules/mga-mirrors/manifests/init.pp @@ -12,7 +12,7 @@ class mga-mirrors { } } - apache::vhost::base { "ssl_$vhost": + apache::vhost::base { "ssl_${vhost}": vhost => $vhost, use_ssl => true, aliases => { |