-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Travis tests now using Makefile instead - Readme added explaining the repo works with Cent7 and Chef 15.
- Loading branch information
Showing
4 changed files
with
79 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
language: ruby | ||
before_install: | ||
- gem install bundler | ||
- make bundle | ||
rvm: | ||
- 2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'berkshelf' | ||
gem 'chef', '~> 13' | ||
gem 'rake' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
A cookbook which helps with the setup of user accounts, groups and configures sudo access. Since it was added, it's been kind of replaced by Chef's version of the same thing in many respects. For the moment though, it's still used in various places. | ||
|
||
# Support | ||
We know the cookbook works on CentOS 6 and 7 and, whilst the tests are currently written for Chef 13, it was actually building successfully on Chef 15.7.32, the latest at the time. Therefore, we shouldn't really have any issues continuing using this if needs be. |