Forge Home

vim

Manage everyone's favorite editor, Vim.

29,975 downloads

1,219 latest version

3.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 4.0.0 (latest)
  • 3.0.0
  • 2.13.0
  • 2.12.0
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.0
  • 2.6.0
  • 2.5.0
  • 2.4.1
  • 2.4.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 1.0.0 (deleted)
released Jan 29th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ghoneycutt-vim', '2.4.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ghoneycutt-vim
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ghoneycutt-vim --version 2.4.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

ghoneycutt/vim — version 2.4.1 Jan 29th 2014

vim module

Build Status

This module manages vim and root's .vimrc file and .vim directory.

===

Compatibility

Puppet v3 with Ruby 1.8.7 and 1.9.3

OS Distributions

This module has been tested to work on the following systems.

  • Debian 6
  • EL 5
  • EL 6
  • Suse 10
  • Suse 11

===

Parameters

package_list

String or Array of the related vim packages. 'USE_DEFAULTS' will choose packages based on the osfamily.

  • Default: USE_DEFAULTS

root_vimrc_source

Path to .vimrc on master in the form of [module]/[filename]

  • Default: vim/vimrc

root_vimrc_path

Where to install the root .vimrc file.

  • Default: ${::root_home}/.vimrc

root_vimrc_owner

The .vimrc owner.

  • Default: root

root_vimrc_group

The .vimrc group.

  • Default: root

root_vimrc_mode

The .vimrc mode.

  • Default: 0644

root_vim_dir_source

Path to .vim/ on master in the form of [module]/[filename]

  • Default: vim/vim

root_vim_dir_path

Where to install the root .vim directory.

  • Default: ${::root_home}/.vim

root_vim_dir_owner

The .vim directory owner.

  • Default: root

root_vim_dir_mode

The .vim directory mode.

  • Default: 0644