aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office/hp.pp
blob: 17767c7e54cf0ca9e7ec11584c26ca6a9866a5e2 (plain)
1
2
3
4
5
6
7
8
9
class nodo::utils::office::hp (
  $ensure = 'installed',
) {
  package { [
    'hplip-gui',
  ]:
    ensure => $ensure,
  }
}