Skip to content

Commit

Permalink
Merge pull request #179 from shoekstra/fix_fedora_tests
Browse files Browse the repository at this point in the history
Make fedora tests pass
  • Loading branch information
artem-sidorenko authored Nov 24, 2017
2 parents bb6a35f + 30b3df9 commit 4062a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

# RH has a bit different defaults on some places
case node['platform_family']
when 'rhel', 'fedora'
when 'rhel'
default['os-hardening']['env']['umask'] = '077'
default['os-hardening']['auth']['sys_uid_min'] = 201
default['os-hardening']['auth']['sys_gid_min'] = 201
Expand Down
2 changes: 1 addition & 1 deletion recipes/minimize_access.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
file '/etc/shadow' do
owner 'root'
case node['platform_family']
when 'rhel', 'fedora'
when 'rhel'
group 'root'
mode '0000'
when 'debian'
Expand Down

0 comments on commit 4062a22

Please sign in to comment.