Your manifests should not contain any lines longer than 80 characters (style guide).
** This check is disabled by default! **
To enable this check you can add --80chars-check to your
puppet-lint command line.
$ puppet-lint --80chars-check path/to/file.ppAlternatively, if you’re calling puppet-lint via the Rake task, you should
insert the following line to your Rakefile.
PuppetLint.configuration.send('enable_80chars')