File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 35
35
root_dir = '/root'
36
36
end
37
37
38
-
39
38
describe 'docker' do
40
39
package_name = 'docker-ce'
41
40
service_name = 'docker'
@@ -50,18 +49,18 @@ class { 'docker': #{docker_args}
50
49
"
51
50
end
52
51
53
- context 'Checking root_dir value' do
54
- let ( :pp ) do
55
- "class { 'docker': #{ docker_args } }"
56
- end
52
+ context 'Checking root_dir value' do
53
+ let ( :pp ) do
54
+ "class { 'docker': #{ docker_args } }"
55
+ end
57
56
58
- it 'is good' do
59
- apply_manifest ( pp , catch_failures : true )
60
- run_shell ( 'cat C:/ProgramData/docker/config/daemon.json' ) do |r |
61
- expect ( r . stdout ) . to match ( %r{data-root} )
57
+ it 'is good' do
58
+ apply_manifest ( pp , catch_failures : true )
59
+ run_shell ( 'cat C:/ProgramData/docker/config/daemon.json' ) do |r |
60
+ expect ( r . stdout ) . to match ( %r{data-root} )
61
+ end
62
62
end
63
63
end
64
- end
65
64
66
65
it 'the docker daemon' do
67
66
apply_manifest ( pp , catch_failures : true ) do |r |
You can’t perform that action at this time.
0 commit comments