[Puppet Users] Re: Searching for Nodes

2013-01-25 Thread Brian Malinconico
t;, order => '01', } concat::fragment {"${db_file}_production_database_config" : target => $db_file, content => "production:\n host: ", order => 100, } Concat::Fragment <<| title == 'databaseIP' |>> { target =>

Re: [Puppet Users] Searching for Nodes

2013-01-24 Thread Brian Malinconico
haproxy as your load balancing > solution, there is already a module available that uses these features. > > https://github.com/puppetlabs/puppetlabs-haproxy > > Hope that helps. > > Regards, > Bill > > On 13-01-24 10:55 AM, Brian Malinconico wrote: > > Hel

[Puppet Users] Searching for Nodes

2013-01-24 Thread Brian Malinconico
Hello All, I'm reviewing switching to puppet from chef and am trying to identify how to port the various features. I have hit a stumbling block searching for nodes. In Chef i could search for a node by role, but I am lost as how to do this with puppet and classes. Example: I want my load-balan