Skip to content

Commit

Permalink
fix(package): use correct node exporter package name in Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
alxwr committed Oct 17, 2019
1 parent 7b2f5ce commit a4fd589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/package/install.sls
Expand Up @@ -16,7 +16,7 @@ include:
prometheus-package-install-{{ name }}-installed:
pkg.installed:
- name: {{ name }}
- name: {{ prometheus.pkg.get(name, {}).get('name', name) }}
{%- endif %}
{%- endfor %}

0 comments on commit a4fd589

Please sign in to comment.