80 character line limit


Your manifests should not contain any lines longer than 80 characters (style guide).

** This check is disabled by default! **

Enabling the check

To enable this check you can add --80chars-check to your puppet-lint command line.

$ puppet-lint --80chars-check path/to/file.pp

Alternatively, if you’re calling puppet-lint via the Rake task, you should insert the following line to your Rakefile.

PuppetLint.configuration.send('enable_80chars')