Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. netcho@salt: /srv/salt
  2. ---> sudo salt 'dc.home' grains.item os
  3. dc.home:
  4. ----------
  5. os:
  6. CentOS
  7. netcho@salt: /srv/salt
  8. ---> sudo salt -G 'os:windows' pkg.list_pkgs
  9. win2012r2:
  10. ----------
  11. Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161:
  12. 9.0.30729.6161
  13. Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148:
  14. 9.0.30729.4148
  15. Salt Minion 2015.5.3-2:
  16. 2015.5.3-2
  17. VMware Tools:
  18. 9.4.5.1598834
  19. win7:
  20. ----------
  21. Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161:
  22. 9.0.30729.6161
  23. Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148:
  24. 9.0.30729.4148
  25. Salt Minion 2015.5.3-2:
  26. 2015.5.3-2
  27. VMware Tools:
  28. 9.4.5.1598834
  29. dc.home:
  30. Minion did not return. [Not connected]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement