Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
fbkusers
Commits
f3d41997
Commit
f3d41997
authored
Jan 05, 2022
by
Francesco Gionghi
Browse files
Update createuser.sls
parent
53120208
Changes
1
Hide whitespace changes
Inline
Side-by-side
fbkusers/createuser/createuser.sls
View file @
f3d41997
...
...
@@ -14,7 +14,8 @@
- name: {{ user }}
- shell: /bin/bash
- gid: {{ user }}
- password: {{ pillar.fbkusers[user].password | default("e2898f5daf2faff61a09162762ceecb201fed999202e00329510cf795406cb48", true)}}
{% if pillar.fbkusers[user].password is defined %}
- password: {{ pillar.fbkusers[user].password }}
{% endif %}
{% endfor %}
{% endif %}
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