From d041e35c13de8713d6e8aeb38988056c07f9c01e Mon Sep 17 00:00:00 2001 From: Till Adam Date: Wed, 21 Jun 2017 09:11:03 +0200 Subject: [PATCH] fix for repository.d directory on master-systems --- manifests/config.pp | 1 + manifests/install.pp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index 4b60e32e6..a17b216e2 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -20,6 +20,7 @@ $plugins = $::icinga2::plugins $confd = $::icinga2::_confd $purge_features = $::icinga2::purge_features + $repositoryd = $::icinga2::repositoryd if $::kernel != 'windows' { $template_constants = icinga2_attributes($constants) diff --git a/manifests/install.pp b/manifests/install.pp index b42227a49..c25454e90 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -56,4 +56,3 @@ } } -