From: Silvio Rhatto Date: Thu, 10 May 2012 18:51:48 +0000 (-0300) Subject: Adding $git_daemon variable (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=97ad855e1893141efa5a8b9fbd667a4ad7c8b175;p=puppet-nodo.git Adding $git_daemon variable (2) --- diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 5854ba9..4d70b48 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -130,7 +130,6 @@ class websites::hosting inherits websites::setup { # Include the needed classes for website hosting include php include drupal - include gitweb include trac include websvn include viewvc @@ -140,6 +139,10 @@ class websites::hosting inherits websites::setup { include apache::rails include wordpress + if $git_daemon != false { + include gitweb + } + apache::site { "images": docroot => "${apache_www_folder}/images", mpm => false,