Closed dayglojesus closed 11 years ago
Looks like the :formatted param is not being passed:
rbREXMLParser.rb, Line 420:
plist.to_str(options[:plist_format])
Quick fix is:
plist.to_str(options[:plist_format], options)
You are right, there were several bugs. I added more tests and fixed the bugs.
And thanks for the bug report!
Awesome. Thanks, Christian.
Should the following not produce pretty XML?
As per: http://projects.puppetlabs.com/issues/21530