From 4ced0c5bbe605c322dc4103c3572ae18e69fa278 Mon Sep 17 00:00:00 2001 From: Matt Taggart Date: Thu, 22 Jan 2015 13:10:10 -0800 Subject: improve comments for ps stuff --- manifests/server/collect_ps.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/server') diff --git a/manifests/server/collect_ps.pp b/manifests/server/collect_ps.pp index 7a0fb8f..067a25c 100644 --- a/manifests/server/collect_ps.pp +++ b/manifests/server/collect_ps.pp @@ -2,6 +2,8 @@ class check_mk::server::collect_ps ( $config = "${::check_mk::config::etc_dir}/check_mk/conf.d/ps.mk" ) { + # 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 concat { $config: owner => 'root', group => 'root', @@ -25,5 +27,4 @@ class check_mk::server::collect_ps ( content => "]\n", order => 90, } - } -- cgit v1.2.3