summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/default.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-05-23 22:42:56 +0200
committervarac <varacanero@zeromail.org>2013-05-23 23:35:39 +0200
commitf96d049c407110fb471199ee73c47db8b7cd474a (patch)
tree454b71e48baeb863c1f9fc96039a2247ff650079 /puppet/modules/site_config/manifests/default.pp
parent694e08d2e26706013b65b47f146585eb6abd2a99 (diff)
Install git before vcsrepo call (Feature #2510)
Diffstat (limited to 'puppet/modules/site_config/manifests/default.pp')
-rw-r--r--puppet/modules/site_config/manifests/default.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp
index 77241df5..7758a69d 100644
--- a/puppet/modules/site_config/manifests/default.pp
+++ b/puppet/modules/site_config/manifests/default.pp
@@ -33,4 +33,7 @@ class site_config::default {
# include basic shorewall config
include site_shorewall::defaults
+
+ Class['git'] -> Vcsrepo<||>
+
}