Skip to content

Commit

Permalink
Proper /etc/shadow membership on suse platform
Browse files Browse the repository at this point in the history
Fixes: #250
Signed-off-by: Artem Sidorenko <artem@posteo.de>
  • Loading branch information
artem-sidorenko committed Apr 10, 2019
1 parent 2fd251a commit 715b56f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ matrix:
# temporaray disable failing tests until all problems are fixed
- env: INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- env: INSTANCE=centos-7 CHEF_VERSION=14.0.190 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- env: INSTANCE=opensuse-42 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
# allow runs with latest non-stable chef version to fail
- env: INSTANCE=ubuntu-16-04 CHEF_VERSION=current KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- env: INSTANCE=centos-7 CHEF_VERSION=current KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
Expand Down
2 changes: 1 addition & 1 deletion recipes/minimize_access.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
when 'rhel', 'fedora', 'amazon'
group 'root'
mode '0000'
when 'debian'
when 'debian', 'suse'
group 'shadow'
mode '0640'
else
Expand Down

0 comments on commit 715b56f

Please sign in to comment.