Fix path to template
This commit is contained in:
parent
4755886ea9
commit
79f2018d1b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue