From: Stephen Gran Date: Mon, 26 Jul 2010 20:20:01 +0000 (+0100) Subject: allow paganini to serve dhcp and tftp X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=974a6c7eeb709b62a3a042f562072ddd153b55c1;p=mirror%2Fdsa-puppet.git allow paganini to serve dhcp and tftp Signed-off-by: Stephen Gran --- 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",