aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-03-25 23:45:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-03-25 23:45:48 -0300
commite0cd10754f2b10c8f58e1de28cd43c8dbc6b7ebc (patch)
treedba31cb01e866b01912763c5dea1606cad9fe349
parentd7d28ad2db3f81aff20694184ccf8ecf458d9bdb (diff)
downloadpuppet-nodo-e0cd10754f2b10c8f58e1de28cd43c8dbc6b7ebc.tar.gz
puppet-nodo-e0cd10754f2b10c8f58e1de28cd43c8dbc6b7ebc.tar.bz2
Minor change
-rw-r--r--manifests/physical.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index 3c4ad03..6422970 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -41,7 +41,7 @@ class nodo::physical inherits nodo {
# SMART monitoring
include munin::plugins::smart
- munin::plugin { "sda":
+ munin::plugin { "smart_sda":
ensure => "smart_",
config => "user root\ngroup disk",
}