Fix typo
This commit is contained in:
parent
b4fb2a069b
commit
0da54deef3
|
@ -117,7 +117,7 @@ def main():
|
||||||
|
|
||||||
if host_info:
|
if host_info:
|
||||||
if host_info["fqdn"] == "metrics-cd-test-1.sunet.se":
|
if host_info["fqdn"] == "metrics-cd-test-1.sunet.se":
|
||||||
modules["apt"]["tag"] = "pahol-influx*"
|
modules["sunet"]["tag"] = "pahol-influx*"
|
||||||
|
|
||||||
# Build list of expected file content
|
# Build list of expected file content
|
||||||
file_lines = create_file_content(modules)
|
file_lines = create_file_content(modules)
|
||||||
|
|
Loading…
Reference in a new issue