From e7af89f9cb871bb3906c3e8f1c85f800a2c8c7f1 Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Tue, 8 Mar 2016 18:01:25 -0500 Subject: [PATCH] align arrows --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- 2.45.2