diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-08 15:04:15 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2017-04-11 11:29:50 +0200 |
commit | a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4 (patch) | |
tree | 07f2e231b5867d0ecaed21b931e078751433ca44 /modules/bugzilla | |
parent | 793be6ba2093043ced23e67cd6e8b797f50bb420 (diff) | |
download | puppet-a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4.tar puppet-a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4.tar.gz puppet-a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4.tar.bz2 puppet-a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4.tar.xz puppet-a396dd9ac5b83a84d66d37a2bc2e3af266b8eed4.zip |
Add shutdown message
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params.json b/modules/bugzilla/templates/params.json index f5d709e4..89e4b1b6 100644 --- a/modules/bugzilla/templates/params.json +++ b/modules/bugzilla/templates/params.json @@ -74,7 +74,7 @@ "shadowdbhost" : "", "shadowdbport" : "3306", "shadowdbsock" : "", - "shutdownhtml" : "", + "shutdownhtml" : "We shut down bugzilla for some minutes, the time to fix some migration issues.\nPlease come back soon", "smtp_debug" : "0", "smtp_password" : "", "smtp_ssl" : "0", |