/linter-puppet-parse

Atom linter plugin for Puppet, using puppet parser validate

Primary LanguageCoffeeScript

linter-puppet-parse

This package will lint your .pp opened files in Atom through puppet parser validate.

Installation

  • Install puppet
  • $ apm install language-puppet (if you don't have language-puppet installed)
  • $ apm install linter (if you don't have linter installed)
  • $ apm install linter-puppet-parse

Settings

You can configure linter-puppet-parse by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-puppet-parse':
  'puppetParseArguments': ''
  'puppetParseExecutablePath': null # puppet-parse path. run 'which puppet' to find the path