]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Renaming parameter 'type' to 'upstype'
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jan 2010 20:59:59 +0000 (18:59 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jan 2010 20:59:59 +0000 (18:59 -0200)
manifests/ups.pp

index 0550486911cc7a8964ae8138c0f10209f40052c9..558941e40ed27eab6b8212dda19d6595fabd84c8 100644 (file)
@@ -4,9 +4,9 @@ class ups {
   case $has_ups {
     true: {
       apcupsd::ups { "ups0":
-        type   => 'usb',
-        cable  => 'usb',
-        device => '/dev/usb/hiddev0',
+        upstype => 'usb',
+        cable   => 'usb',
+        device  => '/dev/usb/hiddev0',
       }
     }
   }