projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e87472
)
use correct define
author
mh
<mh@immerda.ch>
Fri, 5 Aug 2011 08:59:04 +0000
(10:59 +0200)
committer
mh
<mh@immerda.ch>
Fri, 5 Aug 2011 13:56:18 +0000
(15:56 +0200)
manifests/client/darwin.pp
patch
|
blob
|
history
diff --git
a/manifests/client/darwin.pp
b/manifests/client/darwin.pp
index
4004f74
..
92787ec
100644
(file)
--- a/
manifests/client/darwin.pp
+++ b/
manifests/client/darwin.pp
@@
-5,9
+5,10
@@
class munin::client::darwin {
group => 0,
owner => root,
}
-
delete_matching_
line{"startsnmpdno":
+ line{"startsnmpdno":
file => "/etc/hostconfig",
- pattern => "SNMPSERVER=-NO-",
+ line => "SNMPSERVER=-NO-",
+ ensure => 'absent',
}
line { "startsnmpdyes":
file => "/etc/hostconfig",