Skip to content

Commit

Permalink
add missing services
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jan 25, 2024
1 parent f31685e commit 4628528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/system-probe_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
solo.converge(described_recipe) do
solo.resource_collection.insert(
Chef::Resource::Service.new('datadog-agent', solo.run_context))
Chef::Resource::Service.new('datadog-agent-security', solo.run_context))
end
end

Expand Down Expand Up @@ -323,6 +324,7 @@
solo.converge(described_recipe) do
solo.resource_collection.insert(
Chef::Resource::Service.new('datadog-agent', solo.run_context))
Chef::Resource::Service.new('datadog-agent-security', solo.run_context))
end
end

Expand Down

0 comments on commit 4628528

Please sign in to comment.