aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-03 17:26:35 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-03 17:26:35 -0200
commit9eb78de4191578298e83fd0d7b1cf79b3aab9b64 (patch)
tree819f9a8a5eacde27ac34e49494252be69eedbb1c
parent43a899e7d84c72823c8a042ffeddf60398bd274b (diff)
downloadpuppet-nodo-9eb78de4191578298e83fd0d7b1cf79b3aab9b64.tar.gz
puppet-nodo-9eb78de4191578298e83fd0d7b1cf79b3aab9b64.tar.bz2
Do not include git::daemon on nodo::role::web
-rw-r--r--manifests/role/web.pp6
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",
}