puppet-tripleo/manifests/firewall
Cédric Jeanneret 41f9b0d3cf Add unit tests for tripleo::firewall::service_rules
In order to get a proper unit test suits, we need to change the
separator from the "dot" to "double-semicolons".

The "." is a reserved character in YAML for hashes. In puppet world,
we commonly use "::".

Unit tests don't work if we let the "dot" separator, and apparently it's
an intended outcome with that kind of syntax.

Fact it's working in the deploy process is kind of black magic (see the
tripleo::haproxy::service_endpoints resource for example). And the "dot"
creates something weird, as all other resources are using the standard
double-semicolon.

Change-Id: If53d632ab458b0c04a8b7211194c18ebc8978d23
Closes-Bug: 1737086
2017-12-13 07:22:46 +01:00
..
post.pp firewall: generally accept "jump" param and use tripleo:firewall for log rule 2017-04-06 15:55:04 -06:00
pre.pp Add a default rule for dhcpv6 traffic 2017-01-27 10:54:28 +01:00
rule.pp firewall: generally accept "jump" param and use tripleo:firewall for log rule 2017-04-06 15:55:04 -06:00
service_rules.pp Add unit tests for tripleo::firewall::service_rules 2017-12-13 07:22:46 +01:00