lint
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
incoming requests between multiple instances of web-, application- or database
|
incoming requests between multiple instances of web-, application- or database
|
||||||
servers etc.
|
servers etc.
|
||||||
|
|
||||||
`cd_haproxy` automates installation and configuration of `HA proxy`
|
`cd_haproxy` automates installation and configuration of `HA proxy`
|
||||||
including self-healing, monitoring and firewall etc.
|
including self-healing, monitoring and firewall etc.
|
||||||
|
|
||||||
# WARNING
|
# WARNING
|
||||||
@@ -111,12 +111,11 @@ If selinux is disabled, these contexts are ignored.
|
|||||||
* OS: CentOS 7
|
* OS: CentOS 7
|
||||||
* Puppet 5.x
|
* Puppet 5.x
|
||||||
|
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
||||||
* Puppet Lint
|
* Puppet Lint
|
||||||
* excluded tests:
|
* excluded tests:
|
||||||
* `--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 the params class. the lint check does not distinguish
|
parameters from the params class. the lint check does not distinguish
|
||||||
@@ -125,13 +124,12 @@ If selinux is disabled, these contexts are ignored.
|
|||||||
80 characters, although typically only occurring on the
|
80 characters, although typically only occurring on the
|
||||||
parameter vault `params.pp`.
|
parameter vault `params.pp`.
|
||||||
* `--no-arrow_alignment-check`: this check leads to actually not having
|
* `--no-arrow_alignment-check`: this check leads to actually not having
|
||||||
easily readable arrow alignments, as this checks `per block`,
|
easily readable arrow alignments, as this checks `per block`,
|
||||||
not per class.
|
not per class.
|
||||||
* Puppet Parser
|
* Puppet Parser
|
||||||
* ERB Template Parser
|
* ERB Template Parser
|
||||||
* Test for unwanted UTF8 files
|
* Test for unwanted UTF8 files
|
||||||
|
|
||||||
|
|
||||||
# Contact Us
|
# Contact Us
|
||||||
|
|
||||||
[contact Us](https://confdroid.com/contact/)
|
[contact Us](https://confdroid.com/contact/)
|
||||||
|
|||||||
Reference in New Issue
Block a user