Skip to content

Commit

Permalink
docs(suse): update pillar example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 4, 2019
1 parent 4f37896 commit ff54b33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
---
iscsi:

{%- if grains.os_family in ('Debian',) %}
{%- if grains.os_family in ('Debian', 'Suse',) %}
target:
pkgs:
wanted:
- infiniband-diags
- ibutils
- ibverbs-utils
- rdmacm-utils perftest
- rdmacm-utils
- perftest
{%- endif %}

config:
Expand Down

0 comments on commit ff54b33

Please sign in to comment.