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 3a2b50e commit ae7da99Copy full SHA for ae7da99
1 file changed
spec/classes/mongos_spec.rb
@@ -36,9 +36,9 @@
36
it { is_expected.to contain_service('mongos') }
37
38
it {
39
- is_expected.to contain_systemd__unit_file('mongos.service').
40
- with_content(%r{RuntimeDirectory=mongodb}).
41
- with_content(%r{RuntimeDirectoryMode=0755})
+ is_expected.to contain_systemd__unit_file('mongos.service')
+ .with_content(%r{RuntimeDirectory=mongodb})
+ .with_content(%r{RuntimeDirectoryMode=0755})
42
}
43
end
44
0 commit comments