---
 manifests/services/branched.pp |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 manifests/services/branched.pp

diff --git a/manifests/services/branched.pp b/manifests/services/branched.pp
new file mode 100644
index 0000000..42215bf
--- /dev/null
+++ b/manifests/services/branched.pp
@@ -0,0 +1,22 @@
+# branched builder configuration
+class branchedbuilder {
+    configfile { '/etc/cron.d/branched':
+        source => 'build/branched',
+    }
+
+    # This is kind of a hack - we need to find
+    # out if this can use the mock module
+    file { "/etc/mock/fedora-branched-compose-i386.cfg":
+        owner   => "root",
+        group   => "root",
+        mode    => 0644,
+        source  => "puppet:///mock/mock/fedora-branched-compose-i386.cfg",
+        require => Package["mock"],
+    }
+
+    # for the branched mail
+    package { 'mutt':
+        ensure => present,
+    }
+
+}
-- 
1.5.5.6

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to