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
d5ffc2a1
Commit
d5ffc2a1
authored
Jul 24, 2020
by
Francesco Gionghi
Browse files
debug dest
parent
e4ebc3f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
sssd/config-sssd/config-files.sls
View file @
d5ffc2a1
...
...
@@ -2,7 +2,7 @@
{%- set sssdroot = slspath.split('/')[0] %}
{%- from sssdroot ~ "/map.jinja" import sssd with context %}
{%- for file in sssd.config.s
ssd
%}
{%- for file in sssd.config.s
dfile
%}
{{ file.destination }}:
file.managed:
- source: {{ file.source }}
...
...
sssd/osmap.yaml
View file @
d5ffc2a1
# os_family: Debian
Ubuntu
:
config
:
s
ssd
:
s
dfile
:
-
source
:
salt://{{ slspath }}/files/sssd.conf.ubuntu
destination
:
/etc/sssd/sssd.conf
sssddb
:
dbfile
:
-
source
:
x
destination
:
/var/lib/sss/db/cache_pc.itc.it.ldb
-
source
:
x
...
...
sssd/reset.sls
View file @
d5ffc2a1
...
...
@@ -8,7 +8,7 @@ adjoin-clean:
sssd-dbclean:
file.absent:
- names:
{%- for file in sssd.config.
sssddb
%}
{%- for file in sssd.config.
dbfile
%}
- {{ file.destination }}
{%- endfor %}
- {{ sssd.config.krb.destination }}
...
...
@@ -22,3 +22,5 @@ stop-sssd:
nsswitch-reset:
cmd.run:
- name: sed -i {{ sssd.config.nsswitch.destination }} -e 's% sss%%g'
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