diff options
| author | varac <varacanero@zeromail.org> | 2013-05-23 22:42:56 +0200 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2013-05-23 23:35:39 +0200 | 
| commit | f96d049c407110fb471199ee73c47db8b7cd474a (patch) | |
| tree | 454b71e48baeb863c1f9fc96039a2247ff650079 | |
| parent | 694e08d2e26706013b65b47f146585eb6abd2a99 (diff) | |
Install git before vcsrepo call (Feature #2510)
| -rw-r--r-- | puppet/modules/site_config/manifests/default.pp | 3 | 
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<||> +  } | 
