X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=modules%2Fferm%2Fmanifests%2Fper_host.pp;h=78aef63a66365338ea8c91d1814912d8e508e91b;hb=031fd72db0cbbff758a49d0722ed87aac2905efb;hp=e052c4a4c01ec85cf758ce389c65ebe3bc051c17;hpb=5ba716ac2516f8c11d92c5d8d3159ab21bd3a856;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index e052c4a4c..78aef63a6 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -8,6 +8,14 @@ class ferm::per_host { } case $::hostname { + casulana: { + @ferm::rule { 'dsa-cloud-builds': + description => 'cloud-builds access', + table => 'filter', + chain => 'INPUT', + rule => 'interface br0 ACCEPT' + } + } czerny,clementi: { @ferm::rule { 'dsa-upsmon': description => 'Allow upsmon access',