aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-22 02:04:06 +0000
committerMichael Scherer <misc@mageia.org>2010-11-22 02:04:06 +0000
commitcebb38992a1e09527c0371833b987eaff79e6ae8 (patch)
treed8bd4f4a120b15b88968ccfaf2be70ad435ab00c /modules/mga-mirrors
parent9395c9d231dd4849d8ceaa33c687bf006212592d (diff)
downloadpuppet-cebb38992a1e09527c0371833b987eaff79e6ae8.tar
puppet-cebb38992a1e09527c0371833b987eaff79e6ae8.tar.gz
puppet-cebb38992a1e09527c0371833b987eaff79e6ae8.tar.bz2
puppet-cebb38992a1e09527c0371833b987eaff79e6ae8.tar.xz
puppet-cebb38992a1e09527c0371833b987eaff79e6ae8.zip
- add default password of x, so manifests do not fail on test vms
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 f602a47e..6f74907f 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -10,7 +10,7 @@ class mga-mirrors {
script => "/usr/bin/mga_mirrors_fastcgi.pl"
}
- $password = extlookup("mga_mirror_password")
+ $password = extlookup("mga_mirror_password",'x')
file { "mga-mirrors.ini":
path => "/etc/mga-mirrors.ini",