aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-12 14:27:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-12 14:27:06 -0300
commitc86258209679f6c22a8826b4f60eb5a03732d3a4 (patch)
tree2294d6ce0488c9d3f5b38a80eac8a9af8783ba3f /manifests
parent97ad855e1893141efa5a8b9fbd667a4ad7c8b175 (diff)
downloadpuppet-nodo-c86258209679f6c22a8826b4f60eb5a03732d3a4.tar.gz
puppet-nodo-c86258209679f6c22a8826b4f60eb5a03732d3a4.tar.bz2
Adding hotglue module
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
-rw-r--r--manifests/subsystems/websites.pp1
2 files changed, 2 insertions, 0 deletions
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