summaryrefslogtreecommitdiff
path: root/manifests/agent
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-08 14:54:52 +0000
committerKeith Burdis <keith@burdis.org>2013-02-08 14:54:52 +0000
commitbdb8d71a4cffd2111be32570f1babaaae081881a (patch)
tree0a775fd39e2ec0cbe2d1054a016ceb75855bfbaa /manifests/agent
parent19f14ff538f9be66374498dba77fef3ba0ba9fff (diff)
puppet-lint to the rescue
Diffstat (limited to 'manifests/agent')
-rw-r--r--manifests/agent/config.pp1
-rw-r--r--manifests/agent/install.pp2
2 files changed, 2 insertions, 1 deletions
diff --git a/manifests/agent/config.pp b/manifests/agent/config.pp
index 2456648..dc6808a 100644
--- a/manifests/agent/config.pp
+++ b/manifests/agent/config.pp
@@ -1,6 +1,7 @@
class check_mk::agent::config (
$ip_whitelist,
$port,
+ $server_dir,
$use_cache,
$user,
) {
diff --git a/manifests/agent/install.pp b/manifests/agent/install.pp
index 4d7dc29..1c8a429 100644
--- a/manifests/agent/install.pp
+++ b/manifests/agent/install.pp
@@ -37,7 +37,7 @@ class check_mk::agent::install (
require => [
File["${workspace}/check_mk-agent-logwatch-${version}.noarch.rpm"],
Package['check_mk-agent'],
- ],
+ ],
}
}
else {