Skip to content

Instantly share code, notes, and snippets.

@jontyneedham
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jontyneedham/3551388a668284461a42 to your computer and use it in GitHub Desktop.
Save jontyneedham/3551388a668284461a42 to your computer and use it in GitHub Desktop.
/opt/apps/my_dir:
file.directory:
- user: vagrant
- group: users
- mode: 755
- makedirs: True
/opt/apps/my_dir/versions/current:
file.directory:
- user: vagrant
- group: users
- mode: 755
- makedirs: True
/opt/apps/my_dir/updatable:
file.directory:
- user: vagrant
- group: users
- mode: 755
- makedirs: True
mount.mounted:
- device: me@my_machine:hbrf_slot/my_dir/versions/my_dir/
- fstype: fuse # this should be vboxfs but I've no idea how to get it as a value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment