Re: [Puppet Users] Use IP of one class in other

2010-03-22 Thread Ohad Levy
Hi, You can achieve that with a few options: 1. use storeconfigs, export and collection will allow your nfs clients to export, and your nfs server to collect the list of machines. maybe not usable if you have a large setup (or multi location puppetmaters). 2. parse the yaml files on the master (e

[Puppet Users] Use IP of one class in other

2010-03-22 Thread DieterVDW
Hi, I'd like to hear some idea's on how to do the following with puppet: Suppose I have a node that implements a certain server class, eg. nfs- server, and some other nodes that implement a class nfs-client. I'd like all nodes that implement nfs-client to contain a reference to the node that impl