From: Silvio Rhatto Date: Mon, 26 Dec 2011 15:15:43 +0000 (-0200) Subject: Including vcsrepo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c25f9976c4feb9051b140d2d67d39530347b7599;p=puppet-etherpad.git Including vcsrepo --- 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") } }