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(map): need osfingermap for debian
- Loading branch information
1 parent
d005fb0
commit c86f76a
Showing
3 changed files
with
27 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables using grains['osfinger'] based logic. | ||
# You just need to add the key:values for an `osfinger` that differ | ||
# from `defaults.yaml` + `os_family.yaml` + `osmap.yaml`. | ||
# Only add an `osfinger` which is/will be supported by the formula | ||
# | ||
# If you do not need to provide defaults via the `os_finger` grain, | ||
# you will need to provide at least an empty dict in this file, e.g. | ||
# osfingermap: {} | ||
--- | ||
# os: Debian | ||
Debian-9: | ||
pkg: | ||
deps: | ||
- python-rados | ||
|
||
Debian-8: | ||
pkg: | ||
deps: | ||
- python-rados |
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