Run my puppet on test machine
This commit is contained in:
parent
73de6be0bb
commit
1b1e0632bc
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue