summaryrefslogtreecommitdiff
path: root/manifests/client/package.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/package.pp')
-rw-r--r--manifests/client/package.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/client/package.pp b/manifests/client/package.pp
deleted file mode 100644
index 206ccc8..0000000
--- a/manifests/client/package.pp
+++ /dev/null
@@ -1,12 +0,0 @@
-class munin::client::package inherits munin::client::base {
- package { 'munin-node': ensure => installed }
- Service['munin-node']{
- require => Package[munin-node],
- }
- File['/etc/munin/munin-node.conf']{
- # this has to be installed before the package, so the postinst can
- # boot the munin-node without failure!
- before => Package['munin-node'],
- }
-}
-