We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2003ae commit 991a2d4Copy full SHA for 991a2d4
lib/puppet/type/elasticsearch_user.rb
@@ -30,11 +30,9 @@
30
raise ArgumentError, 'Password must be at least 6 characters long' if value.length < 6
31
end
32
33
- # rubocop:disable Style/PredicateName
34
def is_to_s(_currentvalue)
35
'[old password hash redacted]'
36
37
- # rubocop:enable Style/PredicateName
38
39
def should_to_s(_newvalue)
40
'[new password hash redacted]'
0 commit comments