diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-11-09 20:19:13 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-11-09 20:19:13 +0000 |
commit | e0c6cd81d79c5a3ae53585698f97f64b600d3906 (patch) | |
tree | eba7b217b5c4cf27955a28ed25a31894cc62bdbf /modules | |
parent | e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca (diff) | |
download | puppet-e0c6cd81d79c5a3ae53585698f97f64b600d3906.tar puppet-e0c6cd81d79c5a3ae53585698f97f64b600d3906.tar.gz puppet-e0c6cd81d79c5a3ae53585698f97f64b600d3906.tar.bz2 puppet-e0c6cd81d79c5a3ae53585698f97f64b600d3906.tar.xz puppet-e0c6cd81d79c5a3ae53585698f97f64b600d3906.zip |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bugzilla/templates/localconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index 0371bf3b..26536e5f 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -102,9 +102,3 @@ $interdiffbin = '/usr/bin/interdiff'; # 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'; |