From: Cyril Lopez Date: Fri, 19 May 2017 10:16:13 +0000 (+0200) Subject: Bad example in firewall.pp X-Git-Tag: opnfv-6.0.0~194^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=533f3e56b2d67ddd966589abbf5416deb99f6dbb;p=apex-puppet-tripleo.git Bad example in firewall.pp It was an error in the example to set firewall rule Tested on newton. Closes-Bug: 1691990 Change-Id: I091ad0305ac9d9fbb63853e46169fcaa6092456b Signed-off-by: Cyril Lopez --- diff --git a/manifests/firewall.pp b/manifests/firewall.pp index 8c6a53b..b4d51d9 100644 --- a/manifests/firewall.pp +++ b/manifests/firewall.pp @@ -63,7 +63,7 @@ class tripleo::firewall( # anyone can add your own rules # example with Hiera: # - # tripleo::firewall::rules: + # tripleo::firewall::firewall_rules: # '300 allow custom application 1': # port: 999 # proto: udp