Missing comma
This commit is contained in:
parent
e013d5baa7
commit
599444f537
|
@ -339,7 +339,7 @@ define sunetdrive::app_type (
|
||||||
port => 443,
|
port => 443,
|
||||||
}
|
}
|
||||||
sunet::nftables::docker_expose { 'https':
|
sunet::nftables::docker_expose { 'https':
|
||||||
from => ['any']
|
from => ['any'],
|
||||||
port => 443,
|
port => 443,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue