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.
2 parents 7ef7983 + 991a2d4 commit da75103Copy full SHA for da75103
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]'
metadata.json
@@ -18,7 +18,7 @@
18
},
19
{
20
"name": "puppetlabs/java",
21
- "version_requirement": ">= 1.0.0 < 8.0.0"
+ "version_requirement": ">= 1.0.0 < 9.0.0"
22
23
24
"name": "puppetlabs/stdlib",
0 commit comments