From 356ab562058965db6552f566dde560178ee8e1e5 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 29 Jan 2024 10:27:15 -0500 Subject: [PATCH] 21361: Fix comment typo Arvados-DCO-1.1-Signed-off-by: Brett Smith --- .../single_host/multiple_hostnames/states/snakeoil_certs.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/states/snakeoil_certs.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/snakeoil_certs.sls index 6518646a74..06af05b2df 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/states/snakeoil_certs.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/snakeoil_certs.sls @@ -63,7 +63,7 @@ extra_snakeoil_certs_arvados_snakeoil_ca_cmd_run: # Taken from https://github.com/arvados/arvados/blob/master/tools/arvbox/lib/arvbox/docker/service/certificate/run cmd.run: - name: | - # These dirs are not to CentOS-ish, but this is a helper script + # These dirs are not too CentOS-ish, but this is a helper script # and they should be enough /bin/bash -c "mkdir -p /etc/ssl/certs/ /etc/ssl/private/ && \ openssl req \ -- 2.30.2