Resource Type: netapp_export
- Defined in:
- lib/puppet/type/netapp_export.rb
- Providers:
-
netapp_export
Overview
Manage Netapp NFS Export creation, modification and deletion.
Properties
-
anon
(defaults to: 0)
Should the export support anonymous root access.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
readonly
Export read-only hosts.
-
readwrite
(defaults to: ['all_hosts'])
Export read-write hosts. Defaults to ‘all_hosts’.
Parameters
-
name (namevar)
The export path. Valid format is /vol/(/[qtree_name]).
-
path
The filer path to export. If not specified, uses :name value
-
persistent
(defaults to: true)
Should this be a persistent export? Defaults to true.
Supported values:- true
- false
-
provider
The specific backend to use for this ‘netapp_export` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.