commit 91e750271f9062994981e99e9a9213b44b54b470
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Fri Jul 31 14:29:10 2015 +0200
Add hv01.online
manifests/nodes/hv.rpmfusion.org.pp | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/manifests/nodes/hv.rpmfusion.org.pp b/manifests/nodes/hv.rpmfusion.org.pp
new file mode 100644
index 0000000..bcf4163
--- /dev/null
+++ b/manifests/nodes/hv.rpmfusion.org.pp
@@ -0,0 +1,20 @@
+# Hypervisor related nodes
+
+node 'hv01.online.rpmfusion.net' {
+ include fas-clients
+
+ class { 'puppet::agent':
+ forcenoop => false,
+ service => false,
+ cron_enable => true,
+ cron_silent => false,
+ puppet_server => 'puppet.ovh.rpmfusion.lan',
+ }
+
+ class { 'dhcpd':
+ configsource => 'puppet:///files/dhcp/dhcpd.conf-hv01.online',
+ # Restrict listening to a single interface
+ dhcpdargs => 'br1',
+ ensure => 'running',
+ }
+}
Show replies by date