diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-28 09:36:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-28 09:36:42 -0200 |
commit | 31ac12dfa0bdf25600f8b33f0a64d65134659a3b (patch) | |
tree | d301bbc3c792298ce6e184013660f23128cbb3c8 /manifests | |
parent | 88987983af65b1f9a19b36c71703f15126a2496d (diff) | |
download | puppet-nodo-31ac12dfa0bdf25600f8b33f0a64d65134659a3b.tar.gz puppet-nodo-31ac12dfa0bdf25600f8b33f0a64d65134659a3b.tar.bz2 |
Include firewall::printer on nodo::role::nas
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/nas.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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, } |