Skip to content
Snippets Groups Projects
Commit 081fca7c authored by Chris Hines's avatar Chris Hines
Browse files

typo

parent 6f17a9bf
No related branches found
No related tags found
3 merge requests!519Mount nvme disks on /mnt/nvme,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -138,7 +138,7 @@ def make_nhc_config(inventory): ...@@ -138,7 +138,7 @@ def make_nhc_config(inventory):
import jinja2 import jinja2
with open('pre_templates/nhc.conf.j2') as f: with open('pre_templates/nhc.conf.j2') as f:
template = jinja2.Template(f.read()) template = jinja2.Template(f.read())
with open('files/nhc.conf') as f: with open('files/nhc.conf','w') as f:
f.write(template.render()) f.write(template.render())
def make_known_hosts(inventory): def make_known_hosts(inventory):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment