15 lines
239 B
Ruby
15 lines
239 B
Ruby
default[:som_api][:firewall][:rules] = [
|
|
:https => {
|
|
:port => "443",
|
|
:protocol => "tcp"
|
|
},
|
|
:https_8080 => {
|
|
:port => "8080",
|
|
:protocol => "tcp"
|
|
},
|
|
:http_8081 => {
|
|
:port => "8081",
|
|
:protocol => "tcp"
|
|
}
|
|
]
|