aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/physical.pp4
-rw-r--r--manifests/subsystems/utils.pp2
2 files changed, 5 insertions, 1 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index bad5fe7..3c4ad03 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -41,4 +41,8 @@ class nodo::physical inherits nodo {
# SMART monitoring
include munin::plugins::smart
+ munin::plugin { "sda":
+ ensure => "smart_",
+ config => "user root\ngroup disk",
+ }
}
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp
index 0995331..1cb5585 100644
--- a/manifests/subsystems/utils.pp
+++ b/manifests/subsystems/utils.pp
@@ -42,7 +42,7 @@ class utils::desktop {
'gawk', 'telnet', 'fpm',
'procmail', 'msmtp', 'netpbm',
'gqview', 'antiword', 'mairix',
- 'mozilla-plugin-gnash' ]:
+ 'gitk', 'mozilla-plugin-gnash' ]:
ensure => installed,
}