puppet-lint icon indicating copy to clipboard operation
puppet-lint copied to clipboard

Doco for --no-arrow_on_right_operand_line-check

Open neerolyte opened this issue 6 years ago • 0 comments

The page at http://puppet-lint.com/checks/arrow_on_right_operand_line/ switches which thing is pointing at which, i.e it currently says under "what you have done":

Service['httpd'] ->
Package['httpd']

but I think it's meant to say:

Package['httpd'] ->
Service['httpd']

neerolyte avatar Dec 06 '17 02:12 neerolyte