From bdbd58d925696217b7685bb330fcb7ed020dbf4a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Dec 2014 10:00:15 -0200 Subject: Include cups-bsd on 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 c34b4b8..27604bb 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' ]: + package { [ 'cups', 'cups-client', 'cups-bsd' ]: ensure => installed, } } -- cgit v1.2.3