aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-20 12:58:16 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-20 12:58:16 +0200
commit8513f835088eae9af6d7c67584569c2548823222 (patch)
treede815dff1cfb6c2b6bcc3aa6c89ecfbd8df3d2b6 /modules/bugzilla
parentdff1da5006f26fa63bfd5de353c711133df1da03 (diff)
downloadpuppet-8513f835088eae9af6d7c67584569c2548823222.tar
puppet-8513f835088eae9af6d7c67584569c2548823222.tar.gz
puppet-8513f835088eae9af6d7c67584569c2548823222.tar.bz2
puppet-8513f835088eae9af6d7c67584569c2548823222.tar.xz
puppet-8513f835088eae9af6d7c67584569c2548823222.zip
bugzilla: Fix typo
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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',