Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 1.99 KB

README.md

File metadata and controls

74 lines (53 loc) · 1.99 KB

#make

Puppet Forge Build Status Github Tag Gitter Puppet Forge Downloads Puppet Forge Endorsement

####Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Parameters
  4. Limitations - OS compatibility, etc.
  5. 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


package_name (type: String)

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.