Re: [Puppet-dev] [PATCH/puppet 1/1] (#2150) Add routes file for indirector

2011-04-12 Thread Luke Kanies
Sweet! I thought we'd never get this in, this is really awesome. On Apr 12, 2011, at 2:52 PM, Nick Lewis wrote: > Puppet[:route_file] is a YAML file specifying the termini to use for various > indirections, in the format: > > agent: > catalog: >terminus: rest >cache: yaml > master: >

[Puppet-dev] [PATCH/puppet 1/1] (#2150) Add routes file for indirector

2011-04-12 Thread Nick Lewis
Puppet[:route_file] is a YAML file specifying the termini to use for various indirections, in the format: agent: catalog: terminus: rest cache: yaml master: catalog: terminus: compiler cache: active_record This file is optional, and will override application defaults set in "s