[Puppet Users] Re: Network settings control module

2010-07-07 Thread SyRenity
Thanks - this gives me a good direction how to start indeed! Regards. On Jul 6, 7:08 pm, Ashley Penney wrote: > I use this for rhel/foreman: > > init.pp > class network { >         tag("bootstrap") > >                 file { "ifcfg-eth0": >                                 path => > "/etc/sysconf

Re: [Puppet Users] Re: Network settings control module

2010-07-06 Thread Ashley Penney
I use this for rhel/foreman: init.pp class network { tag("bootstrap") file { "ifcfg-eth0": path => "/etc/sysconfig/network-scripts/ifcfg-eth0", owner => root, group => root,

[Puppet Users] Re: Network settings control module

2010-07-06 Thread SyRenity
> We would need a lot more information to be helpful - what OS are you using, > or what distribution if Linux, and how do you want to control the ip's for > machines - variables, a database, ldap? CentOS 5.5, variables for now. I'm using foreman, so storing these values in DB comes with it. Rega

Re: [Puppet Users] Re: Network settings control module

2010-07-06 Thread Ashley Penney
We would need a lot more information to be helpful - what OS are you using, or what distribution if Linux, and how do you want to control the ip's for machines - variables, a database, ldap? On Tue, Jul 6, 2010 at 4:01 AM, SyRenity wrote: > I need to switch machines from DHCP to static IP, any g

[Puppet Users] Re: Network settings control module

2010-07-06 Thread SyRenity
I need to switch machines from DHCP to static IP, any good module for this? Regards. On Jul 6, 12:45 am, SyRenity wrote: > Hi. > > Can someone recommend a good module for network control? > > Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users"