aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-12-23 22:24:17 +0200
committerThomas Backlund <tmb@mageia.org>2016-12-23 22:24:17 +0200
commitbc40151045ff368ba789822dc4be71de5d8d0a3b (patch)
treebae871a485dbc75f1c6e3b2555aebbe2ba7a7f02 /deployment/wikis
parentdfb459156876ce1c65471ee1a1b96165d658f172 (diff)
downloadpuppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar
puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar.gz
puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar.bz2
puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.tar.xz
puppet-bc40151045ff368ba789822dc4be71de5d8d0a3b.zip
Lock down wiki
Diffstat (limited to 'deployment/wikis')
-rw-r--r--deployment/wikis/templates/wiki_settings2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings
index d2c1b199..d246d7bd 100644
--- a/deployment/wikis/templates/wiki_settings
+++ b/deployment/wikis/templates/wiki_settings
@@ -31,3 +31,5 @@ $wgExtraNamespaces[NS_QA_PROCEDURE] = 'QA_procedure';
$wgExtraNamespaces[NS_QA_PROCEDURE_TALK] = 'QA_procedure_Talk';
$wgContentNamespaces[] = NS_QA_PROCEDURE;
$wgNamespacesToBeSearchedDefault[NS_QA_PROCEDURE] = true;
+
+$wgReadOnly = 'This wiki is currently read-only';