puppet-system
puppet-system copied to clipboard
system::network for mulitple nodes?
I am a bit new to hiera. Does anyone know if it's possible to use system::network when you need to set the network IP on multiple nodes(cluster) being pulled from hiera like my example below?? Is there a way to accomplish this using this module?
I was hoping for something like this:
system::network: server1: interface: 'eth0' ipaddress: '10.10.10.10' netmask: '255.255.255.0' server2: interface: 'eth0' ipaddress: '10.10.10.20' netmask: '255.255.255.0'