|
8 | 8 |
|
9 | 9 | #### Public Classes |
10 | 10 |
|
11 | | -* [`cvmfs`](#cvmfs): Installs and Configures CvmFS |
| 11 | +* [`cvmfs`](#cvmfs): Installs and Configures CVMFS |
12 | 12 |
|
13 | 13 | #### Private Classes |
14 | 14 |
|
15 | 15 | * `cvmfs::apt`: Configure cvmfs apt repositories |
16 | | -* `cvmfs::config`: Central configuration of CvmFS |
| 16 | +* `cvmfs::config`: Central configuration of CVMFS |
17 | 17 | * `cvmfs::fsck`: enable check_fsck as a cron or systemd timer |
18 | 18 | * `cvmfs::install`: Install cvmfs from a yum repository. |
19 | 19 | * `cvmfs::service`: Manages the cvmfs services. Opionally this also manages the autofs services |
@@ -89,7 +89,7 @@ class{'cvmfs': |
89 | 89 | } |
90 | 90 | ``` |
91 | 91 |
|
92 | | -##### New parameters with CvmFS 2.11.0 |
| 92 | +##### New parameters with CVMFS 2.11.0 |
93 | 93 |
|
94 | 94 | ```puppet |
95 | 95 | class{'cvmfs': |
@@ -192,7 +192,7 @@ Default value: `'autofs'` |
192 | 192 |
|
193 | 193 | Data type: `Optional[Stdlib::Fqdn]` |
194 | 194 |
|
195 | | -When using the `mount_method` as `mount` it may be nescessary to specify a CvmFS located configuration_repository. |
| 195 | +When using the `mount_method` as `mount` it may be nescessary to specify a CVMFS located configuration_repository. |
196 | 196 | This is a repository containing extra cvmfs configuration required to be mounted before any other |
197 | 197 | repositories. There is at most one config_repo client. In addition the config_repo must actually be mounted |
198 | 198 | explicitly with a `cvmfs::mount{$config_repo:}`, this is **not** automatic. |
@@ -578,7 +578,7 @@ Default value: `false` |
578 | 578 | Data type: `Optional[Boolean]` |
579 | 579 |
|
580 | 580 | Install or disable fuse3 variant of cvmfs, if left `undef` no change will be made. Note that changing |
581 | | -this value when CvmFS mounts are active may well destroy those mounts. |
| 581 | +this value when CVMFS mounts are active may well destroy those mounts. |
582 | 582 | Not availabe on Ubuntu 18.04. |
583 | 583 |
|
584 | 584 | Default value: `undef` |
@@ -778,7 +778,7 @@ The following parameters are available in the `cvmfs::domain` defined type: |
778 | 778 |
|
779 | 779 | Data type: `Stdlib::Fqdn` |
780 | 780 |
|
781 | | -The domain of CvmFS repositories to mount |
| 781 | +The domain of CVMFS repositories to mount |
782 | 782 |
|
783 | 783 | Default value: `$name` |
784 | 784 |
|
|
0 commit comments