summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-04-15 17:08:18 +0200
committermh <mh@immerda.ch>2009-06-02 11:48:04 +0200
commite90b0da899492b8f7c1d60c568cecc3dbdb88cf6 (patch)
treed609cc367a21c9fa995f75f4c2d864a750ce8957 /manifests
parent56cad3194b814d24184443c954f50507217a7d7d (diff)
don't require the exec, as the require is exported as well
Diffstat (limited to 'manifests')
-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',
}
}