diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-19 17:31:22 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-19 17:31:22 +0000 |
commit | 47f7fc9fd7ff8c104c2a3cf142ceceaa999a44b5 (patch) | |
tree | 5c48f5cbd0c511b4dcbac9f150e4220529dce563 /manifests | |
parent | 3eec2c533044dc82d02946950b794338f2286746 (diff) | |
parent | 533f3e56b2d67ddd966589abbf5416deb99f6dbb (diff) |
Merge "Bad example in firewall.pp"
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 |