aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-10 00:57:44 +0000
committerMichael Scherer <misc@mageia.org>2010-11-10 00:57:44 +0000
commit5fa5866e8731b0fe8494dcb2ce76f45e36fb437c (patch)
treec9a48b99b48b824b7f12ca54d87b412b53199a05 /modules/bugzilla/manifests
parent567ba2d1640be888a56325ac3191f11b0c372ea3 (diff)
downloadpuppet-5fa5866e8731b0fe8494dcb2ce76f45e36fb437c.tar
puppet-5fa5866e8731b0fe8494dcb2ce76f45e36fb437c.tar.gz
puppet-5fa5866e8731b0fe8494dcb2ce76f45e36fb437c.tar.bz2
puppet-5fa5866e8731b0fe8494dcb2ce76f45e36fb437c.tar.xz
puppet-5fa5866e8731b0fe8494dcb2ce76f45e36fb437c.zip
- do not store password in clear in the svn
Diffstat (limited to 'modules/bugzilla/manifests')
-rw-r--r--modules/bugzilla/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 2649c217..6f758ce5 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -4,6 +4,7 @@ class bugzilla {
ensure => installed;
}
+ $password = extlookup("bugzilla_password")
file { '/etc/bugzilla/localconfig':
ensure => present,
owner => root,