diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 14:27:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 14:27:06 -0300 |
commit | c86258209679f6c22a8826b4f60eb5a03732d3a4 (patch) | |
tree | 2294d6ce0488c9d3f5b38a80eac8a9af8783ba3f /manifests/subsystems | |
parent | 97ad855e1893141efa5a8b9fbd667a4ad7c8b175 (diff) | |
download | puppet-nodo-c86258209679f6c22a8826b4f60eb5a03732d3a4.tar.gz puppet-nodo-c86258209679f6c22a8826b4f60eb5a03732d3a4.tar.bz2 |
Adding hotglue module
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/websites.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |