-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add AlmaLinux 8 support * Add support for stdlib 9 * Update other Puppet module dependencies * Add support for Puppet 8 * Drop support for Puppet 6 * Add missing Hiera data for AlmaLinux * Simplify repo gpg key logic to support AlmaLinux
- Loading branch information
Showing
9 changed files
with
227 additions
and
38 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,3 +1,10 @@ | ||
* Tue Oct 03 2023 Steven Pritchard <[email protected]> - 4.18.0 | ||
- Add AlmaLinux 8 support | ||
- Add support for stdlib 9 | ||
- Update other Puppet module dependencies | ||
- Add support for Puppet 8 | ||
- Drop support for Puppet 6 | ||
|
||
* Mon Jul 31 2023 Chris Tessmer <[email protected]> - 4.17.0 | ||
- Add RockyLinux 8 support | ||
|
||
|
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,33 @@ | ||
--- | ||
simp::scenario::data::el8: | ||
- rkhunter | ||
- chrony | ||
simp::scenario_map: | ||
one_shot: "%{alias('simp::scenario::data::el8')}" | ||
simp: "%{alias('simp::scenario::data::el8')}" | ||
simp_lite: "%{alias('simp::scenario::data::el8')}" | ||
simp::server::scenario_map: | ||
poss: "%{alias('simp::scenario::data::el8')}" | ||
simp: "%{alias('simp::scenario::data::el8')}" | ||
simp_lite: "%{alias('simp::scenario::data::el8')}" | ||
|
||
simp::puppetdb::cipher_suites: | ||
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | ||
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | ||
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | ||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | ||
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | ||
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | ||
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | ||
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 | ||
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | ||
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | ||
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | ||
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | ||
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | ||
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 | ||
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA | ||
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | ||
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 | ||
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA | ||
- TLS_EMPTY_RENEGOTIATION_INFO_SCSV |
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,150 @@ | ||
# | ||
--- | ||
simp::scenario_map: | ||
none: [] | ||
poss: | ||
- deferred_resources | ||
- pupmod | ||
- simp::scenario::poss | ||
|
||
remote_access: | ||
- deferred_resources | ||
- pam::access | ||
- pam::wheel | ||
- pupmod | ||
- resolv | ||
- simp::admin | ||
- simp::nsswitch | ||
- simp::scenario::poss | ||
- simp::sssd::client | ||
- ssh | ||
|
||
simp_lite: | ||
# Shared with 'poss' | ||
- pupmod | ||
# Shared with 'simp' | ||
- aide | ||
- at | ||
- auditd | ||
- cron | ||
- deferred_resources | ||
- incron | ||
- issue | ||
- pam::access | ||
- resolv | ||
- simp::admin | ||
- simp::base_apps | ||
- simp::base_services | ||
- simp::kmod_blacklist | ||
- simp::mountpoints | ||
- simp::nsswitch | ||
- simp::prelink | ||
- simp::scenario::base | ||
- simp::sysctl | ||
- simp::yum::schedule | ||
- simp_rsyslog | ||
- ssh | ||
- swap | ||
- timezone | ||
- tuned | ||
- useradd | ||
|
||
simp: | ||
# Shared with 'poss' | ||
- pupmod | ||
# Shared with 'simp_lite' | ||
- aide | ||
- at | ||
- auditd | ||
- cron | ||
- deferred_resources | ||
- incron | ||
- issue | ||
- pam::access | ||
- resolv | ||
- simp::admin | ||
- simp::base_apps | ||
- simp::base_services | ||
- simp::kmod_blacklist | ||
- simp::mountpoints | ||
- simp::nsswitch | ||
- simp::prelink | ||
- simp::scenario::base | ||
- simp::sysctl | ||
- simp::yum::schedule | ||
- simp_rsyslog | ||
- ssh | ||
- swap | ||
- timezone | ||
- tuned | ||
- useradd | ||
# These classes are only in 'simp' | ||
- fips | ||
- pam::wheel | ||
- selinux | ||
- svckill | ||
|
||
one_shot: | ||
# Shared with 'simp' | ||
- aide | ||
- at | ||
- auditd | ||
- cron | ||
- deferred_resources | ||
- incron | ||
- issue | ||
- pam::access | ||
- pupmod | ||
- resolv | ||
- simp::admin | ||
- simp::base_apps | ||
- simp::base_services | ||
- simp::kmod_blacklist | ||
- simp::mountpoints | ||
- simp::nsswitch | ||
- simp::prelink | ||
- simp::scenario::base | ||
- simp::sysctl | ||
- simp::yum::schedule | ||
- simp_rsyslog | ||
- ssh | ||
- swap | ||
- timezone | ||
- tuned | ||
- useradd | ||
# These classes are only in 'one_shot' | ||
- simp::one_shot | ||
|
||
simp::server::data: | ||
- simp::server::rsync_shares | ||
# Shared with 'poss' | ||
- pupmod | ||
# Shared with 'simp_lite' | ||
- aide | ||
- at | ||
- cron | ||
- deferred_resources | ||
- incron | ||
- issue | ||
- pam::access | ||
- resolv | ||
- simp::admin | ||
- simp::base_apps | ||
- simp::base_services | ||
- simp::kmod_blacklist | ||
- simp::mountpoints | ||
- simp::nsswitch | ||
- simp::prelink | ||
- simp::sysctl | ||
- ssh | ||
- swap | ||
- timezone | ||
- tuned | ||
- useradd | ||
- '--simp::scenario::base' | ||
- '--auditd' | ||
# These classes are only in 'simp' | ||
- fips | ||
- pam::wheel | ||
- selinux | ||
- svckill |
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
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
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