Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2013
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. # puppet apply --verbose --debug ./nodes.pp
  2. info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
  3. info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/pe_version.rb
  4. info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
  5. info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/root_home.rb
  6. debug: importing '/etc/puppet/modules/stdlib/manifests/init.pp' in environment production
  7. debug: Automatically imported stdlib from stdlib into production
  8. debug: importing '/etc/puppet/modules/stdlib/manifests/stages.pp' in environment production
  9. debug: Automatically imported stdlib::stages from stdlib/stages into production
  10. debug: importing '/etc/puppet/modules/apt/manifests/init.pp' in environment production
  11. debug: Automatically imported apt from apt into production
  12. debug: importing '/etc/puppet/modules/apt/manifests/params.pp' in environment production
  13. debug: Automatically imported apt::params from apt/params into production
  14. debug: importing '/etc/puppet/modules/apt/manifests/update.pp' in environment production
  15. debug: Automatically imported apt::update from apt/update into production
  16. debug: Failed to load library 'selinux' for feature 'selinux'
  17. debug: importing '/etc/puppet/modules/apt/manifests/source.pp' in environment production
  18. debug: Automatically imported apt::source from apt/source into production
  19. debug: Scope(Apt::Source[cassandra]): Retrieving template apt/source.list.erb
  20. debug: template[/etc/puppet/modules/apt/templates/source.list.erb]: Bound template variables for /etc/puppet/modules/apt/templates/source.list.erb in 0.00 seconds
  21. debug: template[/etc/puppet/modules/apt/templates/source.list.erb]: Interpolated template /etc/puppet/modules/apt/templates/source.list.erb in 0.00 seconds
  22. debug: importing '/etc/puppet/modules/apt/manifests/key.pp' in environment production
  23. debug: Automatically imported apt::key from apt/key into production
  24. debug: Adding relationship from Stage[runtime] to Stage[setup_infra] with 'before'
  25. debug: Adding relationship from Stage[setup_infra] to Stage[deploy_infra] with 'before'
  26. debug: Adding relationship from Stage[deploy_infra] to Stage[setup_app] with 'before'
  27. debug: Adding relationship from Stage[setup_app] to Stage[deploy_app] with 'before'
  28. debug: Adding relationship from Stage[deploy_app] to Stage[deploy] with 'before'
  29. debug: Adding relationship from Class[Apt] to Class[Cassandra] with 'before'
  30. debug: Adding relationship from Anchor[apt::key B999A372 present] to Anchor[apt::key/Add key: B999A372 from Apt::Source cassandra] with 'before'
  31. debug: Creating default schedules
  32. debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does not exist
  33. debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not exist
  34. debug: Puppet::Type::User::ProviderPw: file pw does not exist
  35. debug: Failed to load library 'ldap' for feature 'ldap'
  36. debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
  37. debug: /File[/var/lib/puppet/ssl/certificate_requests]: Autorequiring File[/var/lib/puppet/ssl]
  38. debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl]
  39. debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring File[/var/lib/puppet/ssl]
  40. debug: /File[/var/lib/puppet/ssl]: Autorequiring File[/var/lib/puppet]
  41. debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
  42. debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
  43. debug: /File[/var/lib/puppet/state/graphs]: Autorequiring File[/var/lib/puppet/state]
  44. debug: /File[/var/lib/puppet/state/state.yaml]: Autorequiring File[/var/lib/puppet/state]
  45. debug: /File[/var/lib/puppet/clientbucket]: Autorequiring File[/var/lib/puppet]
  46. debug: /File[/var/lib/puppet/client_yaml]: Autorequiring File[/var/lib/puppet]
  47. debug: /File[/var/lib/puppet/state/last_run_summary.yaml]: Autorequiring File[/var/lib/puppet/state]
  48. debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
  49. debug: /File[/var/lib/puppet/client_data]: Autorequiring File[/var/lib/puppet]
  50. debug: /File[/var/lib/puppet/state/last_run_report.yaml]: Autorequiring File[/var/lib/puppet/state]
  51. debug: /File[/var/lib/puppet/ssl/private]: Autorequiring File[/var/lib/puppet/ssl]
  52. debug: /File[/var/lib/puppet/ssl/public_keys]: Autorequiring File[/var/lib/puppet/ssl]
  53. debug: Finishing transaction 70220083995040
  54. debug: Loaded state in 0.01 seconds
  55. debug: Executing '/etc/puppet/etckeeper-commit-pre'
  56. debug: Loaded state in 0.00 seconds
  57. info: Applying configuration version '1363937730'
  58. debug: /Stage[setup]/Apt/File[sources.list.d]/notify: subscribes to Exec[apt_update]
  59. debug: /Stage[setup]/Cassandra/Apt::Source[cassandra]/Apt::Key[Add key: B999A372 from Apt::Source cassandra]/Exec[fb18959ef82fb682eacc38c54387514709f05c3e]/before: requires Anchor[apt::key B999A372 present]
  60. debug: /Stage[deploy_app]/before: requires Stage[deploy]
  61. debug: /Stage[setup]/Apt/Anchor[apt::update]/require: requires Class[Apt::Update]
  62. debug: /Stage[setup_infra]/before: requires Stage[deploy_infra]
  63. debug: /Stage[setup]/before: requires Stage[main]
  64. debug: /Stage[setup]/Cassandra/Apt::Source[cassandra]/Anchor[apt::source::cassandra]/require: requires Class[Apt::Update]
  65. debug: /Stage[setup]/Cassandra/Apt::Source[cassandra]/Apt::Key[Add key: B999A372 from Apt::Source cassandra]/Anchor[apt::key B999A372 present]/before: requires Anchor[apt::key/Add key: B999A372 from Apt::Source cassandra]
  66. debug: /Stage[setup]/Cassandra/Apt::Source[cassandra]/File[cassandra.list]/notify: subscribes to Exec[apt_update]
  67. debug: /Stage[runtime]/require: requires Stage[main]
  68. debug: /Stage[runtime]/before: requires Stage[setup_infra]
  69. debug: /Stage[setup]/Cassandra/Apt::Source[cassandra]/Apt::Key[Add key: B999A372 from Apt::Source cassandra]/before: requires File[cassandra.list]
  70. debug: /Stage[setup]/Apt/File[sources.list]/notify: subscribes to Exec[apt_update]
  71. debug: /Stage[setup]/Apt/before: requires Class[Cassandra]
  72. debug: /Stage[deploy_infra]/before: requires Stage[setup_app]
  73. debug: /Stage[setup_app]/before: requires Stage[deploy_app]
  74. debug: /Stage[setup]/Cassandra/Apt::Source[cassandra]/File[cassandra.list]: Autorequiring File[sources.list.d]
  75. err: Could not apply complete catalog: Found 1 dependency cycle:
  76. (Anchor[apt::key B999A372 present] => Apt::Key[Add key: B999A372 from Apt::Source cassandra] => File[cassandra.list] => Exec[apt_update] => Class[Apt::Update] => Anchor[apt::update] => Class[Apt] => Class[Cassandra] => Apt::Source[cassandra] => File[cassandra.list])
  77. Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
  78. debug: Storing state
  79. debug: Stored state in 0.00 seconds
  80. notice: Finished catalog run in 0.05 seconds
  81. debug: Executing '/etc/puppet/etckeeper-commit-post'
  82. debug: Finishing transaction 70220083531020
  83. debug: Received report to process from test.example.com
  84. debug: Processing report from test.example.com with processor Puppet::Reports::Store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement