What's the
puppet agent
command to see how a file resource would be rendered for a specific machine (w/o actually applying it --noop
but seeing the diff)? Does this resource have to be in the catalog or can it be any resource even those which wouldn't normally be applied?
I know it has to be invoked on the client, not on the master. But, is there any way to determine it from the master (of course w/o diff) but based on the facts from the last puppet-run? (I'm happy if only the first q gets answered.)