This commit is contained in:
Michael Walton 2016-07-19 09:23:23 -04:00
parent 0435a1375e
commit ac67c6b493

View file

@ -1053,7 +1053,7 @@ def installed(
if not isinstance(version, six.string_types) and version is not None:
version = str(version)
refreshed = False
refreshed = False
if version is not None and version == 'latest':
version = __salt__['pkg.latest_version'](name,