Przeglądaj źródła

cleaning up readme

Signed-off-by: Nick Chappell <nick@intronic.org>

Merged from: https://github.com/Icinga/puppet-icinga2/pull/43

refs#7676: https://dev.icinga.org/issues/7676
Steven Bambling 10 lat temu
rodzic
commit
21b374923f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -409,8 +409,8 @@ The `apply_notification_to_host` defined type can create `apply` objects to appl
 
 
 This defined type has the same available attributes that the `icinga2::object::notification` defined type does. With the addition of assign_where and ignore_where
 This defined type has the same available attributes that the `icinga2::object::notification` defined type does. With the addition of assign_where and ignore_where
 
 
-Create an apply that will send notifications to PagerDuty
 ````
 ````
+#Create an apply that will send notifications to PagerDuty
 icinga2::object::apply_notification_to_host { 'pagerduty-host':
 icinga2::object::apply_notification_to_host { 'pagerduty-host':
   assign_where => 'host.vars.enable_pagerduty == "true"',
   assign_where => 'host.vars.enable_pagerduty == "true"',
   command      => 'notify-host-by-pagerduty',
   command      => 'notify-host-by-pagerduty',