Skip to content

Commit

Permalink
fix(clientlibs/install): ensure tar is available for Amazon Linux 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdschmitt committed Jul 16, 2021
1 parent 6745bf2 commit 7140ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/clientlibs/install.sls
Expand Up @@ -28,7 +28,7 @@ prometheus-clientlibs-install-{{ name }}:
- group
- mode
{%- endif %}
{%- if grains.get('osfinger', '') in ['Oracle Linux Server-8'] %}
{%- if grains.get('osfinger', '') in ['Oracle Linux Server-8', 'Amazon Linux-2'] %}
pkg.installed:
- name: tar
- require_in:
Expand Down

0 comments on commit 7140ccf

Please sign in to comment.