Version information
released Nov 6th 2011
Start using this module
Add this module to your Puppetfile:
mod 'mudge-pkgin', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
mudge/pkgin — version 0.0.1 Nov 6th 2011
Puppet pkgin Module
This is a Puppet module to install and uninstall packages using pkgin
, a
binary package manager for pkgsrc
as used by Joyent SmartMachines by
enabling a provider for the standard package
resource type.
Usage
package { 'vim':
ensure => present,
provider => pkgin,
}
Author
Paul Mucur (http://mudge.name)