Skip to content

Commit

Permalink
Merge pull request #9513 from puppetlabs/backport-9511-to-7.x
Browse files Browse the repository at this point in the history
[Backport 7.x] Fix typo in comparison operator
  • Loading branch information
mhashizume authored Oct 30, 2024
2 parents 807de3b + e8bef75 commit 40ede6b
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 40ede6b

Please sign in to comment.