Open lamont-granquist opened 3 years ago
For file/template/cookbook_file/remote_file
The verifier should have the path of the tempfile:
# good verify 'nginx -t -c %{path}'
Pretty sure if you leave it off that's always a bug and probably will validate the old config rather than the new or some kind of nonsense:
# bad verify 'nginx -t'
Cannot be autocorrected because we can't guess what the right command is.
For file/template/cookbook_file/remote_file
The verifier should have the path of the tempfile:
Pretty sure if you leave it off that's always a bug and probably will validate the old config rather than the new or some kind of nonsense:
Cannot be autocorrected because we can't guess what the right command is.