aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-03-25 23:01:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-03-25 23:01:03 -0300
commit1cf285a91d82461cbca33b35527a0eb30ba12e29 (patch)
tree990a1dbb8fd74bda66642bcf3db6634f78175be3 /manifests/physical.pp
parentcb1b6bfb20ace930621f224327f456a585e6e01c (diff)
downloadpuppet-nodo-1cf285a91d82461cbca33b35527a0eb30ba12e29.tar.gz
puppet-nodo-1cf285a91d82461cbca33b35527a0eb30ba12e29.tar.bz2
Configuring smart plugin, adding disks fact and adding package gitk on utils::desktop
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp4
1 files changed, 4 insertions, 0 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",
+ }
}