diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-25 23:45:48 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-25 23:45:48 -0300 | 
| commit | e0cd10754f2b10c8f58e1de28cd43c8dbc6b7ebc (patch) | |
| tree | dba31cb01e866b01912763c5dea1606cad9fe349 | |
| parent | d7d28ad2db3f81aff20694184ccf8ecf458d9bdb (diff) | |
| download | puppet-nodo-e0cd10754f2b10c8f58e1de28cd43c8dbc6b7ebc.tar.gz puppet-nodo-e0cd10754f2b10c8f58e1de28cd43c8dbc6b7ebc.tar.bz2  | |
Minor change
| -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",    }  | 
