X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/b2a5dc4e4da45de6f3357eeb341ab8b3a9113c9a..HEAD:/pillar.example diff --git a/pillar.example b/pillar.example index ba5f228..2347f57 100644 --- a/pillar.example +++ b/pillar.example @@ -1,6 +1,10 @@ # -*- coding: utf-8 -*- # vim: ft=yaml --- +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + # The variables commented out are the default values that the formula uses. # The uncommented values are REQUIRED values. If you don't set them, running # this formula will fail. @@ -128,8 +132,10 @@ arvados: # this formula. The following dict is just an example that will be used # by the `arvados.api.resources.virtual_machines` state to add entries # in Arvados' database of the cluster's resources' - # It's additionally used in the `test/salt/pillar/examples/nginx_webshell_configuration.sls` - # pillar to add the corresponding `location` entries in nginx's webshell vhosts & upstreams + # It's additionally used in the + # `test/salt/pillar/examples/nginx_webshell_configuration.sls` + # pillar to add the corresponding `location` entries in nginx's webshell + # vhosts & upstreams resources: virtual_machines: shell1: @@ -218,6 +224,9 @@ arvados: # controller: # pkg: # name: arvados-controller +# gem: +# name: +# - arvados-cli # service: # name: arvados-controller # port: 8003