Skip to content

Commit

Permalink
Indentation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
moio committed Oct 29, 2018
1 parent fd69078 commit ce0d146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions salt/minion/testsuite.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ minion_cucumber_requisites:
pkg.installed:
- pkgs:
- salt-minion
{%- if grains['os_family'] == 'Debian' %}
{%- if grains['os_family'] == 'Debian' %}
- libopenscap8
{% else %}
{% else %}
- openscap-utils
{% endif %}
{% endif %}
- require:
- sls: default

Expand Down

0 comments on commit ce0d146

Please sign in to comment.