diff options
| -rw-r--r-- | personal_infra/puppet/site/ipa9.h1.int.pdp7.net.pp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/personal_infra/puppet/site/ipa9.h1.int.pdp7.net.pp b/personal_infra/puppet/site/ipa9.h1.int.pdp7.net.pp index 2228f424..fa212b7b 100644 --- a/personal_infra/puppet/site/ipa9.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/ipa9.h1.int.pdp7.net.pp @@ -1,3 +1,33 @@ node 'ipa9.h1.int.pdp7.net' { class {'freeipa::server':} + + # $ sudo ipa-healthcheck + # Can't find /proc/sys/crypto/fips_enabled, skipping + # [ + # { + # "source": "ipahealthcheck.meta.core", + # "check": "MetaCheck", + # "result": "WARNING", + # "uuid": "22485a2e-5931-4c2d-a72f-89616c34cbbe", + # "when": "20260531075056Z", + # "duration": "2.267750", + # "kw": { + # "key": "meta", + # "fqdn": "ipa9.h1.int.pdp7.net", + # "fips": "missing /proc/sys/crypto/fips_enabled", + # "acme": "disabled", + # "ipa_version": "4.13.1", + # "ipa_api_version": "2.257" + # } + # } + # ] + file {'/etc/ipahealthcheck/ipahealthcheck.conf': + content => @("EOT") + [default] + + [excludes] + key=meta + | EOT + , + } } |
