No description
Find a file
Jeremy McMillan 589d53d97f Add support for Amazon, CentOS, RedHat Linux
Line 42 of map.jinja
{% set nfs = map.get(grains.os) %}
does not allow pillar lookups!
2017-06-30 14:34:54 -05:00
nfs Add support for Amazon, CentOS, RedHat Linux 2017-06-30 14:34:54 -05:00
LICENSE Initial commit 2014-10-08 16:23:06 -07:00
pillar.example Add ability to unmount nfs shares 2015-06-16 07:16:28 +01:00
README.md Add ability to unmount nfs shares 2015-06-16 07:16:28 +01:00

nfs-formula

Available states

.. contents:: :local:

nfs.server

Install nfs server components

nfs.client

Install nfs client components

nfs.mount

Mount nfs shares via. pillar using the following parameters:

  • mountpoint
  • location
  • opts: default => "vers=3"
  • persist: default => True
  • mkmnt: default => True

nfs.unmount

Unmount nfs shares via. pillar using the following parameters:

  • mountpoint
  • location
  • persist: default => False