HomePhorge

(PUP-2073) fix for multiple diff_args
6dab11c95209Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2073) fix for multiple diff_args

Previously, if you specified multiple arguments in the diff_args
setting, they would be considered a single argument and quoted to the
diff command. Puppet would then try to execute:

diff '-u --strip-trailing-cr' pathA pathB

But would silently fail without showing any diffs.

This commit ensures we can handle multiple diff args.

Details

Provenance
Matt Shean <mattshean@gmail.com>Authored on
Josh Cooper <josh@puppetlabs.com>Committed on Apr 24 2014, 11:20 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU4a72e96b498f: Merge pull request #2469 from zaphod42/feature/master/pup-2033-augeas-show-diff
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU6dab11c95209: (PUP-2073) fix for multiple diff_args (authored by Matt Shean <mattshean@gmail.com>).Apr 24 2014, 11:20 PM