Skip to content

Commit 11be9c3

Browse files
committed
README.md: Fix trailing whitespace / please md linter
1 parent 9c2dc09 commit 11be9c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
5. [Limitations - OS compatibility, etc.][Limitations]
279279
6. [License][License]
280280
7. [Development - Guide for contributing to the module][Development]
281-
281+
282282
<a id="module-description"></a>
283283
## Module description
284284

@@ -670,7 +670,7 @@ class { 'apache::mod::ssl':
670670
}
671671
```
672672

673-
You can also pass the different [`ssl_cipher`][] for different SSL protocols. This allows you to fine-tune the ciphers based on the specific SSL/TLS protocol version being used.
673+
You can also pass the different [`ssl_cipher`][] for different SSL protocols. This allows you to fine-tune the ciphers based on the specific SSL/TLS protocol version being used.
674674
```puppet
675675
class { 'apache::mod::ssl':
676676
ssl_cipher => {
@@ -693,7 +693,7 @@ apache::mod { 'mod_authnz_external': }
693693

694694
There are several optional parameters you can specify when defining Apache modules this way. See the [defined type's reference][`apache::mod`] for details.
695695

696-
<a id="load-balancing-examples"></a>
696+
<a id="load-balancing-examples"></a>
697697
### Load balancing examples
698698

699699
Apache supports load balancing across groups of servers through the [`mod_proxy`][] Apache module. Puppet supports configuring Apache load balancing groups (also known as balancer clusters) through the [`apache::balancer`][] and [`apache::balancermember`][] defined types.
@@ -741,7 +741,7 @@ apache::balancer { 'puppet01':
741741

742742
Load balancing scheduler algorithms (`lbmethod`) are listed [in mod_proxy_balancer documentation](https://httpd.apache.org/docs/current/mod/mod_proxy_balancer.html).
743743

744-
<a id="reference"></a>
744+
<a id="reference"></a>
745745
## Reference
746746

747747
For information on classes, types and functions see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-apache/blob/main/REFERENCE.md)
@@ -835,7 +835,7 @@ See [here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linu
835835

836836
You must set the contexts using `semanage fcontext` instead of `chcon` because Puppet's `file` resources reset the values' context in the database if the resource doesn't specify it.
837837

838-
<a id="development"></a>
838+
<a id="development"></a>
839839
## Development
840840

841841
### Testing
@@ -863,7 +863,7 @@ COVERAGE=yes bundle exec rake parallel_spec
863863
Acceptance tests for this module leverage [puppet_litmus](https://github.com/puppetlabs/puppet_litmus).
864864
To run the acceptance tests follow the instructions [here](https://puppetlabs.github.io/litmus/Running-acceptance-tests.html). You can also find a tutorial and walkthrough of using Litmus and the PDK on [YouTube](https://www.youtube.com/watch?v=FYfR7ZEGHoE).
865865

866-
<a id="license"></a>
866+
<a id="license"></a>
867867
## License
868868

869869
This codebase is licensed under the Apache2.0 licensing, however due to the nature of the codebase the open source dependencies may also use a combination of [AGPL](https://opensource.org/license/agpl-v3/), [BSD-2](https://opensource.org/license/bsd-2-clause/), [BSD-3](https://opensource.org/license/bsd-3-clause/), [GPL2.0](https://opensource.org/license/gpl-2-0/), [LGPL](https://opensource.org/license/lgpl-3-0/), [MIT](https://opensource.org/license/mit/) and [MPL](https://opensource.org/license/mpl-2-0/) Licensing.
@@ -918,7 +918,7 @@ Please be aware of the following format guidelines for the tag:
918918
- E.g. `RedHat` OR `redhat`, not: `Red Hat Enterprise Linux`, `RHEL`, or `Red Hat`
919919

920920
If the tag is incorrectly formatted, a warning will be printed out at the end of the test run, indicating what tag(s) could not be parsed.
921-
This will not halt the execution of other tests.
921+
This will not halt the execution of other tests.
922922

923923
Once the class is tagged, it is possible to exclude a test for that particular [Apache MOD][Apache Modules] using RSpec's filtering and a helper method:
924924
```ruby

0 commit comments

Comments
 (0)