Clean up old recaptcha parameters
Now that the openstack_project::wiki class no longer sets the old, unused recaptcha parameters, remove them from the module. Change-Id: I468b4936582701cf308be269bfc06801276efd18 Depends-On: I9f9ba63399a8885e3694cef37ec987f223ff6dca
This commit is contained in:
parent
28767a5486
commit
0af7e6addd
@ -12,8 +12,6 @@ class mediawiki(
|
|||||||
$ssl_chain_file_contents = undef,
|
$ssl_chain_file_contents = undef,
|
||||||
$ssl_key_file = undef,
|
$ssl_key_file = undef,
|
||||||
$ssl_key_file_contents = undef,
|
$ssl_key_file_contents = undef,
|
||||||
$wg_recaptchapublickey = undef, # TODO: remove (no longer used)
|
|
||||||
$wg_recaptchaprivatekey = undef, # TODO: remove (no longer used)
|
|
||||||
$wg_recaptchasitekey = undef,
|
$wg_recaptchasitekey = undef,
|
||||||
$wg_recaptchasecretkey = undef,
|
$wg_recaptchasecretkey = undef,
|
||||||
$wg_googleanalyticsaccount = undef,
|
$wg_googleanalyticsaccount = undef,
|
||||||
|
Loading…
Reference in New Issue
Block a user