Get syntax highlighting for puppet files (.pp) in vi

First option is to install it with your package manager:

apt-get install vim-puppet

vim-addons install puppet

If you don't want to install the dependencies download this puppet_syntax.zip Show archive.org snapshot and move the content into ~/.vim/.

Kim Klotz