Version information
released Apr 18th 2016
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.3.0 < 5.0.0
- CentOS, Darwin, Debian, Fedora, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'thekevjames-neovim', '1.5.0'
Learn more about managing modules with a PuppetfileDocumentation
thekevjames/neovim — version 1.5.0 Apr 18th 2016
puppet-neovim
An opinionated Puppet Module to install and manage Neovim.
puppet-neovim is available on the Puppet Forge.
Usage
Simply
class { '::neovim':
home => '/home/kevin',
}
to make sure neovim is installed.
Configuration
In addition to the above value set for neovim
, you can also use
hiera to override the following defaults:
neovim::dependencies: nil
neovim::packages: neovim
CHANGELOG
1.5.0
- bugfix: ensure config folder exists
- meta: add tests
1.4.1
- feature: .pp files are parsed as ruby
1.4.0
- bugfix: fix parser validation for 3.8
- feature: split filetype configs into ftdetect/ files
1.3.1
- bugfix: depend on target, not function (OpenSuSE)
1.3.0
- feature: install from source on OpenSuSE
1.2.1
- bugfix: only update package control on source change in Ubuntu
- meta: spacing fixes
1.2.0
- bugfix: work properly on Ubuntu
1.1.0
- bugfix: better puppet parser validation
1.0.0
- initial release
Dependencies
- puppetlabs/stdlib (>= 4.2.0 < 5.0.0)
- puppetlabs/vcsrepo (>= 1.0.0 < 2.0.0)