Enable compose file
This commit is contained in:
parent
1803d1c69a
commit
d46d54a6a6
1 changed files with 7 additions and 7 deletions
|
@ -64,11 +64,11 @@ class cdn::ca(
|
||||||
iif => $facts['networking']['primary'],
|
iif => $facts['networking']['primary'],
|
||||||
}
|
}
|
||||||
|
|
||||||
# sunet::docker_compose { 'sunet-cdn-ca':
|
sunet::docker_compose { 'sunet-cdn-ca':
|
||||||
# content => template('cdn/ca/docker-compose.yml.erb'),
|
content => template('cdn/ca/docker-compose.yml.erb'),
|
||||||
# service_name => 'cdn-ca',
|
service_name => 'cdn-ca',
|
||||||
# compose_dir => '/opt/sunet-cdn/compose',
|
compose_dir => '/opt/sunet-cdn/compose',
|
||||||
# compose_filename => 'docker-compose.yml',
|
compose_filename => 'docker-compose.yml',
|
||||||
# description => 'SUNET CDN CA',
|
description => 'SUNET CDN CA',
|
||||||
# }
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue