{%- set MASTER = grains['master'] -%} {%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%} { "logFilename": "/opt/sensoroni/log/sensoroni.log", "logLevel":"debug", "agent": { "pollIntervalMs": 10000, "serverUrl": "https://{{ MASTER }}/sensoroniagents", "verifyCert": false, "modules": { "statickeyauth": { "apiKey": "{{ SENSORONIKEY }}" }, "stenoquery": { "pcapInputPath": "/nsm/pcap", "pcapOutputPath": "/nsm/pcapout" } } } }