X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Frsync.pp;fp=modules%2Fferm%2Fmanifests%2Frsync.pp;h=390bce2bda19f5b091be9f3d51edc566a75d91f5;hb=e63c8f520153204ce1bee4f4aca2b6eb0308a3f0;hp=0000000000000000000000000000000000000000;hpb=30519f381f59099586b26f96fe1e1bc2497d1511;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/rsync.pp b/modules/ferm/manifests/rsync.pp new file mode 100644 index 000000000..390bce2bd --- /dev/null +++ b/modules/ferm/manifests/rsync.pp @@ -0,0 +1,8 @@ +class ferm::rsync { + @ferm::rule { "dsa-rsync": + domain => "(ip ip6)", + description => "Allow rsync access", + rule => "&SERVICE(tcp, 873)" + } +} +