Changes

Jump to: navigation, search

ReleaseEngineering/PuppetAgain/Modules/fw

226 bytes added, 19:41, 8 August 2017
m
no edit summary
=== Defining ports and protocols for applications ===
Each application must be defined in the '''$app_proto_port''' hash within the [https://hg.mozilla.org/build/puppet/file/tip/modules/fw/manifests/apps.pp apps.pp manifest].<br />
For example:
'http' => { proto => 'tcp', port => '80' },
=== Defining hosts and networks ===
All sources should be defined within the [https://hg.mozilla.org/build/puppet/file/tip/modules/fw/manifests/networks.pp networks.pp manifest]. All variables defined here are arrays even if it is a single element array.<br />
Valid sources are:
* Network CIDR blockseg. [ '10.26.52.110/22' ]* Single IP CIDR blocks [ '10.22.8.114/32' ]You can also nest arrays within arrays: $rejh = [ $scl3_rejh, $mdc1_rejh ]
=== Roles ===
Confirm
120
edits

Navigation menu