Commit 22d27218 by Bach Dániel

add nfs-client

parent c540846f
......@@ -5,3 +5,6 @@ timezone: Europe/Budapest
graphite:
secret_key: ahf2aim7ahLeo8n
nfs:
server: 10.0.0.26
nfs-client:
pkg.installed:
- pkgs:
- nfs-common
- require_in:
- mount: /datastore
/datastore:
mount.mounted:
- device: {{ pillar['nfs']['server'] }}:/datastore
- fstype: nfs
- opts: rw,nfsvers=3,noatime
- dump: 0
- pass_num: 2
- persist: True
- mkmnt: True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment