forked from simp/pupmod-simp-rsyslog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-9780) Puppetsync: Remove Puppet 5, Support 7 (simp#124)
This patch: * Removes Puppet 5 from `metadata.json` and the GHA & GLCI matrix * Ensures support for Puppet 7 in `metadata.json` * Ensures Pup 7 for module deps stdlib and concat (if present) * Updates GLCI and GHA matrix to model Puppet PE using Puppet 6.22.1 * Bumps Gemfile's simp-rake-helpers and simp-beaker-helpers min vers * Removes `.pmtignore` and adds `.pdkignore` * Ensures `.git` is added to fixture URLs The patch enforces a standardized asset baseline using simp/puppetsync, and may apply other updates to ensure conformity. [SIMP-9836] #close [SIMP-9780] #comment Drop Puppet 5 in pupmod-simp-rsyslog [SIMP-9670] #comment update Puppet 6.22.1 in pupmod-simp-rsyslog [SIMP-9606] #comment Switch pupmod-simp-rsyslog from .pmtignore to .pdkignore [SIMP-9781] #comment bump Gemfile versions in pupmod-simp-rsyslog [SIMP-9826] #comment Ensured fixture repo urls for pupmod-simp-rsyslog
- Loading branch information
Showing
9 changed files
with
97 additions
and
140 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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
--- | ||
fixtures: | ||
repositories: | ||
auditd: https://github.com/simp/pupmod-simp-auditd | ||
auditd: https://github.com/simp/pupmod-simp-auditd.git | ||
augeas_core: | ||
repo: https://github.com/simp/pupmod-puppetlabs-augeas_core.git | ||
puppet_version: ">= 6.0.0" | ||
augeasproviders_core: https://github.com/hercules-team/augeasproviders_core | ||
augeasproviders_grub: https://github.com/hercules-team/augeasproviders_grub | ||
compliance_markup: https://github.com/simp/pupmod-simp-compliance_markup | ||
concat: https://github.com/simp/puppetlabs-concat | ||
firewalld: https://github.com/simp/pupmod-voxpupuli-firewalld | ||
iptables: https://github.com/simp/pupmod-simp-iptables | ||
logrotate: https://github.com/simp/pupmod-simp-logrotate | ||
pki: https://github.com/simp/pupmod-simp-pki | ||
selinux_core: https://github.com/puppetlabs/puppetlabs-selinux_core | ||
simp_options: https://github.com/simp/pupmod-simp-simp_options | ||
simp_firewalld: https://github.com/simp/pupmod-simp-simp_firewalld | ||
simplib: https://github.com/simp/pupmod-simp-simplib | ||
stdlib: https://github.com/simp/puppetlabs-stdlib | ||
stunnel: https://github.com/simp/pupmod-simp-stunnel | ||
systemd: https://github.com/simp/puppet-systemd | ||
tcpwrappers: https://github.com/simp/pupmod-simp-tcpwrappers | ||
augeasproviders_core: https://github.com/hercules-team/augeasproviders_core.git | ||
augeasproviders_grub: https://github.com/hercules-team/augeasproviders_grub.git | ||
compliance_markup: https://github.com/simp/pupmod-simp-compliance_markup.git | ||
concat: https://github.com/simp/puppetlabs-concat.git | ||
firewalld: https://github.com/simp/pupmod-voxpupuli-firewalld.git | ||
iptables: https://github.com/simp/pupmod-simp-iptables.git | ||
logrotate: https://github.com/simp/pupmod-simp-logrotate.git | ||
pki: https://github.com/simp/pupmod-simp-pki.git | ||
selinux_core: https://github.com/puppetlabs/puppetlabs-selinux_core.git | ||
simp_options: https://github.com/simp/pupmod-simp-simp_options.git | ||
simp_firewalld: https://github.com/simp/pupmod-simp-simp_firewalld.git | ||
simplib: https://github.com/simp/pupmod-simp-simplib.git | ||
stdlib: https://github.com/simp/puppetlabs-stdlib.git | ||
stunnel: https://github.com/simp/pupmod-simp-stunnel.git | ||
systemd: https://github.com/simp/puppet-systemd.git | ||
tcpwrappers: https://github.com/simp/pupmod-simp-tcpwrappers.git | ||
disa_stig-el7-baseline: | ||
repo: https://github.com/simp/inspec-profile-disa_stig-el7 | ||
branch: master | ||
repo: https://github.com/simp/inspec-profile-disa_stig-el7.git | ||
branch: master | ||
target: spec/fixtures/inspec_deps/inspec_profiles/profiles | ||
symlinks: | ||
rsyslog: "#{source_dir}" |
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ dist | |
/.rspec_system | ||
/.vagrant | ||
/.bundle | ||
/.vendor | ||
/vendor | ||
/junit | ||
/log | ||
|
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,57 @@ | ||
# .pdkignore masks files from inclusion by `pdk build`. | ||
# | ||
# It is used by CI when building modules to publish to the Puppet Forge and to | ||
# mask symlinks from the `pdk build` test in the module's RELENG checks. | ||
# ------------------------------------------------------------------------------ | ||
# NOTICE: **This file is maintained with puppetsync** | ||
# | ||
# This file is automatically updated as part of a puppet module baseline. | ||
# The next baseline sync will overwrite any local changes made to this file. | ||
# ------------------------------------------------------------------------------ | ||
.*.sw? | ||
.git/ | ||
.metadata | ||
.yardoc | ||
.yardwarns | ||
*.iml | ||
/.bundle/ | ||
/.idea/ | ||
/.vagrant/ | ||
/coverage/ | ||
/bin/ | ||
/doc/ | ||
/Gemfile.local | ||
/Gemfile.lock | ||
/junit/ | ||
/log/ | ||
/pkg/ | ||
/dist/ | ||
/tmp/ | ||
/vendor/ | ||
/.vendor/ | ||
/convert_report.txt | ||
/update_report.txt | ||
.DS_Store | ||
.project | ||
.envrc | ||
/inventory.yaml | ||
/appveyor.yml | ||
/.fixtures.yml | ||
/Gemfile | ||
/.gitattributes | ||
/.gitignore | ||
/.github/ | ||
/.gitlab-ci.yml | ||
/.pdkignore | ||
/.puppet-lint.rc | ||
/.sync.yml | ||
/.pmtignore | ||
/Rakefile | ||
/rakelib/ | ||
/.rspec | ||
/.rubocop.yml | ||
/.travis.yml | ||
/.yardopts | ||
/spec/ | ||
/.vscode/ | ||
/tests/ |
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
* Wed Jun 16 2021 Chris Tessmer <[email protected]> - 8.1.0 | ||
- Removed support for Puppet 5 | ||
- Ensured support for Puppet 7 in requirements and stdlib | ||
|
||
* Fri Jan 29 2021 Liz Nemsick <[email protected]> - 8.0.0 | ||
- Removed support for Rsyslog < 8.24.0. | ||
- Rsyslog >= 8.24.0 is used for EL7.4 and later. | ||
|
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