diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 17:26:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 17:26:35 -0200 |
commit | 9eb78de4191578298e83fd0d7b1cf79b3aab9b64 (patch) | |
tree | 819f9a8a5eacde27ac34e49494252be69eedbb1c /manifests | |
parent | 43a899e7d84c72823c8a042ffeddf60398bd274b (diff) | |
download | puppet-nodo-9eb78de4191578298e83fd0d7b1cf79b3aab9b64.tar.gz puppet-nodo-9eb78de4191578298e83fd0d7b1cf79b3aab9b64.tar.bz2 |
Do not include git::daemon on nodo::role::web
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/web.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/role/web.pp b/manifests/role/web.pp index ec37595..a497108 100644 --- a/manifests/role/web.pp +++ b/manifests/role/web.pp @@ -54,12 +54,6 @@ class nodo::role::web inherits nodo::base::virtual { false,default: { } } - $git_daemon = hiera('nodo::web::git_daemon', True) - - if $git_daemon != false { - class { 'git::daemon': } - } - backupninja::svn { "svn": src => "/var/svn", } |