Hi All, For those of us dealing with slow puppet runs, due to having hundreds or thousands of node manifests, I've release a simple rack wrapper app. The app will determine which site.pp to use based on the fqdn of the requesting agent. It just a wrapper to the puppet rack call that passes the --manifest ARGV with a more targeted "site.pp". So you could have one import statement (site.pp) for each domain instead of having the puppet server parse all nodes on each run. It's a great stop-gap for those of us migrating a large environment to Hiera but in need of faster runs in the interim. Let me know your thoughts:
https://github.com/rbowlby/puppet-manifest-router Cheers, Ryan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
