diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:29:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:29:29 -0200 |
commit | b5c0b2d0764cc8b3e1745ae22c2e6e2f599f47e8 (patch) | |
tree | a0ec190262fa16a622107d49786c53b898d8ca94 | |
parent | c25f9976c4feb9051b140d2d67d39530347b7599 (diff) | |
download | puppet-etherpad-b5c0b2d0764cc8b3e1745ae22c2e6e2f599f47e8.tar.gz puppet-etherpad-b5c0b2d0764cc8b3e1745ae22c2e6e2f599f47e8.tar.bz2 |
No need to include vcsrepo
-rw-r--r-- | manifests/init.pp | 2 |
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") } } |