Skip to content

dougbyrne/linter-puppet-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Atom linter plugin for Puppet, using puppet parser validate

Resources

Stars

Watchers

Forks

Packages

No packages published