aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 12:24:46 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 12:24:46 +0000
commit75e79d222aeaa7be5c774a4218655c4ba2ffe6ab (patch)
treeb45e7c5ce363bb552de16bb7bddbcefd1be070b2 /modules/bugzilla/manifests
parenta0d62a41b9b21e44ae561e8ec0fa4457c7cfcc2a (diff)
downloadpuppet-75e79d222aeaa7be5c774a4218655c4ba2ffe6ab.tar
puppet-75e79d222aeaa7be5c774a4218655c4ba2ffe6ab.tar.gz
puppet-75e79d222aeaa7be5c774a4218655c4ba2ffe6ab.tar.bz2
puppet-75e79d222aeaa7be5c774a4218655c4ba2ffe6ab.tar.xz
puppet-75e79d222aeaa7be5c774a4218655c4ba2ffe6ab.zip
uniformisation of the name of variable used for password, so we know if this is ldap or postgresql at the first glance
Diffstat (limited to 'modules/bugzilla/manifests')
-rw-r--r--modules/bugzilla/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 8c4553ce..c1388ce7 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -6,8 +6,8 @@ class bugzilla {
ensure => installed;
}
- $password = extlookup("bugzilla_password",'x')
- $passwordLdap = extlookup("bugzilla_ldap",'x')
+ $pgsql_password = extlookup("bugzilla_pgsql",'x')
+ $ldap_password = extlookup("bugzilla_ldap",'x')
file { '/etc/bugzilla/localconfig':
ensure => present,