From c25f9976c4feb9051b140d2d67d39530347b7599 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Dec 2011 13:15:43 -0200 Subject: Including vcsrepo --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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") } } -- cgit v1.2.3