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