add back image

This commit is contained in:
Micke Nordin 2025-01-14 12:43:52 +01:00 committed by Lars Delhage
parent 4201f18ce6
commit 45a44789a4
Signed by untrusted user: lasse
GPG key ID: 6B250FE35CC876D1

View file

@ -34,10 +34,12 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
default => 'present'
}
sunet::docker_run {'alwayshttps':
ensure => 'absent'
ensure => 'absent',
image => 'docker.sunet.se/always-https',
}
sunet::docker_run {'satosa':
ensure => 'absent'
ensure => 'absent',
image => $image,
}
sunet::docker_compose { 'satosa':
content => template('sunetdrive/satosa/docker-compose.yml.erb'),