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 461b040 commit 674d143Copy full SHA for 674d143
manifests/server/config.pp
@@ -236,7 +236,7 @@
236
content => template('mongodb/mongorc.js.erb'),
237
owner => 'root',
238
group => 'root',
239
- mode => '0644'
+ mode => '0600'
240
}
241
} else {
242
file { $rcfile:
spec/classes/server_config_spec.rb
@@ -142,7 +142,7 @@
142
with_ensure('present').
143
with_owner('root').
144
with_group('root').
145
- with_mode('0644').
+ with_mode('0600').
146
with_content(/db.auth\('admin', 'password'\)/)
147
148
end
0 commit comments