aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
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/sympa/manifests
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/sympa/manifests')
-rw-r--r--modules/sympa/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index 3a68ddcd..163b525f 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -6,8 +6,8 @@ class sympa {
ensure => installed;
}
- $password = extlookup("sympa_password")
- $ldappass = extlookup("sympa_ldap")
+ $password = extlookup("sympa_password",'x')
+ $ldappass = extlookup("sympa_ldap",'x')
file { '/etc/sympa/sympa.conf':
ensure => present,