Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Puppet: puppet

LCD 47 edited this page Jul 24, 2013 · 6 revisions

Maintainer: Eivind Uggedal [email protected]

Puppet is an automated administrative engine for UNIX systems. See the project's page for details.

Note:

Puppet uses locales to figgure out what to do with non-ASCII characters in manifest files. On the other hand, syntastic resets locales when running the checkers. As a work-around, if you need to check manifests containing non-ASCII characters, you might want to add something like this to your vimrc:

let g:syntastic_puppet_puppet_exe = "LC_ALL=en_US.UTF-8 puppet"

A similar work-around is needed for puppet-lint.

Please also note that syntastic can only parse English messages from puppet regardless of charset, so only English locales are supported.

Clone this wiki locally