Re: [Puppet Users] Re: Dashboard parameters to control VIPs?

2011-09-28 Thread Scott Merrill
This is what I had in mind for part of this, yes. Thanks! Some more explanation of the situation and the goal: Some of our RHEL servers get assigned a virtual IP address for application-specific purposes. The first such vip is assigned to device eth0:1, the second vip to eth0:2, etc. Currently,

[Puppet Users] Re: Dashboard parameters to control VIPs?

2011-09-27 Thread Sandor W. Sklar
Perhaps I'm not understanding what you are asking, but I've got this class network::interface: class network::interface( $device, $bootproto = 'static', $hwaddr, $ipaddr, $ipv6init = 'yes',