diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:15:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:15:43 -0200 |
commit | c25f9976c4feb9051b140d2d67d39530347b7599 (patch) | |
tree | c7f6c470725af20e882bfd57eb5cc6adc4800218 /manifests | |
parent | c7b5e6382568aa06f26d80b7130a959c4384b990 (diff) | |
download | puppet-etherpad-c25f9976c4feb9051b140d2d67d39530347b7599.tar.gz puppet-etherpad-c25f9976c4feb9051b140d2d67d39530347b7599.tar.bz2 |
Including vcsrepo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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") } } |