[Puppet Users] Using storeconfig data in a manifest

2009-05-12 Thread steverfran...@gmail.com
OK, this is how I think I'd like to solve my sample issue in the other thread, but I don't know if its possible now, or a future feature request (if it makes sense.) Sample issue: configuring haproxy on some servers, when the servers to be included in the configuration will change. The servers of

[Puppet Users] Re: Configuring hosts with data from other hosts

2009-05-12 Thread steverfran...@gmail.com
llo, > > Am 12.05.2009 um 08:51 schrieb steverfran...@gmail.com: > > > Or do I have to copy the IP address of the monitor host to each > > machine, via an exported resource file, and then process it locally in > > an exec script to build the correct ntp.conf? > > That do

[Puppet Users] Configuring hosts with data from other hosts

2009-05-11 Thread steverfran...@gmail.com
So I want to use facts from one host in the configuration of other hosts. Trivial example: setting restrict lines in ntp.conf to allow a monitoring host to query ntpd on remote hosts. So if the monitoring host boots with IP 10.2.2.3 (which may change regularly), and it knows its the monitor host