[PATCH] Make sure git and git-email are installed on puppet systems

Jesse Keating jkeating at redhat.com
Thu Mar 12 02:20:57 UTC 2009


---
 manifests/servergroups/puppet.pp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/manifests/servergroups/puppet.pp b/manifests/servergroups/puppet.pp
index d054fef..c393f9a 100644
--- a/manifests/servergroups/puppet.pp
+++ b/manifests/servergroups/puppet.pp
@@ -13,6 +13,8 @@ class puppetServer {
     include scripts::geoip-retriever
     include geoip-retriever
     include drbackupPubKey
+    include git-package
+    include git-email-package
 
     # Firewall Rules, allow web, smolt, Plone, mirrormanager, noc, pkgdb, certmaster and bodhi traffic through
     $tcpPorts = [ 80, 8140, 873, 51235 ]
-- 
1.5.5.6




More information about the Fedora-infrastructure-list mailing list