cdist-type__autofs_map(7)


Table of Contents

1. NAME
2. DESCRIPTION
3. OBJECT ID
4. REQUIRED PARAMETERS
5. OPTIONAL PARAMETERS
6. EXAMPLES
7. SEE ALSO
8. COPYING

1. NAME

cdist-type__autofs_map - Manage autofs maps

2. DESCRIPTION

This cdist type allows you to define maps for autofs.

3. OBJECT ID

The object_id is used as the mount-point as described in auto.master(5).

4. REQUIRED PARAMETERS

map
Name of the map to use. See auto.master(5).

5. OPTIONAL PARAMETERS

type
Type of map used for this mount point. Defaults to file. See map-type in auto.master(5) for possible values.
options
See auto.master(5).
comment
A comment describing this map. Is added to the generated entry in auto.master.

6. EXAMPLES

# Add auto mounter at /net
__autofs_map /net --map /etc/auto.net --type program

# Add auto mounter at /pub
__autofs_map /pub --map /etc/auto.pub \
   --type file --options nosuid,rw,bg,hard,intr --ghost

7. SEE ALSO

  • cdist-type(7)

8. COPYING

Copyright (C) 2011 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).