Version information
released Apr 9th 2015
Start using this module
Add this module to your Puppetfile:
mod 'seteam-opencsw', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
seteam/opencsw — version 0.2.1 Apr 9th 2015
OpenCSW
Summary
This is a Puppet module for managing OpenCSW pkgutil. It is capable of ensuring pkgutil from OpenCSW installed, and specifying a mirror and some other parameters.
Usage
include opencsw
Or
class { 'opencsw':
package_source = 'http://get.opencsw.org/now',
mirror = 'http://mirror.opencsw.org/opencsw/stable',
use_gpg = false,
use_md5 = false,
}
Dependencies
- nanliu/staging (>= 0.3.1)