Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
puppet-lint fixes; a=lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Sep 19, 2017
1 parent f5c951e commit 95d3569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/fw/manifests/networks.pp
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions modules/fw/manifests/rules.pp
Expand Up @@ -14,9 +14,9 @@
case $::kernel {
'Linux': {
fw::ipchain_rule { $rules:
proto => $proto,
dport => $port,
log => $log,
proto => $proto,
dport => $port,
log => $log,
}
}
'Darwin': {
Expand Down

0 comments on commit 95d3569

Please sign in to comment.