puppet-system icon indicating copy to clipboard operation
puppet-system copied to clipboard

system::network for mulitple nodes?

Open bkc1 opened this issue 10 years ago • 0 comments

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'

bkc1 avatar Dec 05 '14 18:12 bkc1