File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ To deploy the stack, add the following code to the manifest file:
597
597
docker::stack { 'yourapp':
598
598
ensure => present,
599
599
stack_name => 'yourapp',
600
- compose_file => '/tmp/docker-compose.yaml',
600
+ compose_files => [ '/tmp/docker-compose.yaml'] ,
601
601
require => [Class['docker'], File['/tmp/docker-compose.yaml']],
602
602
}
603
603
` ` `
@@ -612,7 +612,7 @@ To deploy the stack, add the following code to the manifest file.
612
612
docker::stack { 'yourapp':
613
613
ensure => present,
614
614
stack_name => 'yourapp',
615
- compose_file => '/tmp/docker-compose.yaml',
615
+ compose_files => [ '/tmp/docker-compose.yaml'] ,
616
616
require => [Class['docker'], File['/tmp/docker-compose.yaml']],
617
617
}
618
618
` ` `
You can’t perform that action at this time.
0 commit comments