Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. root@puppet:/etc/puppet/modules# tree
  2. .
  3. ├── puppet-ourgrid
  4. │   ├── lib
  5. │   │   └── puppet
  6. │   │   ├── provider
  7. │   │   │   └── openfire
  8. │   │   │   └── openfire.rb
  9. │   │   └── type
  10. │   │   └── openfire.rb
  11. │   └── manifests
  12. │   └── init.pp
  13. └── tests
  14. └── openfire.pp
  15.  
  16. 8 directories, 4 files
  17. root@puppet:/etc/puppet/modules# puppet apply --trace --debug tests/openfire.pp
  18. /usr/lib/ruby/1.8/puppet/resource.rb:206:in `to_hash'
  19. /usr/lib/ruby/1.8/puppet/type.rb:1730:in `initialize'
  20. /usr/lib/ruby/1.8/puppet/resource.rb:246:in `new'
  21. /usr/lib/ruby/1.8/puppet/resource.rb:246:in `to_ral'
  22. /usr/lib/ruby/1.8/puppet/resource/catalog.rb:553:in `send'
  23. /usr/lib/ruby/1.8/puppet/resource/catalog.rb:553:in `to_catalog'
  24. /usr/lib/ruby/1.8/puppet/resource/catalog.rb:531:in `each'
  25. /usr/lib/ruby/1.8/puppet/resource/catalog.rb:531:in `to_catalog'
  26. /usr/lib/ruby/1.8/puppet/resource/catalog.rb:468:in `to_ral'
  27. /usr/lib/ruby/1.8/puppet/application/apply.rb:118:in `main'
  28. /usr/lib/ruby/1.8/puppet/application/apply.rb:35:in `run_command'
  29. /usr/lib/ruby/1.8/puppet/application.rb:300:in `run'
  30. /usr/lib/ruby/1.8/puppet/application.rb:397:in `exit_on_fail'
  31. /usr/lib/ruby/1.8/puppet/application.rb:300:in `run'
  32. /usr/lib/ruby/1.8/puppet/util/command_line.rb:55:in `execute'
  33. /usr/bin/puppet:4
  34. undefined method `merge' for []:Array
  35. root@puppet:/etc/puppet/modules#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement