From: Silvio Rhatto Date: Sun, 28 Dec 2014 11:36:42 +0000 (-0200) Subject: Include firewall::printer on nodo::role::nas X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=31ac12dfa0bdf25600f8b33f0a64d65134659a3b;p=puppet-nodo.git Include firewall::printer on nodo::role::nas --- diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index fe4e376..c34b4b8 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -295,6 +295,8 @@ class nodo::role::nas( $cups = hiera('nodo::role::nas::cups', false) if $cups == true { + include firewall::printer + package { [ 'cups', 'cups-client' ]: ensure => installed, }