blob: fa212b7b3fff90fb66acb37060e173f774d24843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
,
}
}
|