Fix path to template

This commit is contained in:
Patrik Lundin 2024-08-20 12:10:29 +02:00
parent 4755886ea9
commit 79f2018d1b
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

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