diff --git a/salt/idh/defaults.yml b/salt/idh/defaults.yml index 368326eb9..708be4d4f 100644 --- a/salt/idh/defaults.yml +++ b/salt/idh/defaults.yml @@ -1,7 +1,7 @@ idh: opencanary: config: - device.node_id: opencanary-01 + device.node_id: {{ grains.host }} git.enabled: true git.port: 9418 ftp.enabled: true diff --git a/salt/idh/idh.conf.jinja b/salt/idh/idh.conf.jinja index 0dbb5eb5a..fcc000379 100644 --- a/salt/idh/idh.conf.jinja +++ b/salt/idh/idh.conf.jinja @@ -1 +1 @@ -{{ IDH | tojson(True) }} \ No newline at end of file +{{ OPENCANARYCONFIG | tojson(True) }} \ No newline at end of file