summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index f21a49b..8ee1552 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -79,7 +79,7 @@ class munin::client::darwin
file => "/etc/hostconfig",
pattern => "SNMPSERVER=-NO-",
}
- append_if_no_such_line{"startsnmpdyes":
+ line { "startsnmpdyes":
file => "/etc/hostconfig",
line => "SNMPSERVER=-YES-",
notify => Exec["/sbin/SystemStarter start SNMP"],