Skip to content

Commit 9abc0ef

Browse files
authored
Update README.md
one more unquoted mode
1 parent 9dbe9f6 commit 9abc0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ node 'server.example.com' {
6969
path => "$smb_share",
7070
browsable => true,
7171
writable => true,
72-
create_mask => 0770,
73-
directory_mask => 0770,
72+
create_mask => '0770',
73+
directory_mask => '0770',
7474
}
7575
7676
class { 'samba::server::ads':

0 commit comments

Comments
 (0)