From: Silvio Rhatto Date: Sat, 12 May 2012 17:27:06 +0000 (-0300) Subject: Adding hotglue module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c86258209679f6c22a8826b4f60eb5a03732d3a4;p=puppet-nodo.git Adding hotglue module --- diff --git a/manifests/init.pp b/manifests/init.pp index 6fdb71d..d2375ea 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -49,6 +49,7 @@ import "bind" import "wordpress" import "etherpad" import "qwebirc" +import "hotglue" # Import subsystems import "subsystems/firewire.pp" diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 4d70b48..7c67b4a 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -138,6 +138,7 @@ class websites::hosting inherits websites::setup { include pmwiki include apache::rails include wordpress + include hotglue if $git_daemon != false { include gitweb