diff options
-rw-r--r-- | manifests/init.pp | 1 | ||||
-rw-r--r-- | manifests/subsystems/websites.pp | 1 |
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 |