diff --git a/modules/fw/manifests/networks.pp b/modules/fw/manifests/networks.pp index 1378ef4fcd..26ced42442 100644 --- a/modules/fw/manifests/networks.pp +++ b/modules/fw/manifests/networks.pp @@ -74,8 +74,8 @@ $buildduty_tools = [ '10.132.51.74/32' ] # buildduty-tools.srv.releng.usw2.mozilla.com - $slaveapi = [ '10.26.48.16/32', # slaveapi1.srv.releng.scl3.mozilla.com - '10.26.48.17/32' ] # slaveapi-dev1.srv.releng.scl3.mozilla.com + $slaveapi = [ '10.26.48.16/32', # slaveapi1.srv.releng.scl3.mozilla.com + '10.26.48.17/32' ] # slaveapi-dev1.srv.releng.scl3.mozilla.com $non_distingushed_puppetmasters = [ '10.26.48.45/32', # releng-puppet1.srv.releng.scl3.mozilla.com '10.134.48.16/32', # releng-puppet1.srv.releng.use1.mozilla.com diff --git a/modules/fw/manifests/rules.pp b/modules/fw/manifests/rules.pp index fd7ba5c6ec..9cf03bbb8c 100644 --- a/modules/fw/manifests/rules.pp +++ b/modules/fw/manifests/rules.pp @@ -14,9 +14,9 @@ case $::kernel { 'Linux': { fw::ipchain_rule { $rules: - proto => $proto, - dport => $port, - log => $log, + proto => $proto, + dport => $port, + log => $log, } } 'Darwin': {