We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f7c51 commit 07a4d34Copy full SHA for 07a4d34
hieradata/common.yaml
@@ -406,6 +406,7 @@ ipset::sets:
406
- "139.229.152.128/26" # vlan2503
407
- "139.229.152.192/26" # vlan2504
408
- "139.229.154.0/26" # vlan2507
409
+ - "139.229.154.96/28" # vlan2131
410
cpfde: # cps site hosts which might need FDE
411
ensure: "present"
412
type: "hash:net"
spec/support/spec/ipset.rb
@@ -70,6 +70,7 @@
70
139.229.152.128/26
71
139.229.152.192/26
72
139.229.154.0/26
73
+ 139.229.154.96/28
74
]
75
).that_comes_before('Class[firewall]')
76
end
0 commit comments