[BUG] Cannot use pkg (and other modules?) with Parrot minions #60249
Labels
Feature
new functionality including changes to functionality and code refactors, etc.
Milestone
Description
A clear and concise description of what the bug is.
Some salt calls work with Parrot minions.
Attempt to use states using
pkg
fail:Setup
Attempt to update Parrot with
pkg.uptodate
Steps to Reproduce the behavior
Basic salt call to
pkg.uptodate
(or any use ofpkg
)Expected behavior
Call will succeed and packages will be updated as necessary
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
grains.items
showsos_family: Parrot
Parrot is not referenced in
grains\core.py
.Adding Parrot under
_OS_Family_Map
resolves the issue.The text was updated successfully, but these errors were encountered: