Browse Source

Merge pull request #155 from ashokrajar/master

Fixing a bug introduced in my previous commit
master
Niels Abspoel 7 years ago
parent
commit
bac9fdfaeb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls View File



{% if 'ssh_auth_sources.absent' in user %} {% if 'ssh_auth_sources.absent' in user %}
{% for pubkey_file in user['ssh_auth_sources.absent'] %} {% for pubkey_file in user['ssh_auth_sources.absent'] %}
users_ssh_auth_source_{{ name }}_{{ loop.index0 }}:
users_ssh_auth_source_delete_{{ name }}_{{ loop.index0 }}:
ssh_auth.absent: ssh_auth.absent:
- user: {{ name }} - user: {{ name }}
- source: {{ pubkey_file }} - source: {{ pubkey_file }}

Loading…
Cancel
Save