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
81521bb1
Commit
81521bb1
authored
Nov 29, 2021
by
Francesco Gionghi
Browse files
Update createuser.sls
parent
7380a150
Changes
1
Show whitespace changes
Inline
Side-by-side
fbkusers/createuser/createuser.sls
View file @
81521bb1
{#- Get the `tplroot` from `tpldir` #}
{%- set fbkusersroot = slspath.split('/')[0] %}
{%- from fbkusersroot ~ "/map.jinja" import fbkuserssettings with context %}
...
...
@@ -15,6 +14,7 @@
- name: {{ user }}
- shell: /bin/bash
- gid: {{ user }}
- password: {{ user.password | default("e2898f5daf2faff61a09162762ceecb201fed999202e00329510cf795406cb48", true)}}
{% 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