summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 17:08:18 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-04-15 17:08:18 +0200
commit1a65e541db574c549afccf44796be7489c37d22b (patch)
tree3916a1b011301cd55ad9e12fd63ae4450662c356 /manifests/client.pp
parent6dde40efc2202cc372fc4b0c096288d373c190c7 (diff)
don't require the exec, as the require is exported as well
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 f2046fb..4c75757 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',
}
}