summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-11-03 18:28:30 +0100
committermh <mh@immerda.ch>2013-11-03 18:28:30 +0100
commitd92912ba27c1234e6f6072a3b922beabbd28dd98 (patch)
tree1f3a0b21fba6bed27ade1cc48e41edaeb8502ada /manifests
parent3064a5d5a6251f84cf4d115be1711266faf7ed13 (diff)
remove unnecessary dependencies
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugins/setup.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/plugins/setup.pp b/manifests/plugins/setup.pp
index 23222ec..a3f3b22 100644
--- a/manifests/plugins/setup.pp
+++ b/manifests/plugins/setup.pp
@@ -16,22 +16,9 @@ class munin::plugins::setup {
mode => '0755';
'/etc/munin/plugin-conf.d/munin-node':
ensure => present,
- require => Package['munin-node'],
notify => Service['munin-node'],
owner => root,
group => 0,
mode => '0640';
}
- case $::kernel {
- openbsd: {
- File['/etc/munin/plugin-conf.d/munin-node']{
- before => File['/var/run/munin'],
- }
- }
- default: {
- File['/etc/munin/plugin-conf.d/munin-node']{
- before => Package['munin-node'],
- }
- }
- }
}