Bug fix: incorrect version of package detected after change in equo output
This commit is contained in:
@@ -80,7 +80,7 @@ Puppet::Type.type(:package).provide :entropy, :parent => Puppet::Provider::Packa
|
|||||||
package[field] = value unless !value or value.empty?
|
package[field] = value unless !value or value.empty?
|
||||||
end
|
end
|
||||||
|
|
||||||
installed_output = equo 'match', '--quiet', '--installed', package_name
|
installed_output = equo 'match', '--quiet', '--verbose', '--installed', package_name
|
||||||
installed_output.chomp
|
installed_output.chomp
|
||||||
installed_match = installed_output.match(result_format)
|
installed_match = installed_output.match(result_format)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user