We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a3e3bc + c039dba commit 958e40cCopy full SHA for 958e40c
lib/puppet/type/java_ks.rb
@@ -33,7 +33,7 @@ def insync?(is)
33
return true if is == :absent
34
when :latest
35
unless is == :absent
36
- return true if provider.latest == provider.current
+ return true if provider.latest.include? provider.current
37
end
38
39
0 commit comments