From 7d6e6e57f1f12702a13c326bcae13406d424a509 Mon Sep 17 00:00:00 2001 From: Matt Taggart Date: Thu, 20 Jul 2017 13:01:26 -0700 Subject: create a check_mk::params and start using it --- manifests/server/collect_ps.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/server/collect_ps.pp') diff --git a/manifests/server/collect_ps.pp b/manifests/server/collect_ps.pp index 067a25c..84bb724 100644 --- a/manifests/server/collect_ps.pp +++ b/manifests/server/collect_ps.pp @@ -1,6 +1,6 @@ class check_mk::server::collect_ps ( - $config = "${::check_mk::config::etc_dir}/check_mk/conf.d/ps.mk" -) { + $config = "${check_mk::config::etc_dir}/check_mk/conf.d/ps.mk" +) inherit check_mk::params { # this class gets run on the check-mk server in order to collect the # stored configs created on clients and assemble the ps.mk config file -- cgit v1.2.3 From cac46e3649d5f190c2e8c3933c5f9af8065ebf1d Mon Sep 17 00:00:00 2001 From: Matt Taggart Date: Fri, 21 Jul 2017 11:45:15 -0700 Subject: fix syntax errors --- manifests/server/collect_ps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/server/collect_ps.pp') diff --git a/manifests/server/collect_ps.pp b/manifests/server/collect_ps.pp index 84bb724..5b8456c 100644 --- a/manifests/server/collect_ps.pp +++ b/manifests/server/collect_ps.pp @@ -1,6 +1,6 @@ class check_mk::server::collect_ps ( $config = "${check_mk::config::etc_dir}/check_mk/conf.d/ps.mk" -) inherit check_mk::params { +) inherits check_mk::params { # this class gets run on the check-mk server in order to collect the # stored configs created on clients and assemble the ps.mk config file -- cgit v1.2.3