Commit d2b4c14b by Guba Sándor

nfs-server with exports

parent 7e7b5c35
{{ pillar['nfs']['directory'] }} {{ pillar['nfs']['network'] }}(rw,async,insecure,no_subtree_check,no_root_squash)
nfs-server:
service:
- name: nfs-kernel-server
- running
- watch:
- file: /etc/exports
pkg.installed:
- name: nfs-kernel-server
/etc/exports:
file:
- append
- template: jinja
- sources:
- salt://storagedriver/files/exports.tmpl
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