X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fftp.pp;h=51d79fb8d99abccee33f6b27830a62d765196f0c;hp=7c666a1f8d8516cca5576e980f096e567aa7f4e6;hb=3eb533e5499e66423bafdedaf6c7d08ead1772de;hpb=103df6353b04261dda4f6db60925961f0a9cce5c diff --git a/modules/ferm/manifests/ftp.pp b/modules/ferm/manifests/ftp.pp index 7c666a1f..51d79fb8 100644 --- a/modules/ferm/manifests/ftp.pp +++ b/modules/ferm/manifests/ftp.pp @@ -1,7 +1,7 @@ class ferm::ftp { - @ferm::rule { "dsa-ftp": - domain => "(ip ip6)", - description => "Allow ftp access", - rule => "&SERVICE(tcp, 21)" - } + @ferm::rule { 'dsa-ftp': + domain => '(ip ip6)', + description => 'Allow ftp access', + rule => '&SERVICE(tcp, 21)', + } }