summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/diff.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for providing a diff when files are being changed. Currently ↵Luke Kanies2007-08-271-0/+71
uses a local diff binary, but could easily be changed to use the ruby diff/lcs library. Modified puppet and puppetd to automatically show file diffs when in noop mode, but can otherwise be enabled using --show_diff. This only works when running interactively, because the diffs are printed on stdout.