commit 9d5dd507218a7d0ce21683a67498b53f9bd0f5cd
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Tue Jul 21 19:28:18 2015 +0200
Add standard config gor pkgs01.online
files/dns/rpmfusion.org | 2 +-
manifests/nodes/pkgs.rpmfusion.org.pp | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git
a/files/dns/rpmfusion.org b/files/dns/rpmfusion.org
index a5bb9ae..a1df861 100644
---
a/files/dns/rpmfusion.org
+++
b/files/dns/rpmfusion.org
@@ -1,6 +1,6 @@
$TTL 5M
@ IN SOA
ns1.rpmfusion.net. matthias.saou.eu. (
- 2014121201 ; Serial
+ 2015072101 ; Serial
6H ; Refresh
1H ; Retry
5W ; Expire
diff --git a/manifests/nodes/pkgs.rpmfusion.org.pp
b/manifests/nodes/pkgs.rpmfusion.org.pp
index e69de29..9c17758 100644
--- a/manifests/nodes/pkgs.rpmfusion.org.pp
+++ b/manifests/nodes/pkgs.rpmfusion.org.pp
@@ -0,0 +1,20 @@
+# packages related nodes
+
+node 'pkgs01.online.rpmfusion.net' {
+
+ $fas_group = [ 'sysadmin-build' ]
+ include fas-clients
+
+ class { 'git::daemon':
+ base_path => '/srv/git',
+ export_all => true,
+ }
+
+ class { 'puppet::agent':
+ forcenoop => false,
+ service => false,
+ cron_enable => true,
+ cron_silent => false,
+ puppet_server => 'puppet.ovh.rpmfusion.lan',
+ }
+}