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
sssd
Commits
4e8a0af7
Commit
4e8a0af7
authored
Jun 16, 2022
by
Francesco Gionghi
Browse files
fix import tpldir
parent
b57437b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
sssd/join/post-command.sls
View file @
4e8a0af7
{%- set
sssd
root =
slspath
.split('/')[0] %}
{%- from
sssd
root ~ "/map.jinja" import sssd with context %}
{%- set
tpl
root =
tpldir
.split('/')[0] %}
{%- from
tpl
root ~ "/map.jinja" import sssd with context %}
post-command:
cmd.run:
- name: {{ sssd.launch.command }}
{% if sssd.launch.checkfile is defined %}}}
- unless: grep mkhomedir {{ sssd.launch.checkfile }}
{% endif %}
\ No newline at end of file
{% endif %}
Write
Preview
Supports
Markdown
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