forum-sto3-prod-1.sunet.se
This commit is contained in:
parent
589b4f1568
commit
b68bfe2c91
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
# A Class using the sunet::onlyoffice::doc resurce
|
||||
class net::onlyoffice () {
|
||||
$docserver = sunet::onlyoffice::docs { 'document_server': name => 'document_server' }
|
||||
|
||||
sunet::nftables::allow { 'allow-http':
|
||||
from => any,
|
||||
port => 80,
|
||||
}
|
||||
|
||||
sunet::nftables::allow { 'allow-https':
|
||||
from => any,
|
||||
port => 443,
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue