Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. + '[' -n '' ']'
  2. + '[' '' = 3 ']'
  3. + export PUPPET_BASE_PATH=/etc/puppetlabs/code
  4. + PUPPET_BASE_PATH=/etc/puppetlabs/code
  5. + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/puppetlabs/bin
  6. + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/puppetlabs/bin
  7. + sudo -E ln -sfn /opt/puppetlabs/bin/puppet /usr/sbin/puppet
  8. +++ dirname openstack/puppet-openstack-integration/install_modules.sh
  9. ++ cd openstack/puppet-openstack-integration
  10. ++ pwd -P
  11. + export SCRIPT_DIR=/root/openstack/puppet-openstack-integration
  12. + SCRIPT_DIR=/root/openstack/puppet-openstack-integration
  13. + export PUPPETFILE_DIR=/etc/puppetlabs/code/modules
  14. + PUPPETFILE_DIR=/etc/puppetlabs/code/modules
  15. + source /root/openstack/puppet-openstack-integration/functions
  16. + print_header 'Start (install_modules.sh)'
  17. ++ grep xtrace
  18. ++ set
  19. + '[' -n 'SHELLOPTS=braceexpand:hashall:interactive-comments:xtrace
  20. if [ -n "$(set | grep xtrace)" ]; then
  21. local enable_xtrace='\''yes'\'';
  22. if [ -n "${enable_xtrace}" ]; then' ']'
  23. + set +x
  24. --------------------------------------------------------------------------------
  25. | Start (install_modules.sh) |
  26. --------------------------------------------------------------------------------
  27. + print_header 'Install r10k'
  28. ++ grep xtrace
  29. ++ set
  30. + '[' -n 'SHELLOPTS=braceexpand:hashall:interactive-comments:xtrace
  31. if [ -n "$(set | grep xtrace)" ]; then
  32. local enable_xtrace='\''yes'\'';
  33. if [ -n "${enable_xtrace}" ]; then' ']'
  34. + set +x
  35. --------------------------------------------------------------------------------
  36. | Install r10k |
  37. --------------------------------------------------------------------------------
  38. + gem install fast_gettext -v '< 1.2.0'
  39. openstack/puppet-openstack-integration/install_modules.sh: line 29: gem: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement