Skip to content

Commit

Permalink
test: follow changed uid/gid
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed May 24, 2023
1 parent c7430c9 commit 7b910a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverspec/linux/td-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
end

if os[:family] == 'redhat'
describe user("td-agent") do
describe user("fluentd") do
it { should exist }
it { should belong_to_group "td-agent" }
it { should belong_to_group "fluentd" }
end

describe group("td-agent") do
describe group("fluentd") do
it { should exist }
end
else
Expand Down

0 comments on commit 7b910a3

Please sign in to comment.