This module manages vim and the root .vimrc file and .vim directory.
===
| Puppet Versions | < 2.6 | 2.6 | 2.7 | 3.x |
|---|---|---|---|---|
| ruby 1.8.7 | no | no | yes | yes |
| ruby 1.9.3 | no | no | yes | yes |
This module has been tested to work on the following systems.
- EL 5
- EL 6
- SLES 11
===
The packages to install. 'USE_DEFAULTS' will choose packages based on the osfamily.
- Default: USE_DEFAULTS
Path to .vimrc on master in the form of [module]/[filename]
- Default: vim/vimrc
Where to install the root .vimrc file.
- Default: ${::root_home}/.vimrc
The .vimrc owner.
- Default: root
The .vimrc group.
- Default: root
The .vimrc mode.
- Default: 0644
Path to .vim/ on master in the form of [module]/[filename]
- Default: vim/vim
Where to install the root .vim directory.
- Default: ${::root_home}/.vim
The .vim directory owner.
- Default: root
The .vim directory mode.
- Default: 0644
