diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 15:42:32 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 15:42:32 +0000 |
commit | 6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b (patch) | |
tree | 6a0873944b5118b8cfa3c97b40326f66acf1c2c3 /modules/bugzilla | |
parent | 88e29ad7d553169e856053121f33fab0f1fbce28 (diff) | |
download | puppet-6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b.tar puppet-6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b.tar.gz puppet-6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b.tar.bz2 puppet-6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b.tar.xz puppet-6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b.zip |
Add shutdown message
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 87cb8611..eebe6c5f 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -77,7 +77,7 @@ 'shadowdbhost' => '', 'shadowdbport' => '3306', 'shadowdbsock' => '', - 'shutdownhtml' => '', + 'shutdownhtml' => 'Migration of bugzilla in progress, please wait, watch television or go out for some minutes, the sun is shining and the bees are flying ...' 'smtp_debug' => 0, 'smtp_password' => '', 'smtp_username' => '', |