nwops / puppet-retrospec

The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
https://www.retrospec-puppet.com/
GNU Affero General Public License v3.0
137 stars 27 forks source link

puppet 4 code syntax does not work #18

Closed logicminds closed 9 years ago

logicminds commented 9 years ago

When a manifest contains puppet 4 syntax, retrospec exits with an error saying the manifest is invalid. The AST parser we currently use for validation does not support future parser code so it fails the validation even though its correct puppet 4 syntax.

logicminds commented 9 years ago

released in version 0.7.0 @danieldreier