Install vim from homebrew
5 6 7 8
# File 'manifests/init.pp', line 5 class vim ( ) { package { 'vim': } }