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