Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated PR: Cookstyle Changes #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of the sudo cookbook.

## Unreleased

- resolved cookstyle error: resources/default.rb:1:1 refactor: `Chef/Deprecations/ResourceWithoutUnifiedTrue`

## 5.4.6 (2020-06-08)

- Support Chef Infra Client 16.2+ - [@tas50](https://github.com/tas50)
Expand Down
1 change: 1 addition & 0 deletions resources/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
chef_version_for_provides '< 14.0' if respond_to?(:chef_version_for_provides)
resource_name :sudo
provides :sudo
unified_mode true

# acording to the sudo man pages sudo will ignore files in an include dir that have a `.` or `~`
# We convert either to `__`
Expand Down