From 974a6c7eeb709b62a3a042f562072ddd153b55c1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 26 Jul 2010 21:20:01 +0100 Subject: [PATCH] allow paganini to serve dhcp and tftp Signed-off-by: Stephen Gran --- modules/ferm/manifests/per-host.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 2d6c5bda3..14c69904a 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -31,6 +31,16 @@ class ferm::per-host { } } + paganini: { + @ferm::rule { "dsa-dhcp": + description => "Allow dhcp access", + rule => "&SERVICE(udp, 67)" + } + @ferm::rule { "dsa-tftp": + description => "Allow tftp access", + rule => "&SERVICE(udp, 69)" + } + } handel: { @ferm::rule { "dsa-puppet": description => "Allow puppet access", -- 2.20.1