diff options
author | Cyril Lopez <cylopez@redhat.com> | 2017-05-19 12:16:13 +0200 |
---|---|---|
committer | Cyril Lopez <cylopez@redhat.com> | 2017-05-19 12:17:35 +0200 |
commit | 533f3e56b2d67ddd966589abbf5416deb99f6dbb (patch) | |
tree | aaa64be710894ae40d7b67f423c54e7e696332d4 /manifests | |
parent | 3c2852ccfc465fb83da8e62d67ccaa7f7e9ff08d (diff) |
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 <cylopez@redhat.com>
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |