Open Friz-zy opened 8 years ago
^license_key=REPLACE_WITH_REAL_KEY in nrsysmond.sls always will be failed without manually changes. What the reason for this solution?
^license_key=REPLACE_WITH_REAL_KEY
nrsysmond.sls
Why not just use ^license_key= or ^license_key={{ salt['pillar.get']('newrelic:apikey', '') }}?
^license_key=
^license_key={{ salt['pillar.get']('newrelic:apikey', '') }}
^license_key=REPLACE_WITH_REAL_KEY
innrsysmond.sls
always will be failed without manually changes. What the reason for this solution?Why not just use
^license_key=
or^license_key={{ salt['pillar.get']('newrelic:apikey', '') }}
?