From 41a14e75efff60f018a319b3200df4d131d4b5b8 Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Sat, 14 Mar 2015 01:10:52 +0100 Subject: [PATCH] Rename force_group into group --- tests/test-full.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-full.yml b/tests/test-full.yml index ed9c6c3..6d7c8eb 100644 --- a/tests/test-full.yml +++ b/tests/test-full.yml @@ -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: