From: Peter Amstutz Date: Tue, 28 Jun 2022 16:30:04 +0000 (-0400) Subject: 18870: Change the non-user oriented "FIXME" to "NOTE" X-Git-Tag: 2.5.0~127^2~3 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f3b0dd8d793994d2661cc416cb4136e85883874e 18870: Change the non-user oriented "FIXME" to "NOTE" Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_passenger.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_passenger.sls index dfddf3b623..cf08779715 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_passenger.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_passenger.sls @@ -55,7 +55,7 @@ nginx: - add_header: 'Strict-Transport-Security "max-age=63072000" always' # OCSP stapling - # FIXME! Stapling does not work with self-signed certificates, so disabling for tests + # NOTE! Stapling does not work with self-signed certificates, so disabling for tests # - ssl_stapling: 'on' # - ssl_stapling_verify: 'on' diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls index 379f4765cb..c2d34ea28c 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/host_entries.sls @@ -12,7 +12,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: - ip: 127.0.1.1 - names: - {{ arvados.cluster.name }}.{{ arvados.cluster.domain }} - # FIXME! This just works for our testings. + # NOTE! This just works for our testings. # Won't work if the cluster name != host name {%- for entry in [ 'api', diff --git a/tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls b/tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls index 21c1510de8..26e2baf044 100644 --- a/tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls +++ b/tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls @@ -55,7 +55,7 @@ nginx: - add_header: 'Strict-Transport-Security "max-age=63072000" always' # OCSP stapling - # FIXME! Stapling does not work with self-signed certificates, so disabling for tests + # NOTE! Stapling does not work with self-signed certificates, so disabling for tests # - ssl_stapling: 'on' # - ssl_stapling_verify: 'on' diff --git a/tools/salt-install/config_examples/single_host/single_hostname/states/host_entries.sls b/tools/salt-install/config_examples/single_host/single_hostname/states/host_entries.sls index a688f4f8c1..51308fffa2 100644 --- a/tools/salt-install/config_examples/single_host/single_hostname/states/host_entries.sls +++ b/tools/salt-install/config_examples/single_host/single_hostname/states/host_entries.sls @@ -21,7 +21,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: - ip: 127.0.1.1 - names: - {{ arvados.cluster.name }}.{{ arvados.cluster.domain }} - # FIXME! This just works for our testing. + # NOTE! This just works for our testing. # Won't work if the cluster name != host name {%- for entry in [ 'api',