Re: [Puppet Users] Managing network interfaces?

2012-10-26 Thread Adrien Thebo
On Thu, Oct 25, 2012 at 6:05 PM, Brian Rak wrote: > I've been using Puppet to manage network interfaces on our machines. To > do this I've got a class very similar to > http://forge.puppetlabs.com/razorsedge/network . I'm encountering some > annoyances with this method of handling it: > > 1) Ev

[Puppet Users] Managing network interfaces?

2012-10-25 Thread Brian Rak
I've been using Puppet to manage network interfaces on our machines. To do this I've got a class very similar to http://forge.puppetlabs.com/razorsedge/network . I'm encountering some annoyances with this method of handling it: 1) Every interface I have has to have a unique alias number. Thi

[Puppet Users] Managing Network Interfaces

2011-11-09 Thread Christopher Lee
Hello, I am trying to figure out a way to manage my network interfaces, specifically additional ip aliases on a single interface. We run RedHat. On many of our servers we need to bring up additional IP address on the same interface and create individual file ifcfg-eth0:1, ifcfg-eth0:2, etc. I f