spellcheck

This commit is contained in:
12WW1160
2021-01-02 21:19:27 +01:00
parent 116c3d8fa7
commit 4de75864ee
2 changed files with 4 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ concat
site.pp site.pp
nodes.pp nodes.pp
params.pp params.pp
params
Foreman Foreman
hostgroup hostgroup
confdroid.com confdroid.com
@@ -52,3 +53,4 @@ haproxy.cfg
deployment deployment
CentOS CentOS
5.x 5.x
class

View File

@@ -65,7 +65,7 @@ node 'example.example.net' {
Add params.pp to the host or hostgroup. Add params.pp to the host or hostgroup.
See [more details about class deployment on Confdroid.com] See [more details about class deployment on confdroid.com]
(https://confdroid.com/2017/05/deploying-our-puppet-modules/). (https://confdroid.com/2017/05/deploying-our-puppet-modules/).
# Documentation # Documentation
@@ -119,7 +119,7 @@ If selinux is disabled, these contexts are ignored.
* `--no-class_inherits_from_params_class-check`:relevant only to * `--no-class_inherits_from_params_class-check`:relevant only to
non-supported outdated puppet versions non-supported outdated puppet versions
* `--no-variable_scope-check`: not applicable as we are inheriting * `--no-variable_scope-check`: not applicable as we are inheriting
parameters from params class. the lint check does not distinguish parameters from the params class. the lint check does not distinguish
between facts and inherited parameters. between facts and inherited parameters.
* `--no-80chars-check`: it is not always possible to stay within * `--no-80chars-check`: it is not always possible to stay within
80 characters, although typically only occurring on the 80 characters, although typically only occurring on the