Skip to content

Commit

Permalink
saltstack-formulas#54 adds correct lsb package name for Amazon OS2
Browse files Browse the repository at this point in the history
  • Loading branch information
sroegner committed May 15, 2018
1 parent 4ddb449 commit 1c6af43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hadoop/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ hadoop:
- gid: {{ hadoop.users['hadoop'] }}
{%- if grains['os_family'] == 'RedHat' %}
{%- if grains['os'] == 'Amazon' and grains['osrelease'] == 2 %}
{%- else %}
system-lsb:
{%- endif %}
redhat-lsb:
pkg.installed
{%- endif %}
Expand Down

0 comments on commit 1c6af43

Please sign in to comment.