Skip to content

Commit

Permalink
Merge pull request #9511 from mhashizume/maint/main/assignment-fix
Browse files Browse the repository at this point in the history
Fix typo in comparison operator
  • Loading branch information
cthorn42 authored Oct 30, 2024
2 parents 75ae1f4 + 456eff0 commit e758d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# There is a known issue with SSSD and Red Hat 8, this is a temporary workaround until a permanent fix is
# implemented in our images. See ITHELP-100250
# https://access.redhat.com/solutions/7031304
if agent['platform'] = 'el-8-ppc64le'
if agent['platform'] == 'el-8-ppc64le'
on(agent, 'systemctl stop sssd; rm -f /var/lib/sss/db/*; systemctl start sssd', acceptable_exit_codes: 0)
end

Expand Down

0 comments on commit e758d5c

Please sign in to comment.