We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8588359 commit e565d5bCopy full SHA for e565d5b
spec/acceptance/compose_v3_spec.rb
@@ -41,8 +41,11 @@ class { 'docker::compose':
41
let(:install_pp) do
42
<<-MANIFEST
43
docker_compose { 'web':
44
- compose_files => ['#{tmp_path}/docker-compose-v3.yml'],
45
- ensure => present,
+ compose_files => ['#{tmp_path}/docker-compose-v3.yml'],
+ ensure => present,
46
+ scale => {
47
+ compose_test => 2
48
+ }
49
}
50
MANIFEST
51
end
@@ -66,6 +69,9 @@ class { 'docker::compose':
66
69
docker_compose { 'web1':
67
70
compose_files => ['#{tmp_path}/docker-compose-v3.yml', '#{tmp_path}/docker-compose-override-v3.yml'],
68
71
ensure => present,
72
73
74
75
76
77
0 commit comments