Fixed typos in a Puppet code sample in the README; added , to the end of the lines with the parameters.
This commit is contained in:
parent
6061d4bdc7
commit
e3f7adae82
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@ icinga2::checkplugin { 'check_diskstats':
|
||||||
Example 3: Distribute check plugin in a manifest
|
Example 3: Distribute check plugin in a manifest
|
||||||
```
|
```
|
||||||
icinga2::checkplugin { 'check_diskstats':
|
icinga2::checkplugin { 'check_diskstats':
|
||||||
checkplugin_file_distribution_method => 'inline'
|
checkplugin_file_distribution_method => 'inline',
|
||||||
checkplugin_source_inline => 'command[check_disks]=/usr/lib64/nagios/plugins/check_disk -w 20 -c 10 -p /'
|
checkplugin_source_inline => 'command[check_disks]=/usr/lib64/nagios/plugins/check_disk -w 20 -c 10 -p /',
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue