ukhas / habcloud-salt-states

HabCloud Salt States
0 stars 2 forks source link

Finer grained user creation #1

Closed danielrichman closed 9 years ago

danielrichman commented 9 years ago

Maybe have pillar

users:
    simon:
        boxes: 'postgres* or ukhas'
        sudo: 'ukhas'

and then use

{% if salt['match.compound'](data.boxes) %}
....
adamgreig commented 9 years ago

Closed by 77d6b9b78d8f2cfb5b93d723a82a527e45917d5c and subsequent commits