diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:54:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:54:33 -0200 |
commit | 7326026f96bfef0268db06dceefe98b391cfe7a0 (patch) | |
tree | 938d5f94550226132548d65c3c2c92051714e776 /manifests | |
parent | b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b (diff) | |
download | puppet-etherpad-7326026f96bfef0268db06dceefe98b391cfe7a0.tar.gz puppet-etherpad-7326026f96bfef0268db06dceefe98b391cfe7a0.tar.bz2 |
Fixing db warning message
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": |