Add copyright headers to comply with Arvados
[arvados-formula.git] / arvados / controller / package / install.sls
1 # -*- coding: utf-8 -*-
2 # vim: ft=sls
3
4 # Copyright (C) The Arvados Authors. All rights reserved.
5 #
6 # SPDX-License-Identifier: Apache-2.0
7
8 {#- Get the `tplroot` from `tpldir` #}
9 {%- set tplroot = tpldir.split('/')[0] %}
10 {%- from tplroot ~ "/map.jinja" import arvados with context %}
11
12 arvados-controller-package-install-pkg-installed:
13   pkg.installed:
14     - name: {{ arvados.controller.pkg.name }}
15     - version: {{ arvados.version }}