From c886d8daaa02f775ad03351e1bce4d1ab4bc2b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 20 Apr 2017 12:55:42 +0200 Subject: bugzilla: Fix finding bugzilla_secret_key --- 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 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', -- cgit v1.2.1