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
a07ba8e1
Commit
a07ba8e1
authored
Aug 27, 2020
by
Francesco Gionghi
Browse files
bugfix
parent
877154b4
Changes
1
Show whitespace changes
Inline
Side-by-side
fbkusers/group/groups.sls
View file @
a07ba8e1
...
...
@@ -6,9 +6,9 @@
{% if pillar.fbkusers is defined %}
{% for user in pillar.fbkusers %}
{% if pillar.fbkusers[user]["group"] %}
{% if pillar.fbkusers[user]["group
s
"] %}
{% for group in pillar.fbkusers[user]["group"] %}
{% for group in pillar.fbkusers[user]["group
s
"] %}
{{ group }}-{{ user }}:
...
...
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