Skip to content

Instantly share code, notes, and snippets.

@greenmoss
Last active December 11, 2015 05:19
Show Gist options
  • Save greenmoss/4551702 to your computer and use it in GitHub Desktop.
Save greenmoss/4551702 to your computer and use it in GitHub Desktop.
rabbitmq cookbook output
testing rabbitmq/recipes/default.rb:
33 log 'trying with cache_rebuild' do
34 level :info
35 end
36 apt_repository "rabbitmq" do
37 uri "http://www.rabbitmq.com/debian/"
38 distribution "testing"
39 components ["main"]
40 key "http://www.rabbitmq.com/rabbitmq-signing-key-public.asc"
41 not_if { node['rabbitmq']['use_distro_version'] }
42 action :add
43 cache_rebuild true
44 end
45 log 'finished with cache_rebuild' do
46 level :info
47 end
[2013-01-16T23:31:01+00:00] INFO: trying with cache_rebuild
[2013-01-16T23:31:01+00:00] INFO: Processing apt_repository[rabbitmq] action add (rabbitmq::default line 36)
[2013-01-16T23:31:01+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 50)
[2013-01-16T23:31:01+00:00] DEBUG: remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] checking for changes
[2013-01-16T23:31:01+00:00] DEBUG: Sending HTTP Request via GET to www.rabbitmq.com:80/rabbitmq-signing-key-public.asc
[2013-01-16T23:31:02+00:00] DEBUG: Streaming download from http://www.rabbitmq.com/rabbitmq-signing-key-public.asc to tempfile /tmp/chef-rest20130116-1216-vsharj-0
[2013-01-16T23:31:02+00:00] DEBUG: decompressing gzip stream
[2013-01-16T23:31:02+00:00] DEBUG: remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] checking for file existence of /tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc
[2013-01-16T23:31:02+00:00] DEBUG: remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] creating /tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc
[2013-01-16T23:31:02+00:00] INFO: remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] updated
[2013-01-16T23:31:02+00:00] INFO: remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] mode changed to 644
[2013-01-16T23:31:02+00:00] INFO: Processing execute[install-key rabbitmq-signing-key-public.asc] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 69)
[2013-01-16T23:31:02+00:00] INFO: execute[install-key rabbitmq-signing-key-public.asc] ran successfully
[2013-01-16T23:31:02+00:00] DEBUG: Setting execute[apt-get update] to the state of the prior execute[apt-get update]
[2013-01-16T23:31:02+00:00] INFO: Processing file[/etc/apt/sources.list.d/rabbitmq.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 112)
[2013-01-16T23:31:02+00:00] INFO: file[/etc/apt/sources.list.d/rabbitmq.list] owner changed to 0
[2013-01-16T23:31:02+00:00] INFO: file[/etc/apt/sources.list.d/rabbitmq.list] group changed to 0
[2013-01-16T23:31:02+00:00] INFO: file[/etc/apt/sources.list.d/rabbitmq.list] mode changed to 644
[2013-01-16T23:31:02+00:00] INFO: file[/etc/apt/sources.list.d/rabbitmq.list] created file /etc/apt/sources.list.d/rabbitmq.list
[2013-01-16T23:31:02+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 50)
[2013-01-16T23:31:02+00:00] DEBUG: Doing nothing for remote_file[/tmp/vagrant-chef-1/rabbitmq-signing-key-public.asc]
[2013-01-16T23:31:02+00:00] INFO: Processing execute[install-key rabbitmq-signing-key-public.asc] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 69)
[2013-01-16T23:31:02+00:00] DEBUG: Doing nothing for execute[install-key rabbitmq-signing-key-public.asc]
[2013-01-16T23:31:02+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 96)
[2013-01-16T23:31:02+00:00] DEBUG: Doing nothing for execute[apt-get update]
[2013-01-16T23:31:02+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 101)
[2013-01-16T23:31:02+00:00] DEBUG: Doing nothing for file[/var/lib/apt/periodic/update-success-stamp]
[2013-01-16T23:31:02+00:00] INFO: Processing file[/etc/apt/sources.list.d/rabbitmq.list] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 112)
[2013-01-16T23:31:02+00:00] DEBUG: Doing nothing for file[/etc/apt/sources.list.d/rabbitmq.list]
[2013-01-16T23:31:02+00:00] INFO: Processing log[finished with cache_rebuild] action write (rabbitmq::default line 45)
[2013-01-16T23:31:02+00:00] INFO: finished with cache_rebuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment