feat(components): add submodules and tests
[arvados-formula.git] / arvados / osfamilymap.yaml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 #
4 # Setup variables using grains['os_family'] based logic.
5 # You just need to add the key:values for an `os_family` that differ
6 # from `defaults.yaml` + `osarch.yaml`.
7 # Only add an `os_family` which is/will be supported by the formula.
8 #
9 # If you do not need to provide defaults via the `os_family` grain,
10 # you will need to provide at least an empty dict in this file, e.g.
11 # osfamilymap: {}
12 ---
13 Debian:
14   repo:
15     url_base: 'http://apt.arvados.org'
16     file: /etc/apt/sources.list.d/arvados.list
17     key_url: 'http://apt.arvados.org/pubkey.gpg'
18
19 RedHat:
20   repo:
21     url_base: 'http://rpm.arvados.org/CentOS/$releasever/os/$basearch/'
22     file: /etc/yum.repos.d/arvados.repo
23     key_url: 'http://rpm.arvados.org/CentOS/RPM-GPG-KEY-curoverse'