summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 9524edf..48d2a22 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -56,7 +56,6 @@ define munin::register_snmp(
@@file { "munin_snmp_${name}": path => "${NODESDIR}/${name}",
ensure => present,
content => template("munin/snmpclient.erb"),
- require => Exec["register_snmp_munin_for_${name}"],
tag => 'munin',
}
}