neoloc/crypto_policices_el8 #193

Merged
unkinben merged 4 commits from neoloc/crypto_policices_el8 into develop 2024-12-08 19:54:16 +11:00
4 changed files with 6 additions and 0 deletions
Showing only changes of commit f00b867ddf - Show all commits

View File

@ -57,6 +57,7 @@ mod 'stm-file_capability', '6.0.0'
mod 'h0tw1r3-gitea', '3.2.0'
mod 'rehan-mkdir', '2.0.0'
mod 'tailoredautomation-patroni', '2.0.0'
mod 'ssm-crypto_policies', '0.3.3'
mod 'bind',
:git => 'https://git.service.au-syd1.consul/unkinben/puppet-bind.git',

View File

@ -1,4 +1,6 @@
# hieradata/os/AlmaLinux/AlmaLinux8.yaml
---
crypto_policies::policy: 'DEFAULT:SHA1'
profiles::packages::include:
network-scripts: {}

View File

@ -1,2 +1,4 @@
# hieradata/os/AlmaLinux/AlmaLinux9.yaml
---
crypto_policies::policy: 'DEFAULT:SHA1'

View File

@ -7,6 +7,7 @@ profiles::puppet::agent::puppet_version: '7.34.0'
hiera_include:
- profiles::almalinux::base
- crypto_policies
profiles::packages::include:
lzo: {}