Skip to content

Commit

Permalink
fix markdownlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 23, 2023
1 parent 60be3a3 commit b743118
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .mdl_style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
exclude_rule "MD013"
exclude_rule "MD036"
exclude_rule "MD034"
exclude_rule "MD040"
exclude_rule "MD046"
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@ Puppet smartd Module

[![Build Status](https://travis-ci.org/jhoblitt/puppet-smartd.png)](https://travis-ci.org/jhoblitt/puppet-smartd)

#### Table of Contents
Table of Contents
-----------------

1. [Overview](#overview)
2. [Description](#description)
3. [Usage](#usage)
* [Overview](#overview)
* [Description](#description)
* [Usage](#usage)
* [Version `2.x.x` _incompatible_ API change](#version-2xx-incompatible-api-change)
* [Simple Usage](#simple-usage)
* [Parameters](#parameters)
* [Pedantic Example](#pedantic-example)
* [Hiera Data Bindings](#hiera-data-bindings)
* [Facts](#facts)
4. [Limitations](#limitations)
* [Limitations](#limitations)
* [Tested Platforms](#tested-platforms)
5. [Versioning](#versioning)
6. [Support](#support)
7. [See Also](#see-also)

* [Versioning](#versioning)
* [Support](#support)
* [See Also](#see-also)

Overview
--------

Manages the smartmontools package including the smartd daemon


Description
-----------

Expand Down Expand Up @@ -59,7 +58,6 @@ Megaraid controllers. The author has been aware of the fork and it's hoped
that the two modules can be merged. Since the initial fork, a number of small
API changes have been made to improve usage.


Usage
-----

Expand Down Expand Up @@ -368,7 +366,6 @@ Version of the install `smartmontools` package. Example:

smartmontools_version => 5.43


Limitations
-----------

Expand All @@ -379,20 +376,17 @@ These are the platforms that have had integration testing since the fork.
* el6.x
* el5.x


Versioning
----------

This module is versioned according to the [Semantic Versioning
2.0.0](http://semver.org/spec/v2.0.0.html) specification.


Support
-------

Please log tickets and issues at [github](https://github.com/jhoblitt/puppet-smartd/issues)


See Also
--------

Expand Down

0 comments on commit b743118

Please sign in to comment.