Merge "Disallow robots for wiki-dev site"

This commit is contained in:
Jenkins 2016-09-08 19:19:30 +00:00 committed by Gerrit Code Review
commit 23451e661e
2 changed files with 3 additions and 0 deletions

View File

@ -407,6 +407,7 @@ node /^wiki-dev\d+\.openstack\.org$/ {
wg_upgradekey => hiera('wg_upgradekey'),
wg_recaptchasitekey => hiera('wg_recaptchasitekey'),
wg_recaptchasecretkey => hiera('wg_recaptchasecretkey'),
disallow_robots => true,
}
}

View File

@ -17,6 +17,7 @@ class openstack_project::wiki (
$wg_recaptchasitekey = undef,
$wg_recaptchasecretkey = undef,
$wg_googleanalyticsaccount = undef,
$disallow_robots = undef,
) {
package { ['openssl', 'ssl-cert', 'subversion']:
@ -54,6 +55,7 @@ class openstack_project::wiki (
wg_googleanalyticsaccount => $wg_googleanalyticsaccount,
wg_sitename => 'OpenStack',
wg_logo => "https://${site_hostname}/w/images/thumb/c/c4/OpenStack_Logo_-_notext.png/30px-OpenStack_Logo_-_notext.png",
disallow_robots => $disallow_robots,
}
class { 'memcached':
max_memory => 2048,