saltstack-formulas / newrelic-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
7 stars 37 forks source link

`nrsysmond.comment_default_licence_key` doesn't work without manually changes #11

Open Friz-zy opened 8 years ago

Friz-zy commented 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?

Why not just use ^license_key= or ^license_key={{ salt['pillar.get']('newrelic:apikey', '') }}?