1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-05-11 02:15:37 -04:00

Fix some minor markdown syntax errors

This commit is contained in:
Ryan DeShone
2018-10-09 11:09:09 -04:00
parent c036916a53
commit 2284b701e9

View File

@@ -41,11 +41,11 @@ All interaction with the arpwatch module is done through the main arpwatch class
The following parameters are available in the `::arpwatch` class:
####`config_file`
#### `config_file`
Specifies a file for arpwatch's configuration. Valid options: string containing an absolute path. Default value: '/etc/sysconfig/arpwatch'
####`config_template`
#### `config_template`
Specifies a file to act as a ERB template for the config file. Valid options: string containing a path (absolute, or relative to the module path). Example value: 'arpwatch/conf.rhel.erb'