Set wiki name and logo URL

Take advantage of new mediawiki class variables to set the site name
and custom logo URL.

Change-Id: I8f4726f7bc51393fa8d63008cf703e192ef7a15f
Depends-On: Ie005d5629623a14f4ebd8aef21294f222249232f
This commit is contained in:
Jeremy Stanley 2016-08-24 18:13:01 +00:00
parent 9bc75ed17b
commit 33c6964bab
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ class openstack_project::wiki (
wg_recaptchasitekey => $wg_recaptchasitekey,
wg_recaptchasecretkey => $wg_recaptchasecretkey,
wg_googleanalyticsaccount => $wg_googleanalyticsaccount,
wg_sitename => 'OpenStack',
wg_logo => "https://${::fqdn}/w/images/thumb/c/c4/OpenStack_Logo_-_notext.png/30px-OpenStack_Logo_-_notext.png",
}
class { 'memcached':
max_memory => 2048,