From: Mark McKinstry Date: Tue, 8 Mar 2016 23:01:25 +0000 (-0500) Subject: align arrows X-Git-Tag: 1.8.2~43^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e7af89f9cb871bb3906c3e8f1c85f800a2c8c7f1;p=puppet-modules%2Fpuppetlabs-firewall.git align arrows --- diff --git a/README.markdown b/README.markdown index e76f822..dd0e76e 100644 --- a/README.markdown +++ b/README.markdown @@ -240,7 +240,7 @@ class profile::apache { apache::vhost { 'mysite': ensure => present } firewall { '100 allow http and https access': - dport => [80, 443], + dport => [80, 443], proto => tcp, action => accept, }