From: Silvio Rhatto Date: Sun, 28 Dec 2014 12:00:15 +0000 (-0200) Subject: Include cups-bsd on nodo::role::nas X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bdbd58d925696217b7685bb330fcb7ed020dbf4a;p=puppet-nodo.git Include cups-bsd on nodo::role::nas --- 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, } }