From: Mark McKinstry Date: Tue, 8 Mar 2016 17:45:28 +0000 (-0500) Subject: align arrows X-Git-Tag: 1.8.2~44^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b1cb142b5d8b7c32fa9fd9fde6e0c3226baefeec;p=puppet-modules%2Fpuppetlabs-firewall.git align arrows --- diff --git a/README.markdown b/README.markdown index 7dbf41b..e76f822 100644 --- a/README.markdown +++ b/README.markdown @@ -216,7 +216,7 @@ IPv6 rules can be specified using the _ip6tables_ provider: ~~~puppet firewall { '006 Allow inbound SSH (v6)': - dport => 22, + dport => 22, proto => tcp, action => accept, provider => 'ip6tables',