https://github.com/theforeman/puppet-puppetserver_foreman
Puppet module for managing Foreman integration in Puppetserver
https://github.com/theforeman/puppet-puppetserver_foreman
foreman hacktoberfest puppet puppetserver
Last synced: about 1 month ago
JSON representation
Puppet module for managing Foreman integration in Puppetserver
- Host: GitHub
- URL: https://github.com/theforeman/puppet-puppetserver_foreman
- Owner: theforeman
- Created: 2020-04-24T18:24:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T14:34:10.000Z (about 1 year ago)
- Last Synced: 2024-04-15T13:24:11.003Z (about 1 year ago)
- Topics: foreman, hacktoberfest, puppet, puppetserver
- Language: Ruby
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 10
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Puppet module for managing Foreman integration in Puppetserver
The Foreman integration consists of an ENC and a report processor. This has a
configuration file. All of this can be managed by this module.Historically this integration was part of [theforeman-foreman
module](https://github.com/theforeman/puppet-foreman).## Compatibility
* Foreman API v2: 1.3 - 3.x
* Puppetserver: 1.x - 7.xThese scripts have a long history and have basically been unchanged since Puppet 2.6, even before Puppetserver existed.
They have been adopted to leverage some more modern Ruby methods and require at least Ruby 2.7, but can probably still handle old reports.