summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4c0b3a8..180285b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,4 @@
class etherpad {
- include vcsrepo
-
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") }
}