@@ -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':
414414TODO: describe init.pp params
415415TODO: checker
416416
417- * [ icinga2::feature::mainlog] ( #feature_mainlog )
417+ * [ icinga2::feature::mainlog] ( #icinga2featuremainlog )
418418* [ icinga2::feature::notification] ( #icinga2featurenotification )
419419
420420Please 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':
450450Object 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