#make
####Table of Contents
- Overview
- Usage - Configuration options and additional functionality
- Parameters
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
##Overview
Installs the 'make' package.
##Usage
include make
To override the package name,
class { 'make':
package_name => 'gmake',
}
##Parameters
Name of package for make.
- Default: 'make'
####package_ensure (type: String)
Value of ensure
attribute for make package.
- Default: 'present'
##Limitations
Supports Puppet v3 and v4 against a matrix of Ruby versions documented in .travis.yml on the following platforms.
- Debian 7
- EL 5
- EL 6
- EL 7
- SLES/SLED 10
- SLES/SLED 11
- SLES/SLED 12
- Ubuntu 12.04
- Ubuntu 14.04
- Ubuntu 16.04
##Development
To contribute, fork https://github.com/voxpupuli/puppet-make.git, make a branch for your changes, and file a pull request.
##Contributors
Thank you to all of our https://github.com/voxpupuli/puppet-make/graphs/contributors.