Version information
released Oct 29th 2016
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'hhg-vim', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
hhg/vim — version 0.1.0 Oct 29th 2016
Vim
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with vim
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
Overview
This module configures vim on Debian based systems.
Module Description
This module manages installation and configuration of vim on Debian based systems.
Setup
What vim affects
- Insall vim and manages /etc/vim/vimrc.local
Setup Requirements
- None.
Beginning with vim
Usage
Using default values
class { '::vim': }
Using available parameters
class { '::vim':
syntax => true,
background => 'light' }
Reference
Public Classes
- vim: Main class, includes all other classes.
Private Classes
- vim::install: Handles the packages.
- vim::config: Handles the configuration files.
Parameters
syntax
Enable/disable syntax highlightning in vim.
background
Sets the background scheme for vim (possible values: dark
and light
).
Limitations
This module has been built on and tested against Puppet 4.
The module has beent tested on Debian Jessie.
Dependencies
- puppetlabs-stdlib (>= 3.0.0)