feat(components,version): add extra components, new version
[arvados-formula.git] / arvados / ruby / package / install.sls
1 # -*- coding: utf-8 -*-
2 # vim: ft=sls
3
4 {#- Get the `tplroot` from `tpldir` #}
5 {%- set tplroot = tpldir.split('/')[0] %}
6 {%- from tplroot ~ "/map.jinja" import arvados with context %}
7
8 {%- if arvados.ruby.manage_ruby %}
9 arvados-ruby-package-install-ruby-pkg-installed:
10   pkg.installed:
11     - name: {{ arvados.ruby.pkg }}
12     - require_in: arvados-ruby-package-install-ruby-profile-installed
13 {%- endif %}