diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 18:59:06 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 18:59:06 -0300 | 
| commit | aa1a97913da036164543b74a22123dc2bfa61407 (patch) | |
| tree | 2768a1cd784a0fe52be06794f3add100a2acfb11 /manifests/utils/office/hp.pp | |
| parent | 7bb7575a3ccbb38530365f8ad01535c7b6cedd93 (diff) | |
| download | puppet-nodo-aa1a97913da036164543b74a22123dc2bfa61407.tar.gz puppet-nodo-aa1a97913da036164543b74a22123dc2bfa61407.tar.bz2 | |
Adding and sorting office/multimedia packages
Diffstat (limited to 'manifests/utils/office/hp.pp')
| -rw-r--r-- | manifests/utils/office/hp.pp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/manifests/utils/office/hp.pp b/manifests/utils/office/hp.pp new file mode 100644 index 0000000..0ca7241 --- /dev/null +++ b/manifests/utils/office/hp.pp @@ -0,0 +1,5 @@ +class nodo::utils::office::hp { +  package { 'hplip-gui': +    ensure => present, +  } +} | 
