From 5fa5866e8731b0fe8494dcb2ce76f45e36fb437c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 10 Nov 2010 00:57:44 +0000 Subject: - do not store password in clear in the svn --- modules/bugzilla/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bugzilla/manifests') 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, -- cgit v1.2.1