Fix so systemd file is named sunet-cdn-l4lb

Not sunet-sunet-cdn-l4lb
This commit is contained in:
Patrik Lundin 2024-08-20 12:38:06 +02:00
parent dd0493f869
commit dc180c10b0
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -6,7 +6,7 @@ class cdn::l4lb(
{
sunet::docker_compose { 'sunet-cdn-l4lb':
content => template('cdn/l4lb/docker-compose.yml.erb'),
service_name => 'sunet-cdn-l4lb',
service_name => 'cdn-l4lb',
compose_dir => '/opt/sunet-cdn/compose/l4lb',
compose_filename => 'docker-compose.yml',
description => 'SUNET CDN l4lb',