From 1ec9c6d2c3fd89e2161f21298544b03864194dd7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Dec 2014 11:34:56 -0200 Subject: Add hpip into nodo::role::nas --- manifests/role/nas.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 27604bb..6b80e5f 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -297,7 +297,7 @@ class nodo::role::nas( if $cups == true { include firewall::printer - package { [ 'cups', 'cups-client', 'cups-bsd' ]: + package { [ 'cups', 'cups-client', 'cups-bsd', 'hplip' ]: ensure => installed, } } -- cgit v1.2.3