1CDIST-TYPE__MOUNT(7)                 cdist                CDIST-TYPE__MOUNT(7)
2
3
4

NAME

6       cdit-type__mount - Manage filesystem mounts
7

DESCRIPTION

9       Manage filesystem mounts either via /etc/fstab or manually.
10

REQUIRED PARAMETERS

12       None.
13

OPTIONAL PARAMETERS

15       device device to mount at path, defaults to 'none'. see mount(8)
16
17       dump   value for the dump field in fstab. see fstab(5) defaults to 0.
18
19              This parameter is ignored, if the nofstab parameter is given.
20
21       options
22              comma separated string of options, see mount(8)
23
24       pass   value for the pass field in fstab. see fstab(5) defaults to 0.
25
26              This parameter is ignored, if the nofstab parameter is given.
27
28       path   mount  point  where to mount the device, see mount(8).  Defaults
29              to __object_id
30
31       state  either present or absent. Defaults to present.
32
33       type   vfstype, see mount(8)
34

BOOLEAN PARAMETERS

36       nofstab
37              do not manage an entry in /etc/fstab
38

EXAMPLES

40          __mount /some/dir \
41             --device /dev/sdc3 \
42             --type xfs \
43             --options "defaults,ro"
44             --dump 0 \
45             --pass 1
46
47          __mount /var/lib/one \
48             --device mfsmount \
49             --type fuse \
50             --options "mfsmaster=mfsmaster.domain.tld,mfssubfolder=/one,nonempty,_netdev"
51

AUTHORS

53       Steven Armstrong <steven-cdist--@--armstrong.cc>
54

COPYING

56       Copyright (C) 2014 Steven Armstrong. You  can  redistribute  it  and/or
57       modify  it  under  the  terms of the GNU General Public License as pub‐
58       lished by the  Free  Software  Foundation,  either  version  3  of  the
59       License, or (at your option) any later version.
60
62       ungleich GmbH 2019
63
64
65
66
676.3.0                            Dec 12, 2019             CDIST-TYPE__MOUNT(7)
Impressum