Issue #2896 has been updated by Luke Kanies. Status changed from Accepted to Ready for Testing Assigned to set to Dan Bode
Dan - I think this actually already works this way in the current testing branch, because of the changes I made to the AST classes. Once Markus gets a new branch pushed, can you test this? ---------------------------------------- Feature #2896: --parseonly does not check resource parameters http://projects.reductivelabs.com/issues/2896 Author: Dan Bode Status: Ready for Testing Priority: Normal Assigned to: Dan Bode Category: parser Target version: Rowlf Affected version: 0.25.1 Keywords: Branch: #>puppet --parseonly does not show an error when parsing: file{'name': bad_owner => 'invalid'} This should also work for resource definitions. my_def($param_a='_UNSET_') {} my_def{ 'my_def_1': pram_a => 'foo'; } -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
