diff options
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": |