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:
Jeremy Stanley 2016-08-20 15:03:02 +00:00
parent 28767a5486
commit 0af7e6addd
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ class mediawiki(
$ssl_chain_file_contents = undef,
$ssl_key_file = 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_recaptchasecretkey = undef,
$wg_googleanalyticsaccount = undef,