diff options
author | Melissa <melissa@puppet.com> | 2018-11-28 14:11:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 14:11:12 -0800 |
commit | 3c4a3cd58b6e6c985dae6ff22e87e48532dfcf5e (patch) | |
tree | bfa8383f89b392496cb7ebbcfe90178a9e591569 /README.md | |
parent | f422279080ae4361d2b29451d49a482b2d54c8af (diff) | |
parent | 702a204e195639e18dcea1fb6f776af6246f8780 (diff) | |
download | puppet-hosts_core-3c4a3cd58b6e6c985dae6ff22e87e48532dfcf5e.tar.gz puppet-hosts_core-3c4a3cd58b6e6c985dae6ff22e87e48532dfcf5e.tar.bz2 |
Merge pull request #6 from puppetlabs/modules8182
Expand test coverage
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -4,7 +4,7 @@ #### Table of Contents 1. [Description](#description) -2. [Usage - Configuration options and additional functionality](#usage) +2. [Reference](#reference) 3. [Development - Guide for contributing to the module](#development) ## Description @@ -24,13 +24,9 @@ host { 'localhost': } ``` -## Usage - -For details on usage, please see [the host puppet docs](https://puppet.com/docs/puppet/latest/types/host.html). - ## Reference -Please see REFERENCE.md for the reference documentation. +Please see [`REFERENCE.md`](REFERENCE.md) for the reference documentation. This module is documented using Puppet Strings. |