We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9860b commit 9958984Copy full SHA for 9958984
cookbooks/aws-parallelcluster-platform/templates/supervisord/parallelcluster_supervisord.conf.erb
@@ -10,7 +10,7 @@ redirect_stderr = true
10
stdout_logfile = /var/log/parallelcluster/cfn-hup-runner.log
11
stdout_logfile_maxbytes = 1MB
12
<% if @region.start_with?('us-iso') -%>
13
- environment = AWS_CA_BUNDLE="<%= @aws_ca_bundle %>"
+environment = AWS_CA_BUNDLE="<%= @aws_ca_bundle %>"
14
<% end -%>
15
16
0 commit comments