summaryrefslogtreecommitdiff
path: root/manifests/config.pp
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/config.pp
parent19f14ff538f9be66374498dba77fef3ba0ba9fff (diff)
puppet-lint to the rescue
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 36dbb30..2a6f827 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -1,6 +1,6 @@
class check_mk::config (
- site,
- host_groups = undef,
+ $site,
+ $host_groups = undef,
) {
$etc_dir = "/omd/sites/${site}/etc"
$bin_dir = "/omd/sites/${site}/bin"
@@ -69,8 +69,8 @@ class check_mk::config (
}
# local config is in /omd/sites/${site}/etc/check_mk/main.mk.local and is appended
concat::fragment { 'check_mk-local-config':
- target => "${etc_dir}/check_mk/main.mk",
ensure => "${etc_dir}/check_mk/main.mk.local",
+ target => "${etc_dir}/check_mk/main.mk",
order => 99,
}
# re-read config if it changes