From 0d248fa02e0f65e76cdf6629d54f09a6dcc515ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Fri, 23 Jul 2021 07:08:47 -0300 Subject: [PATCH] 17750: fix style (linters suggestions) [ci skip] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- test/integration/api/controls/packages_spec.rb | 3 ++- test/salt/states/examples/single_host/README.rst | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.30.2