[Puppet Users] Re: Automatically update host

2009-05-06 Thread Eric Gerlach
I do this using storedconfigs and virtual resources for hosts. For example: @@host { "$hostname.private": ip => $ipaddress_eth1, ensure => present, alias => "$hostname" } Host <<| |>> What this does is when the machine first connects, it creates a virtual resource for i

[Puppet Users] Re: Automatically update host

2009-04-30 Thread Matthew Hyclak
On Thu, Apr 30, 2009 at 1:59 PM, haribole wrote: > > Hello Group > > I am trying to setup puppet so that when a new client connects to the > server, the puppetd from the client can update a resource on the > puppetmasted server with its IP address, fqdn and alias, so that this > info can be distr