fix!: fixed molecule tests, rewrote how custom variables are handled for hosts overrides; fixed invalid services names for clamav handlers

This commit is contained in:
NaeiKinDus 2023-11-29 00:00:00 +00:00
parent 6026cfd195
commit dafa3fbc54
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
23 changed files with 238 additions and 159 deletions

View file

@ -1,3 +1,3 @@
{% for item in custom_sysctl.keys() -%}
{{ item }} = {{ custom_sysctl[item] }}
{% for item in sysctl_values.keys() -%}
{{ item }} = {{ sysctl_values[item] }}
{% endfor %}