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
7380a150
Commit
7380a150
authored
Sep 15, 2021
by
Mirco Vivaldi
Browse files
add default e change permissions
parent
d0645c69
Changes
1
Show whitespace changes
Inline
Side-by-side
fbkusers/fsperm/fsperm.sls
View file @
7380a150
...
...
@@ -9,14 +9,20 @@
{% for dir in pillar.fbkusers[user]["fsperm"] %}
{{ dir }}-{{ user }}:
{{ dir }}-{{ user }}
-default
:
acl.present:
- name: {{ dir }}
- acl_type: d:user
- acl_name: {{ user }}
- perms: rwx
- recurse: True
{{ dir }}-{{ user }}:
acl.present:
- name: {{ dir }}
- acl_type: user
- acl_name: {{ user }}
- perms: rwx
- recurse: True
{% endfor %}
{% endif %}
{% endfor %}
...
...
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