Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxpupuli/puppet-make
Puppet module for installing make
https://github.com/voxpupuli/puppet-make
centos-puppet-module hacktoberfest linux-puppet-module oraclelinux-puppet-module puppet redhat-puppet-module scientific-puppet-module sles-puppet-module ubuntu-puppet-module
Last synced: 3 months ago
JSON representation
Puppet module for installing make
- Host: GitHub
- URL: https://github.com/voxpupuli/puppet-make
- Owner: voxpupuli
- License: apache-2.0
- Fork: true (Element84/puppet-make)
- Created: 2015-01-16T16:20:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T12:14:14.000Z (9 months ago)
- Last Synced: 2024-04-13T21:51:51.753Z (9 months ago)
- Topics: centos-puppet-module, hacktoberfest, linux-puppet-module, oraclelinux-puppet-module, puppet, redhat-puppet-module, scientific-puppet-module, sles-puppet-module, ubuntu-puppet-module
- Language: Ruby
- Homepage: https://forge.puppet.com/puppet/make
- Size: 198 KB
- Stars: 2
- Watchers: 20
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
#make
[![Puppet Forge](http://img.shields.io/puppetforge/v/puppet/make.svg)](https://forge.puppetlabs.com/puppet/make)
[![Build Status](https://travis-ci.org/voxpupuli/puppet-make.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-make)
[![Github Tag](https://img.shields.io/github/tag/voxpupuli/puppet-make.svg)](https://github.com/voxpupuli/puppet-make)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/voxpupuli/puppet-make?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/puppet/make.svg)](https://forge.puppetlabs.com/puppet/make)
[![Puppet Forge Endorsement](https://img.shields.io/puppetforge/e/puppet/make.svg)](https://forge.puppetlabs.com/puppet/make)####Table of Contents
1. [Overview](#overview)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Parameters](#parameters)
1. [Limitations - OS compatibility, etc.](#limitations)
1. [Development - Guide for contributing to the module](#development)##Overview
Installs the 'make' package.
##Usage
```puppet
include make
```To override the package name,
```puppet
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](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](https://github.com/voxpupuli/puppet-make/graphs/contributors).