Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 422 Bytes

linter-puppet

This is a linter package to lint puppet files using the puppet parser validate command.

Installation

  • Install puppet
  • $ apm install linter (if you don't have already).
  • $ apm install linter-puppet

Settings

(Optional) You can configure the settings by editing ~/.atom/config.cson:

'linter-puppet':
  'puppetExecutablePath': null # puppet path. run 'which puppet' to find the path