blob: 3aa7096e0f51443ef51c57f614d61a29bf6033e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
class nodo::utils::printer (
$ensure = 'installed',
) {
package { [
'cups-client',
'hplip',
'cups-bsd',
'printer-driver-hpcups',
'hpijs-ppds',
]:
ensure => $ensure,
}
}
|