Skip to content

Commit e2e08f1

Browse files
author
William Yardley
committed
Fix expected file permissions to match module's current state
1 parent 5727837 commit e2e08f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/server_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class { 'mongodb::client': }
194194
it { is_expected.to be_file }
195195
it { is_expected.to be_owned_by 'root' }
196196
it { is_expected.to be_grouped_into 'root' }
197-
it { is_expected.to be_mode 644 }
197+
it { is_expected.to be_mode 600 }
198198
it { is_expected.to contain 'db.auth(\'admin\', \'password\')' }
199199
end
200200

0 commit comments

Comments
 (0)