From 8513f835088eae9af6d7c67584569c2548823222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 20 Apr 2017 12:58:16 +0200 Subject: bugzilla: Fix typo --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 9e8bda30..4d2556c0 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -26,7 +26,7 @@ class bugzilla { $pgsql_password = extlookup('bugzilla_pgsql','x') $ldap_password = extlookup('bugzilla_ldap','x') - bugzilla_secret_key = extlookup('bugzilla_secret_key','x') + $bugzilla_secret_key = extlookup('bugzilla_secret_key','x') postgresql::remote_db_and_user { 'bugs': description => 'Bugzilla database', -- cgit v1.2.1