Skip to content

Commit

Permalink
fix #13819 object checkcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Dec 28, 2016
1 parent ed6897b commit f8c6d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/object/checkcommand.pp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

# create object
icinga2::object { "icinga2::object::Host::${title}":
icinga2::object { "icinga2::object::CheckCommand::${title}":
ensure => $ensure,
object_name => $checkcommand,
object_type => 'CheckCommand',
Expand Down

0 comments on commit f8c6d44

Please sign in to comment.