summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-26 13:15:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-26 13:15:43 -0200
commitc25f9976c4feb9051b140d2d67d39530347b7599 (patch)
treec7f6c470725af20e882bfd57eb5cc6adc4800218
parentc7b5e6382568aa06f26d80b7130a959c4384b990 (diff)
downloadpuppet-etherpad-c25f9976c4feb9051b140d2d67d39530347b7599.tar.gz
puppet-etherpad-c25f9976c4feb9051b140d2d67d39530347b7599.tar.bz2
Including vcsrepo
-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") }
}