Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. [root@localhost ~]# puppet --version
  2. 4.7.0
  3. [root@localhost ~]# puppet agent --version
  4. 4.7.0
  5.  
  6. [root@localhost ~]# rpm -qa | grep puppet
  7. mcollective-puppet-common-1.11.1-1.el7.noarch
  8. puppetlabs-release-22.0-2.noarch
  9. mcollective-puppet-agent-1.11.1-1.el7.noarch
  10. puppet-agent-1.7.0-1.el7.x86_64
  11. puppet-agent-oauth-0.5.1-1.el7.noarch
  12. puppetserver-2.6.0-1.el7.noarch
  13. mcollective-puppet-client-1.11.1-1.el7.noarch
  14.  
  15. # rpm -qi puppet-agent
  16. Name : puppet-agent
  17. Version : 1.8.2
  18. Release : 1.el7
  19. Architecture: x86_64
  20. Install Date: Wed 07 Dec 2016 07:12:31 EST
  21. Group : System Environment/Base
  22. Size : 126776210
  23. License : See components
  24. Signature : RSA/SHA512, Tue 06 Dec 2016 14:30:51 EST, Key ID 7f438280ef8d349f
  25. Source RPM : puppet-agent-1.8.2-1.el7.src.rpm
  26. Build Date : Mon 05 Dec 2016 19:37:56 EST
  27. Build Host : hk1ldlzw0klwdyo.delivery.puppetlabs.net
  28. Relocations : (not relocatable)
  29. Vendor : Puppet Labs
  30. URL : https://www.puppetlabs.com
  31. Summary : The Puppet Agent package contains all of the elements needed to run puppet, including ruby, facter, hiera and mcollective.
  32. Description :
  33. The Puppet Agent package contains all of the elements needed to run puppet, including ruby, facter, hiera and mcollective.
  34.  
  35. Contains the following components:
  36. augeas 1.4.0
  37. cpp-hocon 0.1.4
  38. [..]
  39. puppet 4.8.1
  40. [..]
  41.  
  42. # puppet --version
  43. 4.8.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement