Changelog for
ruby3.3-rubygem-puppet-syntax-2.4.1-1.71.x86_64.rpm :
* Sun Oct 29 2017 tampakrapAATTopensuse.org- Version bump 2.4.1: - 2.4.1: - Fix to ensure namespace scope is inherited. - Cleanly exits when syntax warnings/errors are found instead of failing. - 2.4.0: - Add check_hiera_keys flag for deep checking of Hiera key name correctness. Thanks AATTpetems. - Fix Puppet version comparisons for compatibility with Puppet 4.10. - Fix app_management setting compatibility with Puppet 5. - Refactor PUPPETVERSION usage to Puppet.version public API. - 2.3.0: - Add app_management flag for Puppet application orchestration support. Thanks AATTipcrm. - Check all
*yaml file extensions, including eyaml. thanks AATTkjetilho, AATTrjw1 - Only test ERB syntax in files with an
*.erb extension. Thanks AATTalexiri. - Extend README to list specific files and checks implemented. Thanks AATTpetems. - Refactor Rake filelist generation, add tests. Thanks AATTkjetilho, AATTrjw1. - 2.2.0: - Replace Puppet.initialize_settings with Puppet::Test::TestHelper. Thanks AATTdomcleal #60 This clears out caches on every test so increases runtime. - 2.1.1: - Use `$stderr.puts` rather than `warn` and `info` (thanks AATTmmckinst) - Allow latest 3.x to validate EPP files (thanks AATTDavidS)
* Fri Jan 22 2016 kstreitovaAATTsuse.com- Version bump 2.1.0
* Support Puppet 4. Many thanks to AATTDavidS
* Support validation of EPP templates. Thanks to AATTtrlinkin
* Test improvements and refactoring, including Travis CI tests against Puppet 4. Thanks to AATTtrlinkin
* Don\'t error when a tag metaparameter is present. Thank you AATTdhardy92
* Report the filename of invalid hiera data files. Thanks AATTdanzilio- run spec-cleaner
* Tue May 12 2015 tampakrapAATTopensuse.org- Version bump 2.0.0
* Removed support for Puppet version 2.7.x
* New option, fail_on_deprecation_notices, which defaults to true (compatible with previous behaviour); thanks AATTpcfens
* PuppetSyntax::Manifests#check now has two return arguments
* Sat Feb 07 2015 tampakrapAATTopensuse.org- Initial commit