This commit is contained in:
Micke Nordin 2025-01-14 12:58:16 +01:00 committed by Lars Delhage
parent d4d998cf81
commit 4afec74a34
Signed by untrusted user: lasse
GPG key ID: 6B250FE35CC876D1

View file

@ -53,7 +53,7 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
$fn = $plugins[$n] $fn = $plugins[$n]
file { $fn: file { $fn:
content => inline_template("<%= @conf.to_yaml %>\n"), content => inline_template("<%= @conf.to_yaml %>\n"),
notify => Sunet::Docker_run['satosa'] notify => Sunet::Docker_compose['satosa']
} }
} }
sunet::misc::ufw_allow { 'satosa-allow-https': sunet::misc::ufw_allow { 'satosa-allow-https':