{"id":15022796,"url":"https://github.com/voxpupuli/puppet-make","last_synced_at":"2025-09-30T07:30:40.167Z","repository":{"id":25915605,"uuid":"29356515","full_name":"voxpupuli/puppet-make","owner":"voxpupuli","description":"Puppet module for installing make","archived":false,"fork":true,"pushed_at":"2024-09-16T18:51:26.000Z","size":207,"stargazers_count":2,"open_issues_count":1,"forks_count":10,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-01-17T19:04:01.193Z","etag":null,"topics":["centos-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module","sles-puppet-module","ubuntu-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/make","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Element84/puppet-make","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2015-01-16T16:20:32.000Z","updated_at":"2024-07-09T17:56:05.000Z","dependencies_parsed_at":"2023-09-24T10:05:44.713Z","dependency_job_id":null,"html_url":"https://github.com/voxpupuli/puppet-make","commit_stats":{"total_commits":106,"total_committers":19,"mean_commits":5.578947368421052,"dds":"0.39622641509433965","last_synced_commit":"be46ab59e799ab83de992ffed0d3f96e3125b6b8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-make/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234712826,"owners_count":18875519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module","sles-puppet-module","ubuntu-puppet-module"],"created_at":"2024-09-24T19:58:23.585Z","updated_at":"2025-09-30T07:30:34.868Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"#make\n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/puppet/make.svg)](https://forge.puppetlabs.com/puppet/make)\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-make.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-make)\n[![Github Tag](https://img.shields.io/github/tag/voxpupuli/puppet-make.svg)](https://github.com/voxpupuli/puppet-make)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/voxpupuli/puppet-make?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/puppet/make.svg)](https://forge.puppetlabs.com/puppet/make)\n[![Puppet Forge Endorsement](https://img.shields.io/puppetforge/e/puppet/make.svg)](https://forge.puppetlabs.com/puppet/make)\n\n####Table of Contents\n\n1. [Overview](#overview)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Parameters](#parameters)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n##Overview\n\nInstalls the 'make' package.\n\n##Usage\n\n```puppet\n  include make\n```\n\nTo override the package name,\n\n```puppet\n  class { 'make':\n    package_name =\u003e 'gmake',\n  }\n```\n\n##Parameters\n\n---\n#### package_name (type: String)\nName of package for make.\n\n- *Default*: 'make'\n\n---\n####package_ensure (type: String)\nValue of `ensure` attribute for make package.\n\n- *Default*: 'present'\n\n##Limitations\n\nSupports Puppet v3 and v4 against a matrix of Ruby versions documented\nin .travis.yml on the following platforms.\n\n* Debian 7\n* EL 5\n* EL 6\n* EL 7\n* SLES/SLED 10\n* SLES/SLED 11\n* SLES/SLED 12\n* Ubuntu 12.04\n* Ubuntu 14.04\n* Ubuntu 16.04\n\n##Development\n\nTo contribute, fork\n[https://github.com/voxpupuli/puppet-make.git](https://github.com/voxpupuli/puppet-make.git),\nmake a branch for your changes, and file a pull request.\n\n##Contributors\n\nThank you to all of our [https://github.com/voxpupuli/puppet-make/graphs/contributors](https://github.com/voxpupuli/puppet-make/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-make","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-make","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-make/lists"}