diff options
author | varac <varacanero@zeromail.org> | 2015-01-27 20:48:28 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-01-27 20:48:28 +0100 |
commit | 3dc7507adef2935668e309dd3a3f2694f283f215 (patch) | |
tree | e40bb12c96ae87e5590275740a872d2533f9e5c8 /puppet/modules/site_config/manifests | |
parent | aa04142eadacdfe9ddd2bfba19e25082b1c7da25 (diff) |
vcsrepo should depend on git package (Bug #6659)
Change-Id: Ibc2ae4697a37af97de625bfc9d8e149306578321
Diffstat (limited to 'puppet/modules/site_config/manifests')
-rw-r--r-- | puppet/modules/site_config/manifests/default.pp | 2 |
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 |