Fix so systemd file is named sunet-cdn-l4lb
Not sunet-sunet-cdn-l4lb
This commit is contained in:
parent
dd0493f869
commit
dc180c10b0
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue