From b719139096c414d9d89bd6f13957cfd0481ef650 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Wed, 4 Aug 2021 08:03:48 -0300 Subject: [PATCH] Lint code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .salt-lint | 1 + pillar.example | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.salt-lint b/.salt-lint index 469c14e..cfa12cf 100644 --- a/.salt-lint +++ b/.salt-lint @@ -6,6 +6,7 @@ rules: 204: # Lines should be no longer that 160 chars ignore: | arvados/shell/config/files/default/shell-libpam-arvados.tmpl.jinja + arvados/shell/config/files/default/shell-pam-shellinabox.tmpl.jinja test/salt/pillar/examples/nginx_webshell_configuration.sls test/salt/pillar/examples/nginx_passenger.sls skip_list: diff --git a/pillar.example b/pillar.example index 78676f1..2347f57 100644 --- a/pillar.example +++ b/pillar.example @@ -132,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: -- 2.30.2