[PATCH] Make sure cvs gets onto the places where we try to make rawhide/branched

Jesse Keating jkeating at redhat.com
Thu Feb 18 15:31:29 UTC 2010


---
 manifests/services/branched.pp |    1 +
 manifests/services/rawhide.pp  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/manifests/services/branched.pp b/manifests/services/branched.pp
index 42215bf..29ea7d4 100644
--- a/manifests/services/branched.pp
+++ b/manifests/services/branched.pp
@@ -1,5 +1,6 @@
 # branched builder configuration
 class branchedbuilder {
+    include cvs::client
     configfile { '/etc/cron.d/branched':
         source => 'build/branched',
     }
diff --git a/manifests/services/rawhide.pp b/manifests/services/rawhide.pp
index ce56c71..61ce20a 100644
--- a/manifests/services/rawhide.pp
+++ b/manifests/services/rawhide.pp
@@ -1,5 +1,6 @@
 # rawhide builder configuration
 class rawhidebuilder {
+    include cvs::client
     configfile { '/etc/cron.d/rawhide':
         source => 'build/rawhide',
     }
-- 
1.5.5.6



More information about the infrastructure mailing list