Skip to content

Commit 2b27cd5

Browse files
intentional error
Signed-off-by: Hanwen <[email protected]>
1 parent 20cf61b commit 2b27cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/resources/cloudwatch/partial/_cloudwatch_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ def package_path
184184
execute "cloudwatch-agent-start" do
185185
user 'root'
186186
timeout 300
187-
command "/opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a append-config -m ec2 -c file:#{CW_AGENT_CONFIG_JSON} -s || /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a fetch-config -m ec2 -c file:#{CW_AGENT_CONFIG_JSON} -s"
187+
command "exit 1"
188188
end unless node['cluster']['cw_logging_enabled'] != 'true' || on_docker?
189189
end

0 commit comments

Comments
 (0)