X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Fmanifests%2Fclient.pp;h=e16e20f850707f648b7e2ac3c93b64b5d40127e2;hb=22663edfa4ee923bee4962a8688ec6a2af229669;hp=85c471fc9bde87555868f39fcbd79582828f1a1f;hpb=71b1bf77eae43c3a15727975ea0a1c9b0e1a81e9;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 85c471fc9..e16e20f85 100644 --- a/modules/nagios/manifests/client.pp +++ b/modules/nagios/manifests/client.pp @@ -55,3 +55,6 @@ class nagios::client inherits nagios { rule => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS_V6) ACCEPT; }" } } +# vim:set et: +# vim:set sts=4 ts=4: +# vim:set shiftwidth=4: