We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5874a commit 7de4f58Copy full SHA for 7de4f58
lib/puppet/type/mysql_user.rb
@@ -48,7 +48,7 @@
48
newvalue(%r{\w*})
49
50
def change_to_s(currentvalue, _newvalue)
51
- currentvalue == :absent ? 'created password' : 'changed password'
+ (currentvalue == :absent) ? 'created password' : 'changed password'
52
end
53
54
def is_to_s(_currentvalue)
0 commit comments