X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=786358939c2867ebd24d2dc3cbbc02212db356e0;hb=330a065899f896b7b6e1ea737c1d3be02b382f41;hp=a43bc7c6137614ab362715e6f0e89c0e99b5d31d;hpb=7b2883f31b0452fa78e97b35da53bf139c8bc7eb;p=mirror%2Fdsa-puppet.git 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",