diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 12:58:16 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 12:58:16 +0200 |
commit | 8513f835088eae9af6d7c67584569c2548823222 (patch) | |
tree | de815dff1cfb6c2b6bcc3aa6c89ecfbd8df3d2b6 /modules | |
parent | dff1da5006f26fa63bfd5de353c711133df1da03 (diff) | |
download | puppet-8513f835088eae9af6d7c67584569c2548823222.tar puppet-8513f835088eae9af6d7c67584569c2548823222.tar.gz puppet-8513f835088eae9af6d7c67584569c2548823222.tar.bz2 puppet-8513f835088eae9af6d7c67584569c2548823222.tar.xz puppet-8513f835088eae9af6d7c67584569c2548823222.zip |
bugzilla: Fix typo
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 2 |
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', |