]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
align arrows
authorMark McKinstry <mmckinst@nexcess.net>
Tue, 8 Mar 2016 23:01:25 +0000 (18:01 -0500)
committerMark McKinstry <mmckinst@nexcess.net>
Tue, 8 Mar 2016 23:01:25 +0000 (18:01 -0500)
README.markdown

index e76f822376fcff6723e5747df0e3629d30ad41e9..dd0e76e3c300c4617187f11f2cfbb9eb127c8969 100644 (file)
@@ -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,
   }