Merge branch 'main' into testing
This commit is contained in:
commit
49243acaa9
|
@ -40,4 +40,9 @@ class sunetdrive::portal (
|
||||||
from => '0.0.0.0/0',
|
from => '0.0.0.0/0',
|
||||||
port => 443,
|
port => 443,
|
||||||
}
|
}
|
||||||
|
# For acme and redirect
|
||||||
|
sunet::misc::ufw_allow { 'http':
|
||||||
|
from => '0.0.0.0/0',
|
||||||
|
port => 80,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue