diff options
| -rw-r--r-- | manifests/physical.pp | 2 | 
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",    }  | 
