Fixes issues introduced by deprecation of :parent and type inheritance. Removal of MIT license due to reuse of Puppetlabs code.
- Compatibility with Puppet 3.4 +
- Issues in newer puppets
This release adds tests, documentation improvements, and better Ruby 1.8.7 compatibility
- Improved tests.
- Documentation improvements.
- Regular Expressions should now work correctly in Ruby 1.8.7
This release adds the add command, this file, aliases for ins/rm, raw processing, conditional improvements, sort behavior bug fixes.
- Augeas add command equivalent added.
- Aliases for ins and rm(insert and remove, respectively) created so xmlfile_modification more closely mirrors the augeas puppet resource type.
- Conditional behavior for numerals improved. If both parts of evaluate are pure digits, a to_i conversion is done before the comparison.
- Documentation improved.
- REXML now runs in raw mode for all nodes by default.
- Sort now sorts by node name if third argument is either 0 length or nil.
This is a minor release that warranted a minor version update due to the metaprogramming involved.
- Automatic importation of docs for inherited attributes on the inherited type.
Initial Release