source: trunk/puppet/modules/puppet-cups/README @ 482

Last change on this file since 482 was 482, checked in by sebas, 14 years ago

un poco de documentacion i.e. un ejemplo de uso

File size: 530 bytes
Line 
1There is an example of use:
2
3== with the ppd somewhere on the file system ==
4
5    $sanedallow = "10.0.0.0/8"
6    cups::printer { hp1350_chezpedro:
7      printer       => "hp1350_chezpedro",
8      p_deviceuri   => "hp:/usb/psc_1300_series?serial=BR42G1079F",
9      p_description => "HP PSC 1350 Multifuncion",
10      p_location    => "Oficina chez pedro ",
11      p_pathppd     => "/usr/share/ppd/hpijs/HP/HP-PSC_1300_Series-hpijs.ppd",
12      p_accept      => "Yes",
13      p_enable      => "Yes",
14      p_scan        => "Yes",
15   }
16
Note: See TracBrowser for help on using the repository browser.