9,848 downloads
9,848 latest version
3.4 quality score
Add this module to a Bolt project:
bolt module add nakai-package_group
Add this declaration to your Puppetfile:
mod 'nakai-package_group', '0.1.0'
Manually install this module with Puppet module tool:
puppet module install nakai-package_group --version 0.1.0
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
Usage:
package_group { "Infiniband Support": ensure => 'present' }
RedHat/CentOS: "yum groupinstall" command is used SLES: "zypper install -t pattern" is used
Manage package group.
The name of package group.
Install package pattern, aka group, for SuSE OS.
Install package group for Redhat OS family.