[Puppet Users] Facts of other nodes

2012-05-10 Thread Joe
Hello, I'm trying to figure out the best solution for using facts of other nodes in manifests. I understand the use of exported configs and the concat module but, I think, when using someone's contributed module, unless they wrote the module using those solutions, I would have to rewrite the

Re: [Puppet Users] Facts of other nodes

2012-05-10 Thread Ohad Levy
On Wed, May 9, 2012 at 10:33 PM, Joe joe.topj...@cybera.ca wrote: Hello, I'm trying to figure out the best solution for using facts of other nodes in manifests. I understand the use of exported configs and the concat module but, I think, when using someone's contributed module, unless they

Re: [Puppet Users] Facts of other nodes

2012-05-10 Thread Joe Topjian
Hi Ohad, if you are interested in using foreman, see http://blog.theforeman.org/2012/01/getting-foreman-search-results-into.html I currently do not use foreman, but this is good incentive to look into it. Thank you very much. Joe -- Joe Topjian Systems Administrator Cybera Inc.

Re: [Puppet Users] Facts of other nodes

2012-05-10 Thread Dan Bode
You may want to have a look at this function: https://github.com/puppetlabs/puppetlabs-nodesearch it doest map exactly to your use case, but the implementation of it is close to what the implementation for your solution may look like. Its worth noting that once the next generation of

Re: [Puppet Users] Facts of other nodes

2012-05-10 Thread Joe Topjian
Hi Dan, You may want to have a look at this function: https://github.com/puppetlabs/puppetlabs-nodesearch it doest map exactly to your use case, but the implementation of it is close to what the implementation for your solution may look like. This definitely looks useful. Thank you! Its