Fix naming for db compose file
This commit is contained in:
parent
c82df547ee
commit
728ed4126f
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ class cdn::db(
|
|||
iif => $facts['networking']['primary'],
|
||||
}
|
||||
|
||||
sunet::docker_compose { 'sunet-cdn-ca':
|
||||
sunet::docker_compose { 'sunet-cdn-db':
|
||||
content => template('cdn/db/docker-compose.yml.erb'),
|
||||
service_name => 'cdn-ca',
|
||||
service_name => 'cdn-db',
|
||||
compose_dir => '/opt/sunet-cdn/compose',
|
||||
compose_filename => 'docker-compose.yml',
|
||||
description => 'SUNET CDN DB',
|
||||
|
|
Loading…
Add table
Reference in a new issue