From f8c6d448db56f83367799a05c2f385a0e0dfa040 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Wed, 28 Dec 2016 21:22:10 +0100 Subject: [PATCH] fix #13819 object checkcommand --- manifests/object/checkcommand.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/object/checkcommand.pp b/manifests/object/checkcommand.pp index 34398f43e..55e58ec1a 100644 --- a/manifests/object/checkcommand.pp +++ b/manifests/object/checkcommand.pp @@ -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',