diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-08 15:04:15 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-08 15:04:15 +0200 |
commit | 2cd0d8239d6bc47ff645431beb007af320c05093 (patch) | |
tree | 8e84ca4f2db134158df65bd3596291394945bc76 /modules | |
parent | 930305454eb427b3c7ee4861f32f2973d887c1cf (diff) | |
download | puppet-2cd0d8239d6bc47ff645431beb007af320c05093.tar puppet-2cd0d8239d6bc47ff645431beb007af320c05093.tar.gz puppet-2cd0d8239d6bc47ff645431beb007af320c05093.tar.bz2 puppet-2cd0d8239d6bc47ff645431beb007af320c05093.tar.xz puppet-2cd0d8239d6bc47ff645431beb007af320c05093.zip |
Add shutdown message
Diffstat (limited to 'modules')
-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", |