]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Including vcsrepo
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 15:15:43 +0000 (13:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 15:15:43 +0000 (13:15 -0200)
manifests/init.pp

index 180285bcac07fd1ce9b5c69c118bbb106d993fdc..4c0b3a856b4fa1af42a5e99cf40b0dcfba9a03fe 100644 (file)
@@ -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") }
   }