aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-19 10:16:44 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-19 10:16:44 +0000
commit58cae911fce0df7403cd58db4cb099c67dde90a6 (patch)
tree71184726b1e9301c7d77efe42084dc89edd7c71e /modules/mga-mirrors
parentc2b502c38aab206f12e667400f3b99232509d13f (diff)
downloadpuppet-58cae911fce0df7403cd58db4cb099c67dde90a6.tar
puppet-58cae911fce0df7403cd58db4cb099c67dde90a6.tar.gz
puppet-58cae911fce0df7403cd58db4cb099c67dde90a6.tar.bz2
puppet-58cae911fce0df7403cd58db4cb099c67dde90a6.tar.xz
puppet-58cae911fce0df7403cd58db4cb099c67dde90a6.zip
fix syntax
Diffstat (limited to 'modules/mga-mirrors')
-rw-r--r--modules/mga-mirrors/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index 714cf463..a3b865df 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -8,7 +8,7 @@ class mga-mirrors {
apache::vhost_catalyst_app { $vhost:
script => "/usr/bin/mga_mirrors_fastcgi.pl",
- require => Package['mga-mirrors']
+ require => Package['mga-mirrors'],
use_ssl => true,
}