Run my puppet on test machine

This commit is contained in:
Johan Wassberg 2024-01-16 10:17:40 +01:00
parent 73de6be0bb
commit 1b1e0632bc
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -206,6 +206,10 @@ def main():
if OS_INFO["VERSION_CODENAME"] == "bullseye":
pass
if re.match('^idm-sto\d-test-', host_info["fqdn"]):
modules["sunet"]["tag"] = "jocar-idm-redis*"
# Build list of expected file content
file_lines = create_file_content(modules)