Revision
214
Author
dmorgan
Date
2010-11-09 21:19:13 +0100 (Tue, 09 Nov 2010)

Log Message

Remove the secret key from the file ( even if this is not the one used )
  A new one will be recreated with checksetup.pl when needed.

Modified Paths

Modified: puppet/modules/bugzilla/templates/localconfig
===================================================================
--- puppet/modules/bugzilla/templates/localconfig	2010-11-09 15:01:12 UTC (rev 213)
+++ puppet/modules/bugzilla/templates/localconfig	2010-11-09 20:19:13 UTC (rev 214)
@@ -102,9 +102,3 @@
 # Please specify the directory name only; do not use trailing slash.
 $diffpath = '/usr/bin';
 
-# This secret key is used by your installation for the creation and
-# validation of encrypted tokens to prevent unsolicited changes,
-# such as bug changes. A random string is generated by default.
-# It's very important that this key is kept secret. It also must be
-# very long.
-$site_wide_secret = 'FLDtMWoTaBMifoR5CXo8yAFkeHNzCDra8BwWv6HDgGIvRLVMahTgl6wmD43RaY2pwrrY2xcTUkEX0sGOw7ZPnjwbqx56DtNqHMNDnkS43wywBMfhw0w798zFqAOMYySyPPdEIGg9ZJ1KOtHPk4jW6WVvaHpLjZQEmJYqygVmUaxsSwxdWCQcRPKmQtZqGjvWCwuiTtGOKUhEBbpCIIX20Yw5N50tNq95VzYC08Qw4FGp0stDsx82wNNxdnK1m9KZ';