17750: Centos 7 needs rvm for api and workbench
[arvados-formula.git] / arvados / osfamilymap.yaml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 #
4 # Copyright (C) The Arvados Authors. All rights reserved.
5 #
6 # SPDX-License-Identifier: Apache-2.0
7
8 # Setup variables using grains['os_family'] based logic.
9 # You just need to add the key:values for an `os_family` that differ
10 # from `defaults.yaml` + `osarch.yaml`.
11 # Only add an `os_family` which is/will be supported by the formula.
12 #
13 # If you do not need to provide defaults via the `os_family` grain,
14 # you will need to provide at least an empty dict in this file, e.g.
15 # osfamilymap: {}
16 ---
17 Debian:
18   repo:
19     url_base: 'http://apt.arvados.org'
20     file: /etc/apt/sources.list.d/arvados.list
21     key_url: 'http://apt.arvados.org/pubkey.gpg'
22
23 RedHat:
24   repo:
25     url_base: 'http://rpm.arvados.org/CentOS/$releasever/os/$basearch/'
26     file: /etc/yum.repos.d/arvados.repo
27     key_url: 'http://rpm.arvados.org/CentOS/RPM-GPG-KEY-curoverse'
28
29   ruby:
30     manage_ruby: true
31     use_rvm: true
32
33     pkg: ruby-2.5.8
34     gems_deps:
35       - rubygem-bundler
36       - curl
37       - gcc
38       - git
39       - libcurl
40       - libcurl-devel
41       - pam-devel
42       - postgresql-devel
43       - libxml2
44       - libxml2-devel
45       - make
46       - python3-devel
47       - ruby-devel
48       - zlib-devel
49   ##### SHELL
50   shell:
51     shellinabox:
52       config: /etc/sysconfig/shellinaboxd
53       service:
54         name: shellinaboxd