Define a complete security baseline and monitor the baseline's rules. The definition of the baseline should be done in Hiera. The purpose of the module is to give the ability to setup a complete security baseline which not necessarily have to stick to industry security guides like the CIS benchmarks.
Apache License 2.0
18
stars
12
forks
source link
hiera.yaml does not detect operating system correctly #13
hiera.yaml should have operating system detection through the use of facts to correctly determine the hierarchy of the params and rule datasets. I would suggest using the fact os.family or os.name.
i.e. AlamaLinux ~ RedHat so you would use os.family but could use os.name if you wanted separate them out?
hiera.yaml should have operating system detection through the use of facts to correctly determine the hierarchy of the params and rule datasets. I would suggest using the fact os.family or os.name.
i.e. AlamaLinux ~ RedHat so you would use os.family but could use os.name if you wanted separate them out?