Re: [Puppet Users] networkinterface type proposal

2011-03-16 Thread Thomas Bellman
On 2011-03-02 02:50, Eric Sorenson wrote: (Sorry for responding late; I'm a bit behind in reading puppet-users and puppet-dev.) > Hi - I've searched around and haven't found anyone who's implemented > a type+provider for configuring network interfaces in puppet. Does > anyone have such a thing a

Re: [Puppet Users] networkinterface type proposal

2011-03-01 Thread James Turnbull
Eric Sorenson wrote: > Hi - I've searched around and haven't found anyone who's implemented a > type+provider for configuring network interfaces in puppet. Does anyone > have such a thing already running that's just not on forge / github? I > found some prior art (aside from the old 'interface' ty

Re: [Puppet Users] networkinterface type proposal

2011-03-01 Thread Scott Smith
Probably better to use network::interface, so you can add support for other network resources. Also: https://github.com/ohlol/puppet-network Old, out of date, not complete, but it's a start. On Tue, Mar 1, 2011 at 5:50 PM, Eric Sorenson wrote: > Hi - I've searched around and haven't found any