aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-12-28 09:36:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-12-28 09:36:42 -0200
commit31ac12dfa0bdf25600f8b33f0a64d65134659a3b (patch)
treed301bbc3c792298ce6e184013660f23128cbb3c8
parent88987983af65b1f9a19b36c71703f15126a2496d (diff)
downloadpuppet-nodo-31ac12dfa0bdf25600f8b33f0a64d65134659a3b.tar.gz
puppet-nodo-31ac12dfa0bdf25600f8b33f0a64d65134659a3b.tar.bz2
Include firewall::printer on nodo::role::nas
-rw-r--r--manifests/role/nas.pp2
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,
}