-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to be resource driven cookbook
- Remove all recipes and replace them with resources - Only support RHEL-based platforms for now (adding EL8) Signed-off-by: Lance Albertson <[email protected]>
- Loading branch information
Showing
49 changed files
with
771 additions
and
6,493 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
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,7 @@ | ||
source 'https://supermarket.chef.io' | ||
|
||
cookbook 'ganeti-test', path: 'test/cookbooks/ganeti-test' | ||
cookbook 'osl-repos', github: 'osuosl-cookbooks/osl-repos' | ||
cookbook 'osl-resources', github: 'osuosl-cookbooks/osl-resources', branch: 'main' | ||
|
||
metadata |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.