diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-03 18:42:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-03 18:42:48 -0200 |
commit | ef99d3ac6adacb4091b3df1a4200b3ee1c9a8121 (patch) | |
tree | 9a7b2b2a886846537842ee4f605798a3de6a7460 /manifests/ups.pp | |
parent | df805e13d417ae3b442c43fc87aafdab4e6c79bb (diff) | |
download | puppet-nodo-ef99d3ac6adacb4091b3df1a4200b3ee1c9a8121.tar.gz puppet-nodo-ef99d3ac6adacb4091b3df1a4200b3ee1c9a8121.tar.bz2 |
Minor fix (2)
Diffstat (limited to 'manifests/ups.pp')
-rw-r--r-- | manifests/ups.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ups.pp b/manifests/ups.pp index f72714c..0550486 100644 --- a/manifests/ups.pp +++ b/manifests/ups.pp @@ -3,7 +3,7 @@ class ups { case $has_ups { true: { - apcupsd::ups { "ups0" + apcupsd::ups { "ups0": type => 'usb', cable => 'usb', device => '/dev/usb/hiddev0', |