Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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