{"id":15517951,"url":"https://github.com/hfm/puppet-remi","last_synced_at":"2025-06-22T17:07:32.324Z","repository":{"id":43042257,"uuid":"54593759","full_name":"hfm/puppet-remi","owner":"hfm","description":"Configure the remi repository and import the GPG keys.","archived":false,"fork":false,"pushed_at":"2022-07-06T05:17:23.000Z","size":98,"stargazers_count":4,"open_issues_count":3,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T17:07:26.769Z","etag":null,"topics":["centos","php","puppet","redhat","remi"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/hfm/remi","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hfm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-23T21:19:24.000Z","updated_at":"2024-06-29T23:07:44.000Z","dependencies_parsed_at":"2022-09-16T12:11:21.978Z","dependency_job_id":null,"html_url":"https://github.com/hfm/puppet-remi","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/hfm/puppet-remi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-remi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-remi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-remi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-remi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfm","download_url":"https://codeload.github.com/hfm/puppet-remi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-remi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261330126,"owners_count":23142482,"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","php","puppet","redhat","remi"],"created_at":"2024-10-02T10:14:36.880Z","updated_at":"2025-06-22T17:07:27.301Z","avatar_url":"https://github.com/hfm.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-remi\n\n[![Build Status](https://img.shields.io/travis/hfm/puppet-remi/master.svg?style=flat-square)](https://travis-ci.org/hfm/puppet-remi)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/hfm/remi.svg?style=flat-square)](https://forge.puppet.com/hfm/remi)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with remi](#setup)\n    * [Beginning with remi](#beginning-with-remi)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module configure [Remi's RPM repository](http://rpms.famillecollet.com/) and import RPM-GPG-KEY-remi.\n\n## Setup\n\n### Beginning with remi\n\nTo configure the remi with default parameters, declare the `remi` class.\n\n```puppet\ninclude remi\n```\n\n## Usage\n\n### Configuring remi\n\n```puppet\nclass { 'remi':\n  remi_safe_enabled  =\u003e 1,\n  remi_php71_enabled =\u003e 1,\n}\n```\n\n### Configuring modules from Hiera\n\n```yaml\n---\nremi::remi_safe_enabled: 1\nremi::remi_php71_enabled: 1\n```\n\n## Reference\n\n### Classes\n\n#### Public Classes\n\n- [`remi`](#remi):  Configure the remi repository and import the GPG keys.\n\n#### Private Classes\n\n- `remi::rpm_gpg_key`: Import the RPM GPG key for the Remi.\n\n### Parameters\n\n#### remi\n\n- `ensure`: Whether the RPM-GPG-KEY-remi file should exist. Default to present.\n- `path`: The path to the RPM-GPG-KEY-remi file to manage. Must be an absolute path. Default to '/etc/pki/rpm-gpg/RPM-GPG-KEY-remi'.\n\n## Development\n\n### Running tests\n\nThe STNS puppet module contains tests for both [rspec-puppet](http://rspec-puppet.com/) (unit tests) and [beaker-rspec](https://github.com/puppetlabs/beaker-rspec) (acceptance tests) to verify functionality. For detailed information on using these tools, please see their respective documentation.\n\n#### Testing quickstart\n\n- Unit tests:\n\n```console\n$ bundle install\n$ bundle exec rake lint\n$ bundle exec rake validate\n$ bundle exec rake spec\n```\n\n- Acceptance tests:\n\n```console\n# Set your DOCKER_HOST variable\n$ eval \"$(docker-machine env default)\"\n\n# Run beaker acceptance tests\n$ BEAKER_set=centos7 bundle exec rake beaker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-remi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfm%2Fpuppet-remi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-remi/lists"}