Advertisement
demon_23

bash -l -c 'puppet module list --render-as yaml'

Jan 22nd, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [root@broker Downloads]# bash -l -c 'puppet module list --render-as yaml'
  2. ---
  3. /etc/puppet/modules:
  4. - !ruby/object:Puppet::Module
  5. name: ntp
  6. path: /etc/puppet/modules/ntp
  7. environment: production
  8. metadata_file: /etc/puppet/modules/ntp/metadata.json
  9. forge_name: puppetlabs/ntp
  10. source: "git://github.com/puppetlabs/puppetlabs-ntp"
  11. author: "Puppet Labs"
  12. version: "3.0.1"
  13. license: "Apache Version 2.0"
  14. puppetversion:
  15. dependencies:
  16. - name: puppetlabs/stdlib
  17. version_requirement: ">= 0.1.6"
  18. absolute_path_to_manifests: !ruby/object:Puppet::FileSystem::AbsolutePathPattern
  19. pathname: !ruby/object:Pathname
  20. path: /etc/puppet/modules/ntp/manifests
  21. - !ruby/object:Puppet::Module
  22. name: openshift_origin
  23. path: /etc/puppet/modules/openshift_origin
  24. environment: production
  25. metadata_file: /etc/puppet/modules/openshift_origin/metadata.json
  26. forge_name: openshift/openshift_origin
  27. source: "git://github.com/openshift/puppet-openshift_origin.git"
  28. author: "Mojo Lingo, Red Hat"
  29. version: "3.0.1"
  30. license: ASL
  31. puppetversion:
  32. dependencies:
  33. - name: puppetlabs/ntp
  34. version_requirement: ">=0.1.0"
  35. - name: puppetlabs/stdlib
  36. version_requirement: ">=2.6.0"
  37. absolute_path_to_manifests: !ruby/object:Puppet::FileSystem::AbsolutePathPattern
  38. pathname: !ruby/object:Pathname
  39. path: /etc/puppet/modules/openshift_origin/manifests
  40. - !ruby/object:Puppet::Module
  41. name: stdlib
  42. path: /etc/puppet/modules/stdlib
  43. environment: production
  44. metadata_file: /etc/puppet/modules/stdlib/metadata.json
  45. forge_name: puppetlabs/stdlib
  46. source: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
  47. author: puppetlabs
  48. version: "4.1.0"
  49. license: "Apache 2.0"
  50. puppetversion:
  51. dependencies: []
  52. absolute_path_to_manifests: !ruby/object:Puppet::FileSystem::AbsolutePathPattern
  53. pathname: !ruby/object:Pathname
  54. path: /etc/puppet/modules/stdlib/manifests
  55. /usr/share/puppet/modules: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement