You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been developing a new puppet-lint plugin and believe I found a bug in the generation of resource_indexes. Having two commands in the same exec block with a require causes only one of them to be linted.
Expected Behavior
There should be two exec resources with command and require, so that each can be linted properly, instead of only the first in the exec block.
Describe the Bug
I've been developing a new puppet-lint plugin and believe I found a bug in the generation of resource_indexes. Having two commands in the same exec block with a require causes only one of them to be linted.
Expected Behavior
There should be two exec resources with command and require, so that each can be linted properly, instead of only the first in the exec block.
Steps to Reproduce
test.pp
test-lint.rb
puppet-lint --load test-lint.rb test.pp
Environment
The text was updated successfully, but these errors were encountered: