From 2a4d6f13165a9e8777fa424b42d7883525a50bd1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 23:18:56 -0200 Subject: Getting git daemon config from hiera --- manifests/subsystems/websites.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 93415d3..634e1c2 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -107,6 +107,8 @@ class websites::hosting inherits websites::setup { root_parents => "/var/svn : svn"; } + $git_daemon = hiera('nodo::web::git_daemon', True) + if $git_daemon != false { include gitweb } -- cgit v1.2.3