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 70efb47
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 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"
42 changes: 19 additions & 23 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

1. [Overview](#overview)
2. [Description](#description)
3. [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)
* [Tested Platforms](#tested-platforms)
5. [Versioning](#versioning)
6. [Support](#support)
7. [See Also](#see-also)

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

* [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)
* [Limitations](#limitations)
* [Tested Platforms](#tested-platforms)
* [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 @@ -205,13 +203,15 @@ If `enable_default` is set to `false` the the values from the [`mail_to`](#mail-
Example `smartd.conf` content based on this setting:

`enable_default => true`

```
# Managed by Puppet -- do not edit!
DEFAULT -m root -M daily
DEVICESCAN
```

`enable_default => false`

```
# Managed by Puppet -- do not edit!
DEVICESCAN -m root -M daily
Expand Down Expand Up @@ -368,7 +368,6 @@ Version of the install `smartmontools` package. Example:

smartmontools_version => 5.43


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

Expand All @@ -379,20 +378,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 70efb47

Please sign in to comment.