Skip to content

Commit 40ede6b

Browse files
authored
Merge pull request #9513 from puppetlabs/backport-9511-to-7.x
[Backport 7.x] Fix typo in comparison operator
2 parents 807de3b + e8bef75 commit 40ede6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/resource/user/should_create_modify_with_password.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# There is a known issue with SSSD and Red Hat 8, this is a temporary workaround until a permanent fix is
4545
# implemented in our images. See ITHELP-100250
4646
# https://access.redhat.com/solutions/7031304
47-
if agent['platform'] = 'el-8-ppc64le'
47+
if agent['platform'] == 'el-8-ppc64le'
4848
on(agent, 'systemctl stop sssd; rm -f /var/lib/sss/db/*; systemctl start sssd', acceptable_exit_codes: 0)
4949
end
5050

0 commit comments

Comments
 (0)