-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These files were part of puppet-foreman but now become a standalone module. This makes it easier to test. Various fixes were made to get tests to pass properly in the new layout and with the additional operating systems. No actual code was changed.
- Loading branch information
Showing
31 changed files
with
14,323 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
fixtures: | ||
repositories: | ||
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
--- | ||
Gemfile: | ||
extra: | ||
- gem: webmock | ||
version: '~> 2.0' | ||
- gem: oauth | ||
spec/spec_helper.rb: | ||
requires: | ||
- webmock/rspec | ||
- puppet/reports | ||
spec/spec_helper_acceptance.rb: | ||
delete: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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 - 2.x | ||
Puppetserver: 1.x - 6.x | ||
|
||
These scripts have a long history and have basically been unchanged since | ||
Puppet 2.6, even before Puppetserver existed. Since they haven't dropped code, | ||
they probably still work. |
Oops, something went wrong.