Skip to content

Commit

Permalink
rpm: support amazon family
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 23, 2024
1 parent 6b1cd97 commit 0709d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverspec/linux/td-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
it { should be_installed }
end

if os[:family] == 'redhat'
if ["redhat", "amazon"].include?(os[:family])
describe user("fluentd") do
it { should exist }
it { should belong_to_group "fluentd" }
Expand Down

0 comments on commit 0709d44

Please sign in to comment.