]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Fixing db warning message
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 15:54:33 +0000 (13:54 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 15:54:33 +0000 (13:54 -0200)
manifests/init.pp

index 6e1cd8d7587b96be6edb3dab6d59992119bdddc3..20fd7d507c35a51a1b24ed6f0d363b375bbb89a6 100644 (file)
@@ -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":