Skip to content
This repository was archived by the owner on Apr 16, 2018. It is now read-only.

Commit 31c14b8

Browse files
committed
fix minor docu issues
1 parent 55a3583 commit 31c14b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Unlike the built-in Nagios types, the file `ensure` status, owner, group and mod
379379
},
380380
target_dir => '/etc/icinga2/objects/hosts',
381381
target_file_name => "${fqdn}.conf"
382-
target_file_ensure =>
382+
target_file_ensure => 'file',
383383
target_file_owner => 'root',
384384
target_file_group => 'root',
385385
target_file_mode => '0644'
@@ -414,7 +414,7 @@ icinga2::object::apply_dependency { 'usermail_dep_on_icinga2mail':
414414
TODO: describe init.pp params
415415
TODO: checker
416416

417-
* [icinga2::feature::mainlog](#feature_mainlog)
417+
* [icinga2::feature::mainlog](#icinga2featuremainlog)
418418
* [icinga2::feature::notification](#icinga2featurenotification)
419419

420420
Please see the [Icinga 2 Documentation](http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/object-types) for details on the
@@ -450,7 +450,7 @@ class { 'icinga2::feature::mainlog':
450450
Object types:
451451
* [icinga2::object::apiuser](#icinga2objectapiuser)
452452
* [icinga2::object::apilistener](#icinga2objectapilistener)
453-
* [icinga2::object::applyservicetohost](#icinga2objectapplyservicetohost)
453+
* [icinga2::object::apply_service](#icinga2objectapplyservice)
454454
* [icinga2::object::apply_notification_to_host](#icinga2objectapply_notification_to_host)
455455
* [icinga2::object::apply_notification_to_service](#icinga2objectapply_notification_to_service)
456456
* [icinga2::object::apply_scheduleddowntime](#icinga2objectapply_scheduleddowntime)

0 commit comments

Comments
 (0)