Rename force_group into group
This commit is contained in:
parent
0946b2e7a1
commit
41a14e75ef
@ -23,17 +23,17 @@
|
||||
- name: privateshare
|
||||
comment: 'Only readable/writeable by vagrant'
|
||||
write_list: vagrant
|
||||
force_group: vagrant
|
||||
group: vagrant
|
||||
- name: protectedshare
|
||||
public: yes
|
||||
comment: 'Public, but only writeable by vagrant'
|
||||
write_list: vagrant
|
||||
force_group: vagrant
|
||||
group: vagrant
|
||||
- name: publicshare
|
||||
comment: 'Public share, writeable by all members of group ‘users’'
|
||||
public: yes
|
||||
write_list: +users
|
||||
force_group: users
|
||||
group: users
|
||||
setype: public_content_t
|
||||
samba_create_varwww_symlinks: yes
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user