ip is called to now
This commit is contained in:
parent
5ac40a8bbe
commit
707d5cfe32
|
@ -50,7 +50,7 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
|
|||
}
|
||||
}
|
||||
sunet::misc::ufw_allow { 'satosa-allow-https':
|
||||
ip => 'any',
|
||||
to => 'any',
|
||||
port => '443'
|
||||
}
|
||||
$dehydrated_status = $dehydrated_name ? {
|
||||
|
@ -65,7 +65,7 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
|
|||
}
|
||||
sunet::misc::ufw_allow { 'satosa-allow-http':
|
||||
ensure => $dehydrated_status,
|
||||
ip => 'any',
|
||||
to => 'any',
|
||||
port => '80'
|
||||
}
|
||||
if ($dehydrated_name) {
|
||||
|
|
Loading…
Reference in a new issue