Skip to content

Commit da75103

Browse files
authored
Merge pull request #1156 from bastelfreak/java
puppetlabs/java: Allow 8.x
2 parents 7ef7983 + 991a2d4 commit da75103

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/puppet/type/elasticsearch_user.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
raise ArgumentError, 'Password must be at least 6 characters long' if value.length < 6
3131
end
3232

33-
# rubocop:disable Style/PredicateName
3433
def is_to_s(_currentvalue)
3534
'[old password hash redacted]'
3635
end
37-
# rubocop:enable Style/PredicateName
3836

3937
def should_to_s(_newvalue)
4038
'[new password hash redacted]'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"name": "puppetlabs/java",
21-
"version_requirement": ">= 1.0.0 < 8.0.0"
21+
"version_requirement": ">= 1.0.0 < 9.0.0"
2222
},
2323
{
2424
"name": "puppetlabs/stdlib",

0 commit comments

Comments
 (0)