From: Javier Bértoli Date: Fri, 23 Jul 2021 10:08:47 +0000 (-0300) Subject: 17750: fix style (linters suggestions) [ci skip] X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/0d248fa02e0f65e76cdf6629d54f09a6dcc515ce 17750: fix style (linters suggestions) [ci skip] Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- diff --git a/test/integration/api/controls/packages_spec.rb b/test/integration/api/controls/packages_spec.rb index 7c3cffb..edc2060 100644 --- a/test/integration/api/controls/packages_spec.rb +++ b/test/integration/api/controls/packages_spec.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 @@ -48,6 +49,6 @@ control 'RVM and dependencies' do end describe command('/usr/local/rvm/bin/rvm list') do its(:exit_status) { should eq 0 } - its('stdout') { should match (/ruby-2.5.8/) } + its('stdout') { should match(/ruby-2.5.8/) } end end diff --git a/test/salt/states/examples/single_host/README.rst b/test/salt/states/examples/single_host/README.rst index b50716d..e23feab 100644 --- a/test/salt/states/examples/single_host/README.rst +++ b/test/salt/states/examples/single_host/README.rst @@ -1,6 +1,11 @@ Helper states for all-in-one setup ================================== +.. + # Copyright (C) The Arvados Authors. All rights reserved. + # + # SPDX-License-Identifier: Apache-2.0 + These states are helpful for setting up an all-in-one Arvados host. * `host_entries.sls`: adds a bunch of host entries in the `/etc/hosts` file of @@ -9,7 +14,7 @@ These states are helpful for setting up an all-in-one Arvados host. * `snakeoil_certs.sls`: Arvados uses SSL/TLS for communications, so you'll need certificates for the different hosts. If you can't provide valid certificates - issued by a recognized CA, this state will create a SnakeOil CA and issue + issued by a recognized CA, this state will create a SnakeOil CA and issue certificates signed by it. The certs can't be self-signed because some of the libraries that Arvados