From a6c2c98514038ee81256120c69199d2bd5a4266c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 17 Feb 2011 16:00:24 +0100 Subject: [PATCH] abel and alwyn run tftpd --- modules/ferm/manifests/per-host.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index a43bc7c61..786358939 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -25,6 +25,12 @@ class ferm::per-host { } } + abel,alwyn: { + @ferm::rule { "dsa-tftp": + description => "Allow tftp access", + rule => "&SERVICE(udp, 69)" + } + } paganini: { @ferm::rule { "dsa-dhcp": description => "Allow dhcp access", -- 2.20.1