Skip to content

Commit 9958984

Browse files
authored
[Supervisord] Remove extra tab added for ADC regions only, compromising the bootstrap of supervisord. (#2683)
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent fe9860b commit 9958984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/templates/supervisord/parallelcluster_supervisord.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_stderr = true
1010
stdout_logfile = /var/log/parallelcluster/cfn-hup-runner.log
1111
stdout_logfile_maxbytes = 1MB
1212
<% if @region.start_with?('us-iso') -%>
13-
environment = AWS_CA_BUNDLE="<%= @aws_ca_bundle %>"
13+
environment = AWS_CA_BUNDLE="<%= @aws_ca_bundle %>"
1414
<% end -%>
1515
<% end -%>
1616

0 commit comments

Comments
 (0)