diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 12:51:42 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-20 12:51:42 +0200 |
commit | e8a4b072e457464e4fdece71099467212b08a729 (patch) | |
tree | 80c67bb3db23236defa7457ef6fc14a80ccae2bf /modules/bugzilla/templates | |
parent | 20d1171943c221dc2ddb9a5524aa0cf7972ea11d (diff) | |
download | puppet-e8a4b072e457464e4fdece71099467212b08a729.tar puppet-e8a4b072e457464e4fdece71099467212b08a729.tar.gz puppet-e8a4b072e457464e4fdece71099467212b08a729.tar.bz2 puppet-e8a4b072e457464e4fdece71099467212b08a729.tar.xz puppet-e8a4b072e457464e4fdece71099467212b08a729.zip |
bugzilla: Fix localconfig by adding secret key
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/localconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index fc10086b..3e304084 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -119,3 +119,4 @@ $interdiffbin = '/usr/bin/interdiff'; # are using that feature of the Patch Viewer.) $diffpath = '/usr/bin'; +$site_wide_secret = '<%= bugzilla_secret_key %>'; |