summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 180285b..4c0b3a8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,6 @@
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") }
}