diff options
Diffstat (limited to 'manifests/subsystems/munin.pp')
-rw-r--r-- | manifests/subsystems/munin.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystems/munin.pp b/manifests/subsystems/munin.pp index 2e32117..f29afb8 100644 --- a/manifests/subsystems/munin.pp +++ b/manifests/subsystems/munin.pp @@ -16,4 +16,5 @@ define munin_node($port = '4949') { } include munin::client + munin::plugin { apt_all: ensure => present; } } |