forked from noelmcloughlin/deepsea-formula
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(packages): corrected dependency packages & user:group
- Loading branch information
1 parent
4d9e571
commit 20b6c31
Showing
6 changed files
with
1,082 additions
and
8 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,37 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables using grains['os'] based logic. | ||
# You just need to add the key:values for an `os` that differ | ||
# from `defaults.yaml` + `os_family.yaml`. | ||
# Only add an `os` which is/will be supported by the formula | ||
# | ||
# If you do not need to provide defaults via the `os` grain, | ||
# you will need to provide at least an empty dict in this file, e.g. | ||
# osmap: {} | ||
--- | ||
# os_family: Debian | ||
Ubuntu: {} | ||
|
||
Raspbian: {} | ||
|
||
# os_family: RedHat | ||
Fedora: | ||
pkg: | ||
deps: | ||
- python3-boto | ||
- python3-tox | ||
|
||
CentOS: {} | ||
|
||
# os_family: Suse | ||
openSUSE: {} | ||
|
||
# os_family: Gentoo | ||
Funtoo: {} | ||
|
||
# os_family: Arch | ||
Manjaro: {} | ||
|
||
# os_family: Solaris | ||
SmartOS: {} |
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