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 212847f commit 20cf61bCopy full SHA for 20cf61b
cookbooks/aws-parallelcluster-environment/resources/cloudwatch/partial/_cloudwatch_common.rb
@@ -176,7 +176,7 @@ def package_path
176
)
177
not_if { ::File.exist?('/opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.json') }
178
179
- command "#{cookbook_virtualenv_path}/bin/python #{config_script_path} "\
+ command "#{cookbook_virtualenv_path}/bin/pythonnnn #{config_script_path} "\
180
"--platform #{node['platform']} --config $CONFIG_DATA_PATH --log-group $LOG_GROUP_NAME "\
181
"--scheduler $SCHEDULER --node-role $NODE_ROLE"
182
end unless redhat_on_docker?
0 commit comments