Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Created September 9, 2013 18:48
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 duk3luk3/6499836 to your computer and use it in GitHub Desktop.
Save duk3luk3/6499836 to your computer and use it in GitHub Desktop.
nfs-common:
pkg.installed
# set up nfs mount dir
/mnt/nfs:
file.directory:
- user: root
- group: root
- dir_mode: 755
- file_mode: 644
mount.mounted:
- device: ${dev}
- fstype: nfs
- opts: rw,bg
- require:
- file: /mnt/nfs
- pkg: nfs-common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment