summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorroot <root@puppetmaster.black.co.at>2007-09-01 17:51:59 +0200
committerroot <root@puppetmaster.black.co.at>2007-09-01 17:51:59 +0200
commit368ed90dcc71f60e10f76770b549a6c72dddbe9a (patch)
treeecf6948e07543cda6be26758b92ae9ee799ff6cf /manifests
parentc169781def9e89e69683669f59607591c8395788 (diff)
replace append_if_no_such_line by better modelled line define
Diffstat (limited to 'manifests')
-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"],