vim
This is the vim module.
This module will try to install vim via the package vim-enhanced
(CentOS 6.x) and will allow the configuration of git for all users.
It will also make vim modular with pathogen.
# To install vim
class { 'vim': }
# To configure
vim::configure {'syntax': str => 'syntax on' }