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:
597597 docker::stack { 'yourapp':
598598 ensure => present,
599599 stack_name => 'yourapp',
600- compose_file => '/tmp/docker-compose.yaml',
600+ compose_files => [ '/tmp/docker-compose.yaml'] ,
601601 require => [Class['docker'], File['/tmp/docker-compose.yaml']],
602602}
603603` ` `
@@ -612,7 +612,7 @@ To deploy the stack, add the following code to the manifest file.
612612docker::stack { 'yourapp':
613613 ensure => present,
614614 stack_name => 'yourapp',
615- compose_file => '/tmp/docker-compose.yaml',
615+ compose_files => [ '/tmp/docker-compose.yaml'] ,
616616 require => [Class['docker'], File['/tmp/docker-compose.yaml']],
617617}
618618` ` `
You can’t perform that action at this time.
0 commit comments