How do I create and exception to a puppet catalog?
Specifically I want to use Puppet to manage a one-off set of firewall rules, to be combined with the default ruleset.
This is for a single legacy system only, it should get the default set of rules, AND several additional rules.
It seems silly to me to put this on the puppet master, since it truly will only ever be a one-off thing... Can I put this in the modules directory on the local machine? Will Pupped comile a catalog from the server and from the local machine?
Thanks for your help
Bill