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
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,
> 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
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
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"