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