Version information
released Sep 17th 2014
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'nekroze-curator', '0.1.4'
Learn more about managing modules with a PuppetfileDocumentation
nekroze/curator — version 0.1.4 Sep 17th 2014
curator
Curator is a puppet module for managing librarian-puppet with puppet itself!
This module will take control (read wipe) your Puppetfile and populate it with the modules you declare as follows:
class { 'curator':
modules => ['puppetlabs-stdlib', 'puppetlabs-postgresql'],
path => '/etc/puppet', # This is the default for this parameter.
}
The above example will setup librarian-puppet to install the puppetlabs-stdlib
and puppetlabs-postgresql
modules from the forge.
This module is very simple at present (does not support; module version specification, git modules, etc.) however I am happy to take merge requests.