1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
node 'aptproxy.mydomain.com' { include aptproxy_tmpl common {"$fqdn-netifs": iface => "eth0", ip => "10.1.1.11", netmask => "255.255.255.0", broadcast => "10.1.1.255", gateway => "10.1.1.1" } } node 'opensores.mydomain.com' { include obsd_basenode_tmpl (Admin["someguy"]) } |

