Rename force_group into group

This commit is contained in:
Bert Van Vreckem 2015-03-14 01:10:52 +01:00
parent 0946b2e7a1
commit 41a14e75ef

View File

@ -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: