summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/default.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-27 20:48:28 +0100
committervarac <varacanero@zeromail.org>2015-01-27 20:48:28 +0100
commit3dc7507adef2935668e309dd3a3f2694f283f215 (patch)
treee40bb12c96ae87e5590275740a872d2533f9e5c8 /puppet/modules/site_config/manifests/default.pp
parentaa04142eadacdfe9ddd2bfba19e25082b1c7da25 (diff)
vcsrepo should depend on git package (Bug #6659)
Change-Id: Ibc2ae4697a37af97de625bfc9d8e149306578321
Diffstat (limited to 'puppet/modules/site_config/manifests/default.pp')
-rw-r--r--puppet/modules/site_config/manifests/default.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp
index 138efc97..a75b3c7c 100644
--- a/puppet/modules/site_config/manifests/default.pp
+++ b/puppet/modules/site_config/manifests/default.pp
@@ -47,7 +47,7 @@ class site_config::default {
# include basic shorewall config
include site_shorewall::defaults
- Class['git'] -> Vcsrepo<||>
+ Package['git'] -> Vcsrepo<||>
# include basic shell config
include site_config::shell