projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6ccf4
)
move munin rules from conf.d to the rules dir, 2
author
Peter Palfrader
<peter@palfrader.org>
Tue, 30 Oct 2018 09:21:31 +0000
(10:21 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 30 Oct 2018 09:21:31 +0000
(10:21 +0100)
modules/ferm/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/init.pp
b/modules/ferm/manifests/init.pp
index
340292b
..
e939186
100644
(file)
--- a/
modules/ferm/manifests/init.pp
+++ b/
modules/ferm/manifests/init.pp
@@
-92,14
+92,14
@@
class ferm {
description => 'munin accounting',
chain => 'INPUT',
domain => '(ip ip6)',
- rule => 'daddr ($MUNIN_IPS) NOP
;
'
+ rule => 'daddr ($MUNIN_IPS) NOP'
}
@ferm::rule { 'dsa-munin-interfaces-out':
prio => '001',
description => 'munin accounting',
chain => 'OUTPUT',
domain => '(ip ip6)',
- rule => 'saddr ($MUNIN_IPS) NOP
;
'
+ rule => 'saddr ($MUNIN_IPS) NOP'
}
augeas { 'logrotate_ulogd2':