From cbccc962548226da000c606f246f6da7d030b0d7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 17 Jul 2010 13:27:37 -0300 Subject: Adding class firewall::cups and package hplip --- manifests/subsystems/firewall.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests/subsystems/firewall.pp') diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 75549ac..2239907 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -281,3 +281,15 @@ class firewall::wifi { order => '1', } } + +class firewall::cups { + shorewall::rule { "cups": + action => 'ACCEPT', + source => 'net', + destination => '$FW', + proto => 'tcp', + destinationport => "631", + ratelimit => '-', + order => "200", + } +} -- cgit v1.2.3