]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding hotglue module
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 May 2012 17:27:06 +0000 (14:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 May 2012 17:27:06 +0000 (14:27 -0300)
manifests/init.pp
manifests/subsystems/websites.pp

index 6fdb71d327daedce79d2cd598ac878cb0b0ee4e2..d2375ea622f700963ffc723130485c58f54a5c28 100644 (file)
@@ -49,6 +49,7 @@ import "bind"
 import "wordpress"
 import "etherpad"
 import "qwebirc"
+import "hotglue"
 
 # Import subsystems
 import "subsystems/firewire.pp"
index 4d70b48ec0c04001fadcf902d6e551940e6a4375..7c67b4a05a30e666dd16bdceba7dd9321763a1eb 100644 (file)
@@ -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