From 8326e3b40891bc4277e324f57ca5b771a977fcb0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 26 Apr 2025 09:38:25 +0100 Subject: [PATCH] Put the wiki in readonly mode --- roles/konqi.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/konqi.rb b/roles/konqi.rb index 2ef8ebd84..dab8a82b6 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -29,6 +29,9 @@ default_attributes( } } } + }, + :wiki => { + :site_readonly => "READ ONLY: The wiki is currently read only for maintenance" } ) -- 2.39.5