summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent/mx.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent/mx.pp')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/mx.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/mx.pp b/puppet/modules/site_check_mk/manifests/agent/mx.pp
index 2dd50400..35a4e9a5 100644
--- a/puppet/modules/site_check_mk/manifests/agent/mx.pp
+++ b/puppet/modules/site_check_mk/manifests/agent/mx.pp
@@ -15,8 +15,9 @@ class site_check_mk::agent::mx {
# check stale files in queue dir
file { '/usr/lib/check_mk_agent/local/check_leap_mx.sh':
- source => 'puppet:///modules/site_check_mk/agent/local_checks/mx/check_leap_mx.sh',
- mode => '0755'
+ source => 'puppet:///modules/site_check_mk/agent/local_checks/mx/check_leap_mx.sh',
+ mode => '0755',
+ require => Package['check_mk-agent']
}
}