From 1a65e541db574c549afccf44796be7489c37d22b Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Wed, 15 Apr 2009 17:08:18 +0200 Subject: don't require the exec, as the require is exported as well --- manifests/client.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests') 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', } } -- cgit v1.2.3