Skip to content

Commit

Permalink
Test vfs options parsing
Browse files Browse the repository at this point in the history
For #101
  • Loading branch information
vladgh committed May 9, 2024
1 parent dd85ea4 commit df87d28
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,19 @@
- name: TimeMachine
comment: 'Share useable as a TimeMachine backup target on MacOS'
vfs_objects:
- name: streams_xattr
- name: fruit
options:
- name: time machine
value: true
- name: streams_xattr
- name: shadow_copy2
options:
- name: shadow:snapdir
value: /data/shares/.shadow_snapshots
- name: shadow:sort
value: desc
- name: shadow:snapsharepath
value: RedirectedFolders
path: /srv/timemachine
write_list: timemachine
owner: timemachine
Expand Down

0 comments on commit df87d28

Please sign in to comment.