From: Silvio Rhatto Date: Mon, 26 Dec 2011 15:54:33 +0000 (-0200) Subject: Fixing db warning message X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7326026f96bfef0268db06dceefe98b391cfe7a0;p=puppet-etherpad.git Fixing db warning message --- diff --git a/manifests/init.pp b/manifests/init.pp index 6e1cd8d..20fd7d5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ class etherpad { case $etherpad_db_password { - '': { fail("You need to define a mysql root password! Please set \$etherpad_db_password in your site.pp or host config") } + '': { fail("You need to define etherpad database password! Please set \$etherpad_db_password in your site.pp or host config") } } database::instance { "etherpad":