aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-20 12:55:42 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-20 12:55:42 +0200
commitc886d8daaa02f775ad03351e1bce4d1ab4bc2b3e (patch)
tree4dd4ace4268ab2de2b9d0f6b9ab5383622743ee7 /modules/bugzilla
parente8a4b072e457464e4fdece71099467212b08a729 (diff)
downloadpuppet-c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e.tar
puppet-c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e.tar.gz
puppet-c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e.tar.bz2
puppet-c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e.tar.xz
puppet-c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e.zip
bugzilla: Fix finding bugzilla_secret_key
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-xmodules/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 d2254300..9e8bda30 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -26,6 +26,7 @@ class bugzilla {
$pgsql_password = extlookup('bugzilla_pgsql','x')
$ldap_password = extlookup('bugzilla_ldap','x')
+ bugzilla_secret_key = extlookup('bugzilla_secret_key','x')
postgresql::remote_db_and_user { 'bugs':
description => 'Bugzilla database',