Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
fbkusers
Commits
a167fc25
Commit
a167fc25
authored
Aug 27, 2020
by
Francesco Gionghi
Browse files
bugfix
parent
c024106a
Changes
3
Hide whitespace changes
Inline
Side-by-side
fbkusers/group/groups.sls
View file @
a167fc25
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
- name: {{ group }}
- name: {{ group }}
- addusers:
- addusers:
- {{ user }}
- {{ user }}
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
...
...
fbkusers/sshkey/sshkey.sls
View file @
a167fc25
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% for user in pillar.fbkusers %}
{% for user in pillar.fbkusers %}
{% if pillar.fbkusers[user]["sshkey"] %}
{% if pillar.fbkusers[user]["sshkey"] %}
{% for
dir
in pillar.fbkusers[user]["sshkey"] %}
{% for
key
in pillar.fbkusers[user]["sshkey"] %}
sshkey-{{ user }}-{{ key }}:
sshkey-{{ user }}-{{ key }}:
...
...
fbkusers/sudo/sudoservice.sls
View file @
a167fc25
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% for user in pillar.fbkusers %}
{% for user in pillar.fbkusers %}
{% if pillar.fbkusers[user]["sudoservice"] %}
{% if pillar.fbkusers[user]["sudoservice"] %}
{% for
dir
in pillar.fbkusers[user]["sudoservice"] %}
{% for
service
in pillar.fbkusers[user]["sudoservice"] %}
/etc/sudoers.d/{{ user }}-{{ service }}-alias:
/etc/sudoers.d/{{ user }}-{{ service }}-alias:
file.managed:
file.managed:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment