From aa1a97913da036164543b74a22123dc2bfa61407 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 9 Jul 2013 18:59:06 -0300 Subject: Adding and sorting office/multimedia packages --- manifests/utils/office/hp.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/office/hp.pp (limited to 'manifests/utils/office') 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, + } +} -- cgit v1.2.3