Missing comma
This commit is contained in:
parent
a16ff712a2
commit
5f1163e257
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ define sunetdrive::app_type (
|
|||
port => 443,
|
||||
}
|
||||
sunet::nftables::docker_expose { 'https':
|
||||
from => ['any']
|
||||
from => ['any'],
|
||||
port => 443,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue