rothgar / puppet-multipkg

Multipackage type and providers for Puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multipkg

Build Status

This is the multipkg module.

Supports

  • rpm
  • apt

Example

multipkg { 'project-utils':
  packages => ['foo', 'bar', 'baz']
  }

Also supports yum group packages using Group-Id. Use yum -v groupinfo "Package Name" to get Group-Id.

multipkg { 'base-packages':
  packages => ['foo', '@bar', '@baz']
  }

License

MIT

Support

Please log tickets and issues on Github

About

Multipackage type and providers for Puppet


Languages

Language:Ruby 79.3%Language:Puppet 20.7%