Skip to content

Commit

Permalink
docs(archlinux): add user to pillar.example
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 4, 2019
1 parent ff54b33 commit 4b09216
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions pillar.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
iscsi:
{% if grains.os_family in ('Arch',) %}
users:
iscsimake:
sudouser: True
shell: /bin/bash
empty_password: True
home: /home/iscsimake
createhome: True
optional_groups:
- wheel
- root
sudo_rules:
- 'ALL=(ALL) ALL'
{% endif %}

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

Expand Down

0 comments on commit 4b09216

Please sign in to comment.