This package provides linter support to your Puppet manifests through Atom-Linter using Puppet-Lint.
The puppet-lint
gem must be installed. If you don't have puppet-lint
installed, please follow the instructions here.
Basically, you should execute gem install puppet-lint
or bundle install puppet-lint
.
The minimum supported version of puppet-lint
is 2.0.0.
$ apm install linter-puppet-lint
You can configure Linter-Puppet-Lint by going to the settings menu in Atom or by editing ``~/.atom/config.cson` (choose Open Your Config in Atom menu):
'linter-puppet-lint':
'executablePath': '/usr/bin/puppet-lint' # puppet-lint path.