Skip to content

Instantly share code, notes, and snippets.

@rberger
Created September 2, 2010 21:35
Show Gist options
  • Save rberger/562994 to your computer and use it in GitHub Desktop.
Save rberger/562994 to your computer and use it in GitHub Desktop.
root@swarm0_staging:~# chef-client -l debug
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin os
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin kernel
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin ruby
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin languages
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %Q(target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},bin_dir=#{::Config::CONFIG['bindir']},host_cpu=#{::Config::CONFIG['host_cpu']},host_vendor=#{::Config::CONFIG['host_vendor']},target=#{::Config::CONFIG['target']},host=#{::Config::CONFIG['host']},release_date=#{RUBY_RELEASE_DATE},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},version=#{RUBY_VERSION},platform=#{RUBY_PLATFORM},target_cpu=#{::Config::CONFIG['target_cpu']},host_os=#{::Config::CONFIG['host_os']},)" STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: target_vendor=pc,target_os=linux,bin_dir=/usr/bin,host_cpu=x86_64,host_vendor=pc,target=x86_64-pc-linux-gnu,host=x86_64-pc-linux-gnu,release_date=2009-06-12,ruby_bin=/usr/bin/ruby1.8,version=1.8.7,platform=x86_64-linux,target_cpu=x86_64,host_os=linux-gnu,
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %Q(target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},bin_dir=#{::Config::CONFIG['bindir']},host_cpu=#{::Config::CONFIG['host_cpu']},host_vendor=#{::Config::CONFIG['host_vendor']},target=#{::Config::CONFIG['target']},host=#{::Config::CONFIG['host']},release_date=#{RUBY_RELEASE_DATE},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},version=#{RUBY_VERSION},platform=#{RUBY_PLATFORM},target_cpu=#{::Config::CONFIG['target_cpu']},host_os=#{::Config::CONFIG['host_os']},)" STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %Q(target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},bin_dir=#{::Config::CONFIG['bindir']},host_cpu=#{::Config::CONFIG['host_cpu']},host_vendor=#{::Config::CONFIG['host_vendor']},target=#{::Config::CONFIG['target']},host=#{::Config::CONFIG['host']},release_date=#{RUBY_RELEASE_DATE},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},version=#{RUBY_VERSION},platform=#{RUBY_PLATFORM},target_cpu=#{::Config::CONFIG['target_cpu']},host_os=#{::Config::CONFIG['host_os']},)" STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %Q(target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},bin_dir=#{::Config::CONFIG['bindir']},host_cpu=#{::Config::CONFIG['host_cpu']},host_vendor=#{::Config::CONFIG['host_vendor']},target=#{::Config::CONFIG['target']},host=#{::Config::CONFIG['host']},release_date=#{RUBY_RELEASE_DATE},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},version=#{RUBY_VERSION},platform=#{RUBY_PLATFORM},target_cpu=#{::Config::CONFIG['target_cpu']},host_os=#{::Config::CONFIG['host_os']},)" STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (ruby -e "require 'rbconfig'; puts %Q(target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},bin_dir=#{::Config::CONFIG['bindir']},host_cpu=#{::Config::CONFIG['host_cpu']},host_vendor=#{::Config::CONFIG['host_vendor']},target=#{::Config::CONFIG['target']},host=#{::Config::CONFIG['host']},release_date=#{RUBY_RELEASE_DATE},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},version=#{RUBY_VERSION},platform=#{RUBY_PLATFORM},target_cpu=#{::Config::CONFIG['target_cpu']},host_os=#{::Config::CONFIG['host_os']},)") returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %x{/usr/bin/ruby1.8 /usr/bin/gem env gemdir}.chomp!" STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: /usr/lib/ruby/gems/1.8
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %x{/usr/bin/ruby1.8 /usr/bin/gem env gemdir}.chomp!" STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %x{/usr/bin/ruby1.8 /usr/bin/gem env gemdir}.chomp!" STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %x{/usr/bin/ruby1.8 /usr/bin/gem env gemdir}.chomp!" STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (ruby -e "require 'rbconfig'; puts %x{/usr/bin/ruby1.8 /usr/bin/gem env gemdir}.chomp!") returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -s STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Linux
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -s STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -s STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -s STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (uname -s) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -r STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: 2.6.31-302-ec2
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -r STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -r STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -r STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (uname -r) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: #7-Ubuntu SMP Tue Oct 13 19:55:22 UTC 2009
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (uname -v) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -m STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: x86_64
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -m STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin uname -m STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End uname -m STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (uname -m) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin network
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin hostname
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin linux::hostname
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin hostname -s STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ip-10-161-99-137
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End hostname -s STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin hostname -s STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End hostname -s STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (hostname -s) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin hostname --fqdn STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ip-10-161-99-137.us-west-1.compute.internal
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End hostname --fqdn STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin hostname --fqdn STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End hostname --fqdn STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (hostname --fqdn) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin linux::network
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin route -n | grep -m 1 ^0.0.0.0 | awk '{print $8}' STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: eth0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End route -n | grep -m 1 ^0.0.0.0 | awk '{print $8}' STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin route -n | grep -m 1 ^0.0.0.0 | awk '{print $8}' STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End route -n | grep -m 1 ^0.0.0.0 | awk '{print $8}' STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (route -n | grep -m 1 ^0.0.0.0 | awk '{print $8}') returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin keys
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin php
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Failed to run: php -v, assuming command not found
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin php -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End php -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin php -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Failed to run: php -v, assuming command not found
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End php -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (php -v) returned 42
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin platform
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin linux::platform
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin linux::lsb
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin groovy
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Failed to run: groovy -v, assuming command not found
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin groovy -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End groovy -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin groovy -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Failed to run: groovy -v, assuming command not found
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End groovy -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (groovy -v) returned 42
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin ohai
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin lua
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Failed to run: lua -v, assuming command not found
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin lua -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End lua -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin lua -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Failed to run: lua -v, assuming command not found
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End lua -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (lua -v) returned 42
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin uptime
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin command
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin dmi
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin dmidecode --version STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: 2.9
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End dmidecode --version STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin dmidecode --version STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End dmidecode --version STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (dmidecode --version) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin dmidecode -s bios-vendor STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End dmidecode -s bios-vendor STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin dmidecode -s bios-vendor STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: /dev/mem: mmap: Bad address
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End dmidecode -s bios-vendor STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Plugin dmi threw exception #<Ohai::Exceptions::Exec: returned 1, expected 0> /usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/mixin/command.rb:82:in `run_command'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/mixin/command.rb:48:in `chdir'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/mixin/command.rb:48:in `run_command'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:73:in `from'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/plugins/dmi.rb:27:in `from_file'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:199:in `require_plugin'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:194:in `each'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:194:in `require_plugin'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:126:in `all_plugins'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:119:in `each'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:119:in `all_plugins'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:117:in `each'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:117:in `all_plugins'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:145:in `run_ohai'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:73:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:212:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `loop'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application.rb:62:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/chef-client:26
/usr/bin/chef-client:19:in `load'
/usr/bin/chef-client:19
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin java
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin java -version STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End java -version STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin java -version STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End java -version STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (java -version) returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin chef
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin python
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin python -c "import sys; print sys.version" STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: 2.6.4 (r264:75706, Dec 7 2009, 18:43:55)
[GCC 4.4.1]
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End python -c "import sys; print sys.version" STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin python -c "import sys; print sys.version" STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End python -c "import sys; print sys.version" STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (python -c "import sys; print sys.version") returned 0
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Loading plugin c
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin gcc -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End gcc -v STDOUT ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- Begin gcc -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: ---- End gcc -v STDERR ----
[Thu, 02 Sep 2010 21:33:32 +0000] DEBUG: Ran (gcc -v) returned 0
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin /lib/libc.so.6 STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: GNU C Library (EGLIBC) stable release version 2.10.1, by Roland McGrath et al.
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.4.1.
Compiled on a Linux >>2.6.24-23-server<< system on 2010-01-03.
Available extensions:
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
For bug reporting instructions, please see:
<http://www.eglibc.org/issues/>.
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End /lib/libc.so.6 STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin /lib/libc.so.6 STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End /lib/libc.so.6 STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (/lib/libc.so.6) returned 0
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin cl /? STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End cl /? STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin cl /? STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: sh: cl: not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End cl /? STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (cl /?) returned 127
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin devenv.com /? STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End devenv.com /? STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin devenv.com /? STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: sh: devenv.com: not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End devenv.com /? STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (devenv.com /?) returned 127
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Failed to run: xlc -qversion, assuming command not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin xlc -qversion STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End xlc -qversion STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin xlc -qversion STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Failed to run: xlc -qversion, assuming command not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End xlc -qversion STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (xlc -qversion) returned 42
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin cc -V -flags STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End cc -V -flags STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin cc -V -flags STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: cc: error trying to exec 'x86_64-linux-gnu-gcc--flags': execvp: No such file or directory
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End cc -V -flags STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (cc -V -flags) returned 0
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Failed to run: what /opt/ansic/bin/cc, assuming command not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin what /opt/ansic/bin/cc STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End what /opt/ansic/bin/cc STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin what /opt/ansic/bin/cc STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Failed to run: what /opt/ansic/bin/cc, assuming command not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End what /opt/ansic/bin/cc STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (what /opt/ansic/bin/cc) returned 42
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin virtualization
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::virtualization
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin passwd
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin ec2
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin mono
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Failed to run: mono -V, assuming command not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin mono -V STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End mono -V STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin mono -V STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Failed to run: mono -V, assuming command not found
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End mono -V STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (mono -V) returned 42
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin rackspace
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin ohai_time
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin cloud
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin erlang
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin erl +V STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End erl +V STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin erl +V STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 5.7.2
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End erl +V STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (erl +V) returned 0
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin perl
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin perl -V:version -V:archname STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: version='5.10.0';
archname='x86_64-linux-gnu-thread-multi';
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End perl -V:version -V:archname STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin perl -V:version -V:archname STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End perl -V:version -V:archname STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (perl -V:version -V:archname) returned 0
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin network_listeners
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Plugin network_listeners threw exception #<LoadError: no such file to load -- sigar> /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/plugins/network_listeners.rb:19:in `from_file'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:199:in `require_plugin'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:194:in `each'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:194:in `require_plugin'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:126:in `all_plugins'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:119:in `each'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:119:in `all_plugins'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:117:in `each'
/usr/lib/ruby/gems/1.8/gems/ohai-0.5.6/lib/ohai/system.rb:117:in `all_plugins'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:145:in `run_ohai'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:73:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:212:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `loop'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application.rb:62:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/chef-client:26
/usr/bin/chef-client:19:in `load'
/usr/bin/chef-client:19
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::kernel
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin uname -o STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: GNU/Linux
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End uname -o STDOUT ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- Begin uname -o STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG:
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: ---- End uname -o STDERR ----
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Ran (uname -o) returned 0
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::ps
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::ssh_host_key
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::cpu
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::filesystem
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::uptime
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::block_device
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Loading plugin linux::memory
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Client key /etc/chef/client.pem is present - skipping registration
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Building node object for
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:QFED8BTeqsrrcfjIEABQ3YIHol8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:33Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"RDORfQWuFDi2EHtbTQl7CBDkYHm91CWYhtwD3+rpwbvb7NtvBcnoTbSzbYjW", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"tOWs0EXB/gImaItJ9DI5awJdyMKhAvXofAMPe5tJjjz7kD0MRVuTrkHana2v", "X-Ops-Authorization-3"=>"4N4Gjsjmkd+uPClg9nykgSlZUvEpwKoBl6r9j6R/wTPI3M67jYJtYiUHc0uZ", "X-Ops-Authorization-4"=>"UdUt0Y10LmHcRH0ewf6WtbTKGTQaK9WgktmhkWeg/Fv3rOnsvP1flGZaFVGq", "X-Ops-Authorization-5"=>"Lw1N5rgg8t3eL9CeNnyygAcuKXHUa9iBMT2Wt9tWm4SRyJZ4BlBwV7YHXVlo", "X-Ops-Authorization-6"=>"kmEAxm2iFB4xW3PbGnciQNtU2YG0t8ccuvezQqrE3w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:33Z"}
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//nodes/i-e031cda4
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Extracting run list from JSON attributes provided on command line
[Thu, 02 Sep 2010 21:33:33 +0000] INFO: Setting the run_list to ["role[runa_base]", "role[staging]", "role[swarm]"] from JSON
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Platform is ubuntu version 9.10
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: String to sign: 'Method:PUT
Hashed Path:QFED8BTeqsrrcfjIEABQ3YIHol8=
X-Ops-Content-Hash:6LNGDzIYjYShjtyETcL06HR0bPQ=
X-Ops-Timestamp:2010-09-02T21:33:33Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"6LNGDzIYjYShjtyETcL06HR0bPQ=", "X-Ops-Authorization-1"=>"Qk3sB6Et5Uw+te1RsBWObAHg5etqgmQ1Ew07zJXhWwrS3F8ve3rofHitTc62", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"r6fx5CTooZzLgkw8bl1WVbFprSJ+6LnCRh1Y4K/wEB9w7YWpwnACRyesKnvr", "X-Ops-Authorization-3"=>"AMW+i048sfyg5U1457EBZEGDnX40hy4pCXaObu5xAGtGvQAU6MY3vGQPKXoZ", "X-Ops-Authorization-4"=>"RM83d9OLpVI2bUPvg9A5SoAXzwM9wZC6pyhtolxtAgIpn9fuPSFV3KLHZ3CV", "X-Ops-Authorization-5"=>"O1+GY1Iwe2jh0nmcEfdDOLL63QqLCHsHnl5G6KBhOMwmkoGTYLAfHeo/C3Li", "X-Ops-Authorization-6"=>"l9DoXoXwVsLNwhQoimO0+xEb24VxjfDby0N65UyPAA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:33Z"}
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Sending HTTP Request via PUT to chef-server-staging.runa.com:4000//nodes/i-e031cda4
[Thu, 02 Sep 2010 21:33:33 +0000] INFO: Starting Chef Run (Version 0.9.8)
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Synchronizing cookbooks
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:00SjWiEoU3VvnOOsqslHuB0jA/M=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:33Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Q1wcvawMY/1xXmIWXBVnmujrRx2avyp5jaUXtfKifFkIrRYG0x5TSCLeFZMN", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"EB86SdOxWk4W78oFWzXDLvCIbLkSFvGA0r19pCwY7LLZ+xn6n/cEJdFLweMI", "X-Ops-Authorization-3"=>"cZuC7xaGY/Mu6cMH3UXcbykCzvurCFecoVJuUFypeieFRRrRRnRolk0gX4km", "X-Ops-Authorization-4"=>"1j5Y54UOzU34MwRTwC0rcYYQByrOiQ8WYgRADtWttOFCblbySG/QfYyD13BR", "X-Ops-Authorization-5"=>"5Esup95+Gi4SSVaL8DMSdjjzgF4GMY4ce077mDh5b/1O1WQpiaQg0aU2156I", "X-Ops-Authorization-6"=>"Ib6mt6NHEW1VLMRKK7GKK/WIaK8i7bK6ap/d9bWIMw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:33Z"}
[Thu, 02 Sep 2010 21:33:33 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//nodes/i-e031cda4/cookbooks
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Cookbooks to load: {"mysql"=>#<Chef::CookbookVersion:0x7effc4e52bb0 @template_filenames=["my.cnf.erb", "mysql-server.seed.erb", "grants.sql.erb", "my.cnf.erb", "my.cnf.erb", "my.cnf.erb", "my.cnf.erb", "my.cnf.erb", "port_mysql.erb", "debian.cnf.erb", "my.cnf.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb", "server_ec2"=>"server_ec2.rb", "server"=>"server.rb", "client"=>"client.rb", "server2"=>"server2.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"templates/ubuntu-9.10/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f1a6e4966911140ff4df5aed4d86b0e6", "checksum"=>"f1a6e4966911140ff4df5aed4d86b0e6", "path"=>"templates/ubuntu-9.10/my.cnf.erb", "specificity"=>"ubuntu-9.10"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bd3ba2d05dea6a8cf0dc2a45f540cc32", "checksum"=>"bd3ba2d05dea6a8cf0dc2a45f540cc32", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/mysql-server.seed.erb"=>{"name"=>"mysql-server.seed.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/096fe3dcc11747fd9e4f6786c595ba2d", "checksum"=>"096fe3dcc11747fd9e4f6786c595ba2d", "path"=>"templates/default/mysql-server.seed.erb", "specificity"=>"default"}, "providers/database.rb"=>{"name"=>"database.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b994881a2aba60e32c4b6408ffba993d", "checksum"=>"b994881a2aba60e32c4b6408ffba993d", "path"=>"providers/database.rb", "specificity"=>"default"}, "monitoring.features"=>{"name"=>"monitoring.features", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/ba02bc0c8f81286fde3590ed40ded806", "checksum"=>"ba02bc0c8f81286fde3590ed40ded806", "path"=>"monitoring.features", "specificity"=>"default"}, "monitoring_steps.rb"=>{"name"=>"monitoring_steps.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f838289ad139523e3971b0362c41d1f8", "checksum"=>"f838289ad139523e3971b0362c41d1f8", "path"=>"monitoring_steps.rb", "specificity"=>"default"}, "templates/ubuntu-10.04/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f1a6e4966911140ff4df5aed4d86b0e6", "checksum"=>"f1a6e4966911140ff4df5aed4d86b0e6", "path"=>"templates/ubuntu-10.04/my.cnf.erb", "specificity"=>"ubuntu-10.04"}, "templates/default/debian.cnf.erb"=>{"name"=>"debian.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/28bd6fe21c4c37a09f34532c3128e79c", "checksum"=>"28bd6fe21c4c37a09f34532c3128e79c", "path"=>"templates/default/debian.cnf.erb", "specificity"=>"default"}, "templates/debian/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f5042dadfc498c2e07348da46566c809", "checksum"=>"f5042dadfc498c2e07348da46566c809", "path"=>"templates/debian/my.cnf.erb", "specificity"=>"debian"}, "libraries/database.rb"=>{"name"=>"database.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b2eb0760c07734be9c637dcffc86175a", "checksum"=>"b2eb0760c07734be9c637dcffc86175a", "path"=>"libraries/database.rb", "specificity"=>"default"}, "service_binding.rb"=>{"name"=>"service_binding.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4516f9c63cf19e3174cb34ea5c8ef80e", "checksum"=>"4516f9c63cf19e3174cb34ea5c8ef80e", "path"=>"service_binding.rb", "specificity"=>"default"}, "templates/ubuntu-8.04/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/91452599a4e48d9956297d209d880834", "checksum"=>"91452599a4e48d9956297d209d880834", "path"=>"templates/ubuntu-8.04/my.cnf.erb", "specificity"=>"ubuntu-8.04"}, "recipes/server2.rb"=>{"name"=>"server2.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e652fc95491810a9e9debfc7ee62518b", "checksum"=>"e652fc95491810a9e9debfc7ee62518b", "path"=>"recipes/server2.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bea042f6809ca033775814b99d39b8fe", "checksum"=>"bea042f6809ca033775814b99d39b8fe", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4668d197dc303c16c7519cce1e295bf0", "checksum"=>"4668d197dc303c16c7519cce1e295bf0", "path"=>"README.rdoc", "specificity"=>"default"}, "templates/centos/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/63bd67fae6d297e8f658e9c0ad01a411", "checksum"=>"63bd67fae6d297e8f658e9c0ad01a411", "path"=>"templates/centos/my.cnf.erb", "specificity"=>"centos"}, "templates/default/grants.sql.erb"=>{"name"=>"grants.sql.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4f635779e426d91a0b481f5eedc62e83", "checksum"=>"4f635779e426d91a0b481f5eedc62e83", "path"=>"templates/default/grants.sql.erb", "specificity"=>"default"}, "recipes/server.rb"=>{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/9ad59082440f88654763abdf7388b9e3", "checksum"=>"9ad59082440f88654763abdf7388b9e3", "path"=>"recipes/server.rb", "specificity"=>"default"}, "attributes/server.rb"=>{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/1de0d57cd17e3311c0248a7f013d0683", "checksum"=>"1de0d57cd17e3311c0248a7f013d0683", "path"=>"attributes/server.rb", "specificity"=>"default"}, "resources/database.rb"=>{"name"=>"database.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/8aa8e2cafe54c2932c7aa65d62ec2695", "checksum"=>"8aa8e2cafe54c2932c7aa65d62ec2695", "path"=>"resources/database.rb", "specificity"=>"default"}, "templates/default/port_mysql.erb"=>{"name"=>"port_mysql.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/d2244150a145b3f658cd37c13269fafc", "checksum"=>"d2244150a145b3f658cd37c13269fafc", "path"=>"templates/default/port_mysql.erb", "specificity"=>"default"}, "templates/redhat/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/63bd67fae6d297e8f658e9c0ad01a411", "checksum"=>"63bd67fae6d297e8f658e9c0ad01a411", "path"=>"templates/redhat/my.cnf.erb", "specificity"=>"redhat"}, "templates/default/my.cnf.erb"=>{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/66cc3bae4afba698d7ff83d5be5588f4", "checksum"=>"66cc3bae4afba698d7ff83d5be5588f4", "path"=>"templates/default/my.cnf.erb", "specificity"=>"default"}, "recipes/server_ec2.rb"=>{"name"=>"server_ec2.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f51bd8122b7dccc9f4656319fef3252a", "checksum"=>"f51bd8122b7dccc9f4656319fef3252a", "path"=>"recipes/server_ec2.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726", "checksum"=>"e6be57b4904be953bc1aa07bd2fa5726", "path"=>"metadata.json", "specificity"=>"default"}, "recipes/client.rb"=>{"name"=>"client.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/469c26044cc972ae72b95fd3432416ff", "checksum"=>"469c26044cc972ae72b95fd3432416ff", "path"=>"recipes/client.rb", "specificity"=>"default"}}, @provider_filenames=["database.rb"], @recipe_filenames=["server2.rb", "server_ec2.rb", "server.rb", "default.rb", "client.rb"], @manifest={"name"=>"mysql-0.21.2", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/1de0d57cd17e3311c0248a7f013d0683", "checksum"=>"1de0d57cd17e3311c0248a7f013d0683", "path"=>"attributes/server.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{"openssl"=>[]}, "name"=>"mysql", "maintainer_email"=>"youremail@example.com", "attributes"=>{"mysql/server_root_password"=>{"required"=>"optional", "calculated"=>false, "default"=>"randomly generated", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Server Root Password", "description"=>"Randomly generated password for the mysqld root user"}, "mysql/_service/mysql_server/monitor_user_id"=>{"is_service_attribute"=>true, "required"=>"optional", "transform"=>"monitor", "calculated"=>false, "choice"=>[], "type"=>"string", "recipes"=>["mysql::server", "mysql::server2"]}, "mysql/tunable/max_heap_table_size"=>{"required"=>"optional", "calculated"=>false, "default"=>"32M", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Max Heap Table Size"}, "mysql/sap"=>{"required"=>"optional", "transform"=>[{"port"=>3306, "binding_addr_constraints"=>["172.22.10.0/24"], "protocol"=>"tcp", "application"=>"sql::mysql", "type"=>"inet"}, {"type"=>"unix_socket", "socket"=>"/var/run/mysqld/mysqld.sock"}], "calculated"=>false, "choice"=>[], "type"=>"string", "recipes"=>["mysql::server", "mysql::server2"], "is_canonical_attribute"=>true}, "mysql/bind_address"=>{"required"=>"optional", "calculated"=>false, "default"=>"ipaddress", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Bind Address", "description"=>"Address that mysqld should listen on"}, "mysql/datadir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/var/lib/mysql", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Data Directory", "description"=>"Location of mysql databases"}, "mysql/_service/mysql_server/db_info"=>{"is_service_attribute"=>true, "required"=>"optional", "transform"=>[{"username"=>"monitor", "database"=>"mysql", "password"=>{"__ref"=>"node[mysql][server_monitor_password]"}}], "calculated"=>false, "choice"=>[], "type"=>"string", "recipes"=>["mysql::server", "mysql::server2"]}, "mysql/tunable/wait_timeout"=>{"required"=>"optional", "calculated"=>false, "default"=>"180", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Wait Timeout"}, "mysql/tunable/back_log"=>{"required"=>"optional", "calculated"=>false, "default"=>"128", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Back Log"}, "mysql/tunable/net_read_timeout"=>{"required"=>"optional", "calculated"=>false, "default"=>"30", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Net Read Timeout"}, "mysql/tunable/max_connections"=>{"required"=>"optional", "calculated"=>false, "default"=>"800", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Max Connections"}, "mysql/tunable"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"MySQL Tunables", "description"=>"Hash of MySQL tunable attributes"}, "mysql/tunable/table_cache"=>{"required"=>"optional", "calculated"=>false, "default"=>"128", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Table Cache"}, "mysql/ec2_path"=>{"required"=>"optional", "calculated"=>false, "default"=>"/mnt/mysql", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL EC2 Path", "description"=>"Location of mysql directory on EC2 instance EBS volumes"}, "mysql/tunable/key_buffer"=>{"required"=>"optional", "calculated"=>false, "default"=>"250M", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tuntable Key Buffer"}, "mysql/tunable/net_write_timeout"=>{"required"=>"optional", "calculated"=>false, "default"=>"30", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Net Write Timeout"}}, "license"=>"Apache v2.0", "maintainer"=>"Your Name", "platforms"=>{"debian"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nInstalls and configures MySQL client or server.\n\n= REQUIREMENTS:\n\n== Platform:\n\nBest tested on Ubuntu 9.04,9.10. On EC2, requires platform that supports -o bind option for the 'mount' command.\n\n== Cookbooks:\n\nRequires Opscode's openssl cookbook for secure password generation.\n\nRequires a C compiler and Ruby development package in order to build mysql gem with native extensions. On Debian and Ubuntu systems this is satisfied by installing the \"build-essential\" and \"ruby-dev\" packages before running Chef. See USAGE below for information on how to handle this during a Chef run.\n\n= ATTRIBUTES: \n\n* mysql[:server_root_password] - Set the server's root password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.\n* mysql[:server_repl_password] - Set the replication user 'repl' password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.\n* mysql[:server_debian_password] - Set the debian-sys-maint user password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.\n* mysql[:bind_address] - Listen address for MySQLd, default is node's ipaddress.\n* mysql[:datadir] - Location for mysql data directory, default is \"/var/lib/mysql\" \n* mysql[:ec2_path] - location of mysql datadir on EC2 nodes, default \"/mnt/mysql\" \n\nPerformance tuning attributes, each corresponds to the same-named parameter in my.cnf; default values listed\n\n* mysql[:tunable][:key_buffer] = \"250M\"\n* mysql[:tunable][:max_connections] = \"800\" \n* mysql[:tunable][:wait_timeout] = \"180\" \n* mysql[:tunable][:net_write_timeout] = \"30\" \n* mysql[:tunable][:net_write_timeout] = \"30\" \n* mysql[:tunable][:back_log] = \"128\" \n* mysql[:tunable][:table_cache] = \"128\" \n* mysql[:tunable][:max_heap_table_size] = \"32M\" \n\n= USAGE:\n\nOn client nodes,\n\n include_recipe \"mysql::client\"\n \nAs the common use case is on systems with Ruby, we also install the MySQL RubyGem. Because we may want to be able to use the gem within another Chef recipe, we make sure the mysql development package and gem are installed first. The key is this:\n\n r = package ... do\n action :nothing\n end\n \n r.run_action(:install)\n \nThis creates a resource object for the package and does the installation before other recipes are parsed. You'll need to have the C compiler and such (ie, build-essential on Ubuntu) before running the recipes, but we already do that when installing Chef :-). If you want to be able to access a MySQL database via Ruby within another recipe, you could do so, like so:\n\n Gem.clear_paths # needed for Chef to find the gem...\n require 'mysql' # requires the mysql gem\n\n execute \"create \#{node[:railsapp][:db][:database]} database\" do\n command \"/usr/bin/mysqladmin -u root -p\#{node[:mysql][:server_root_password]} create \#{node[:railsapp][:db][:database]}\"\n not_if do\n m = Mysql.new(\"localhost\", \"root\", @node[:mysql][:server_root_password])\n m.list_dbs.include?(@node[:railsapp][:db][:database])\n end\n end\n\nOn server nodes, \n\n include_recipe \"mysql::server\"\n \nOn Debian/Ubuntu this will preseed the MySQL package with the randomly generated root password. You can of course change the password afterward, but this makes sure that there's a good password set. You can view it in the node data in the Chef Server webui. Sets a new password for debian-sys-maint user as well.\n\nAlso sets up 'repl' user grants for replication slaves.\n\nOn EC2 nodes,\n\n include_recipe \"mysql::server_ec2\"\n \nWhen the ec2_path doesn't exist we look for a mounted filesystem (eg, EBS) and move the datadir there.\n\nThe client recipe is already included by server and 'default' recipes.\n\nTo make sure that a C compiler and the Ruby development libraries are installed, use the following run list in the node or in a role:\n\n{\n \"run_list\": [\n \"recipe[build-essential]\",\n \"recipe[ruby]\",\n \"recipe[mysql::server]\"\n ]\n}\n\nThe build-essential and ruby cookbooks install the packages in question during the \"execution\" phase of the Chef client run, rather than the compile phase when the MySQL gem is installed. To work around this for now until the build-essential and ruby packages are updated, modify your local copies of the recipes:\n\nIn the Opscode build-essential default recipe:\n\n %w{build-essential binutils-doc}.each do |pkg|\n p = package pkg do\n action :nothing\n end\n p.run_action(:install)\n end\n\nAnd the ruby recipe to have the following:\n\nextra_packages.each do |pkg|\n p = package pkg do\n action :nothing\n end\n p.run_action(:install)\nend\n\nThese cookbooks aren't strict dependencies, and not if the installation process already included installing build-essential and ruby1.8-dev (e.g. RubyGems installation).\n\nFor more infromation on the compile vs execution phase of a Chef run:\n\nhttp://wiki.opscode.com/display/chef/Anatomy+of+a+Chef+Run\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\nAuthor:: AJ Christensen (<aj@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n__[{:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop::slave\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs_runa\"}], :description=>\"a hadoop dfs report is availble\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}, {\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityTotal\"}, {\"critical\"=>\"\", \"object_name\"=>\"java.lang:type=Memory\", \"warning\"=>\"\", \"attribute\"=>\"HeapMemoryUsage.used\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop::master\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs\"}], :description=>\"a hadoop dfs report is available\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityRemaining\"}, {\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:applicability_conditions=>[\"lambda{|p|p[:db_info] and p[:db_info].find{|x|x[:username] == p[:monitor_user_id]}}\"], :params=>[\"db_info\", \"monitor_user_id\"], :name=>\"mysql_basic_health\"}], :description=>\"the user 'monitor_user_id' should be able to log into this service\"}], :service_name=>\"mysql_server\", :recipe_names=>[\"mysql::server\", \"mysql::server2\"]}]__", "version"=>"0.21.2", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"mysql::server2"=>"Installs packages required for mysql servers w/o manual intervention", "mysql::client"=>"Installs packages required for mysql clients using run_action magic", "mysql::server_ec2"=>"Performs EC2-specific mountpoint manipulation", "mysql::server"=>"Installs packages required for mysql servers w/o manual intervention"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs and configures mysql for client or server", "providing"=>{}}, "providers"=>[{"name"=>"database.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b994881a2aba60e32c4b6408ffba993d", "checksum"=>"b994881a2aba60e32c4b6408ffba993d", "path"=>"providers/database.rb", "specificity"=>"default"}], "cookbook_name"=>"mysql", "resources"=>[{"name"=>"database.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/8aa8e2cafe54c2932c7aa65d62ec2695", "checksum"=>"8aa8e2cafe54c2932c7aa65d62ec2695", "path"=>"resources/database.rb", "specificity"=>"default"}], "templates"=>[{"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f1a6e4966911140ff4df5aed4d86b0e6", "checksum"=>"f1a6e4966911140ff4df5aed4d86b0e6", "path"=>"templates/ubuntu-9.10/my.cnf.erb", "specificity"=>"ubuntu-9.10"}, {"name"=>"mysql-server.seed.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/096fe3dcc11747fd9e4f6786c595ba2d", "checksum"=>"096fe3dcc11747fd9e4f6786c595ba2d", "path"=>"templates/default/mysql-server.seed.erb", "specificity"=>"default"}, {"name"=>"grants.sql.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4f635779e426d91a0b481f5eedc62e83", "checksum"=>"4f635779e426d91a0b481f5eedc62e83", "path"=>"templates/default/grants.sql.erb", "specificity"=>"default"}, {"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/66cc3bae4afba698d7ff83d5be5588f4", "checksum"=>"66cc3bae4afba698d7ff83d5be5588f4", "path"=>"templates/default/my.cnf.erb", "specificity"=>"default"}, {"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/63bd67fae6d297e8f658e9c0ad01a411", "checksum"=>"63bd67fae6d297e8f658e9c0ad01a411", "path"=>"templates/centos/my.cnf.erb", "specificity"=>"centos"}, {"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f1a6e4966911140ff4df5aed4d86b0e6", "checksum"=>"f1a6e4966911140ff4df5aed4d86b0e6", "path"=>"templates/ubuntu-10.04/my.cnf.erb", "specificity"=>"ubuntu-10.04"}, {"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f5042dadfc498c2e07348da46566c809", "checksum"=>"f5042dadfc498c2e07348da46566c809", "path"=>"templates/debian/my.cnf.erb", "specificity"=>"debian"}, {"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/63bd67fae6d297e8f658e9c0ad01a411", "checksum"=>"63bd67fae6d297e8f658e9c0ad01a411", "path"=>"templates/redhat/my.cnf.erb", "specificity"=>"redhat"}, {"name"=>"port_mysql.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/d2244150a145b3f658cd37c13269fafc", "checksum"=>"d2244150a145b3f658cd37c13269fafc", "path"=>"templates/default/port_mysql.erb", "specificity"=>"default"}, {"name"=>"debian.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/28bd6fe21c4c37a09f34532c3128e79c", "checksum"=>"28bd6fe21c4c37a09f34532c3128e79c", "path"=>"templates/default/debian.cnf.erb", "specificity"=>"default"}, {"name"=>"my.cnf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/91452599a4e48d9956297d209d880834", "checksum"=>"91452599a4e48d9956297d209d880834", "path"=>"templates/ubuntu-8.04/my.cnf.erb", "specificity"=>"ubuntu-8.04"}], "libraries"=>[{"name"=>"database.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b2eb0760c07734be9c637dcffc86175a", "checksum"=>"b2eb0760c07734be9c637dcffc86175a", "path"=>"libraries/database.rb", "specificity"=>"default"}], "version"=>"0.21.2", "recipes"=>[{"name"=>"server2.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e652fc95491810a9e9debfc7ee62518b", "checksum"=>"e652fc95491810a9e9debfc7ee62518b", "path"=>"recipes/server2.rb", "specificity"=>"default"}, {"name"=>"server_ec2.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f51bd8122b7dccc9f4656319fef3252a", "checksum"=>"f51bd8122b7dccc9f4656319fef3252a", "path"=>"recipes/server_ec2.rb", "specificity"=>"default"}, {"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/9ad59082440f88654763abdf7388b9e3", "checksum"=>"9ad59082440f88654763abdf7388b9e3", "path"=>"recipes/server.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bd3ba2d05dea6a8cf0dc2a45f540cc32", "checksum"=>"bd3ba2d05dea6a8cf0dc2a45f540cc32", "path"=>"recipes/default.rb", "specificity"=>"default"}, {"name"=>"client.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/469c26044cc972ae72b95fd3432416ff", "checksum"=>"469c26044cc972ae72b95fd3432416ff", "path"=>"recipes/client.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"monitoring_steps.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f838289ad139523e3971b0362c41d1f8", "checksum"=>"f838289ad139523e3971b0362c41d1f8", "path"=>"monitoring_steps.rb", "specificity"=>"default"}, {"name"=>"monitoring.features", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/ba02bc0c8f81286fde3590ed40ded806", "checksum"=>"ba02bc0c8f81286fde3590ed40ded806", "path"=>"monitoring.features", "specificity"=>"default"}, {"name"=>"service_binding.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4516f9c63cf19e3174cb34ea5c8ef80e", "checksum"=>"4516f9c63cf19e3174cb34ea5c8ef80e", "path"=>"service_binding.rb", "specificity"=>"default"}, {"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4668d197dc303c16c7519cce1e295bf0", "checksum"=>"4668d197dc303c16c7519cce1e295bf0", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bea042f6809ca033775814b99d39b8fe", "checksum"=>"bea042f6809ca033775814b99d39b8fe", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726", "checksum"=>"e6be57b4904be953bc1aa07bd2fa5726", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["server.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e52980 @rest=#<Chef::REST:0x7effc4e52908 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e52868 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=["database.rb"], @attribute_filenames_by_short_filename={"server"=>"server.rb"}, @file_filenames=[], @root_filenames=["monitoring_steps.rb", "monitoring.features", "service_binding.rb", "README.rdoc", "metadata.rb", "metadata.json"], @checksums={"63bd67fae6d297e8f658e9c0ad01a411"=>nil, "4516f9c63cf19e3174cb34ea5c8ef80e"=>nil, "f5042dadfc498c2e07348da46566c809"=>nil, "bea042f6809ca033775814b99d39b8fe"=>nil, "ba02bc0c8f81286fde3590ed40ded806"=>nil, "66cc3bae4afba698d7ff83d5be5588f4"=>nil, "f51bd8122b7dccc9f4656319fef3252a"=>nil, "8aa8e2cafe54c2932c7aa65d62ec2695"=>nil, "4668d197dc303c16c7519cce1e295bf0"=>nil, "d2244150a145b3f658cd37c13269fafc"=>nil, "096fe3dcc11747fd9e4f6786c595ba2d"=>nil, "b2eb0760c07734be9c637dcffc86175a"=>nil, "28bd6fe21c4c37a09f34532c3128e79c"=>nil, "b994881a2aba60e32c4b6408ffba993d"=>nil, "e6be57b4904be953bc1aa07bd2fa5726"=>nil, "f838289ad139523e3971b0362c41d1f8"=>nil, "f1a6e4966911140ff4df5aed4d86b0e6"=>nil, "4f635779e426d91a0b481f5eedc62e83"=>nil, "9ad59082440f88654763abdf7388b9e3"=>nil, "e652fc95491810a9e9debfc7ee62518b"=>nil, "1de0d57cd17e3311c0248a7f013d0683"=>nil, "469c26044cc972ae72b95fd3432416ff"=>nil, "bd3ba2d05dea6a8cf0dc2a45f540cc32"=>nil, "91452599a4e48d9956297d209d880834"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e4af50 @suggestions={}, @license="Apache v2.0", @replacing={}, @maintainer_email="youremail@example.com", @recommendations={}, @providing={}, @maintainer="Your Name", @cookbook=nil, @version="0.21.2", @long_description="= DESCRIPTION:\n\nInstalls and configures MySQL client or server.\n\n= REQUIREMENTS:\n\n== Platform:\n\nBest tested on Ubuntu 9.04,9.10. On EC2, requires platform that supports -o bind option for the 'mount' command.\n\n== Cookbooks:\n\nRequires Opscode's openssl cookbook for secure password generation.\n\nRequires a C compiler and Ruby development package in order to build mysql gem with native extensions. On Debian and Ubuntu systems this is satisfied by installing the \"build-essential\" and \"ruby-dev\" packages before running Chef. See USAGE below for information on how to handle this during a Chef run.\n\n= ATTRIBUTES: \n\n* mysql[:server_root_password] - Set the server's root password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.\n* mysql[:server_repl_password] - Set the replication user 'repl' password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.\n* mysql[:server_debian_password] - Set the debian-sys-maint user password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.\n* mysql[:bind_address] - Listen address for MySQLd, default is node's ipaddress.\n* mysql[:datadir] - Location for mysql data directory, default is \"/var/lib/mysql\" \n* mysql[:ec2_path] - location of mysql datadir on EC2 nodes, default \"/mnt/mysql\" \n\nPerformance tuning attributes, each corresponds to the same-named parameter in my.cnf; default values listed\n\n* mysql[:tunable][:key_buffer] = \"250M\"\n* mysql[:tunable][:max_connections] = \"800\" \n* mysql[:tunable][:wait_timeout] = \"180\" \n* mysql[:tunable][:net_write_timeout] = \"30\" \n* mysql[:tunable][:net_write_timeout] = \"30\" \n* mysql[:tunable][:back_log] = \"128\" \n* mysql[:tunable][:table_cache] = \"128\" \n* mysql[:tunable][:max_heap_table_size] = \"32M\" \n\n= USAGE:\n\nOn client nodes,\n\n include_recipe \"mysql::client\"\n \nAs the common use case is on systems with Ruby, we also install the MySQL RubyGem. Because we may want to be able to use the gem within another Chef recipe, we make sure the mysql development package and gem are installed first. The key is this:\n\n r = package ... do\n action :nothing\n end\n \n r.run_action(:install)\n \nThis creates a resource object for the package and does the installation before other recipes are parsed. You'll need to have the C compiler and such (ie, build-essential on Ubuntu) before running the recipes, but we already do that when installing Chef :-). If you want to be able to access a MySQL database via Ruby within another recipe, you could do so, like so:\n\n Gem.clear_paths # needed for Chef to find the gem...\n require 'mysql' # requires the mysql gem\n\n execute \"create \#{node[:railsapp][:db][:database]} database\" do\n command \"/usr/bin/mysqladmin -u root -p\#{node[:mysql][:server_root_password]} create \#{node[:railsapp][:db][:database]}\"\n not_if do\n m = Mysql.new(\"localhost\", \"root\", @node[:mysql][:server_root_password])\n m.list_dbs.include?(@node[:railsapp][:db][:database])\n end\n end\n\nOn server nodes, \n\n include_recipe \"mysql::server\"\n \nOn Debian/Ubuntu this will preseed the MySQL package with the randomly generated root password. You can of course change the password afterward, but this makes sure that there's a good password set. You can view it in the node data in the Chef Server webui. Sets a new password for debian-sys-maint user as well.\n\nAlso sets up 'repl' user grants for replication slaves.\n\nOn EC2 nodes,\n\n include_recipe \"mysql::server_ec2\"\n \nWhen the ec2_path doesn't exist we look for a mounted filesystem (eg, EBS) and move the datadir there.\n\nThe client recipe is already included by server and 'default' recipes.\n\nTo make sure that a C compiler and the Ruby development libraries are installed, use the following run list in the node or in a role:\n\n{\n \"run_list\": [\n \"recipe[build-essential]\",\n \"recipe[ruby]\",\n \"recipe[mysql::server]\"\n ]\n}\n\nThe build-essential and ruby cookbooks install the packages in question during the \"execution\" phase of the Chef client run, rather than the compile phase when the MySQL gem is installed. To work around this for now until the build-essential and ruby packages are updated, modify your local copies of the recipes:\n\nIn the Opscode build-essential default recipe:\n\n %w{build-essential binutils-doc}.each do |pkg|\n p = package pkg do\n action :nothing\n end\n p.run_action(:install)\n end\n\nAnd the ruby recipe to have the following:\n\nextra_packages.each do |pkg|\n p = package pkg do\n action :nothing\n end\n p.run_action(:install)\nend\n\nThese cookbooks aren't strict dependencies, and not if the installation process already included installing build-essential and ruby1.8-dev (e.g. RubyGems installation).\n\nFor more infromation on the compile vs execution phase of a Chef run:\n\nhttp://wiki.opscode.com/display/chef/Anatomy+of+a+Chef+Run\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\nAuthor:: AJ Christensen (<aj@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n__[{:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop::slave\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs_runa\"}], :description=>\"a hadoop dfs report is availble\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}, {\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityTotal\"}, {\"critical\"=>\"\", \"object_name\"=>\"java.lang:type=Memory\", \"warning\"=>\"\", \"attribute\"=>\"HeapMemoryUsage.used\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop::master\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs\"}], :description=>\"a hadoop dfs report is available\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityRemaining\"}, {\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:applicability_conditions=>[\"lambda{|p|p[:db_info] and p[:db_info].find{|x|x[:username] == p[:monitor_user_id]}}\"], :params=>[\"db_info\", \"monitor_user_id\"], :name=>\"mysql_basic_health\"}], :description=>\"the user 'monitor_user_id' should be able to log into this service\"}], :service_name=>\"mysql_server\", :recipe_names=>[\"mysql::server\", \"mysql::server2\"]}]__", @recipes={"mysql::server2"=>"Installs packages required for mysql servers w/o manual intervention", "mysql::client"=>"Installs packages required for mysql clients using run_action magic", "mysql::server_ec2"=>"Performs EC2-specific mountpoint manipulation", "mysql::server"=>"Installs packages required for mysql servers w/o manual intervention"}, @conflicting={}, @attributes={"mysql/_service/mysql_server/monitor_user_id"=>{"required"=>"optional", "is_service_attribute"=>true, "calculated"=>false, "transform"=>"monitor", "choice"=>[], "type"=>"string", "recipes"=>["mysql::server", "mysql::server2"]}, "mysql/server_root_password"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"randomly generated", "type"=>"string", "recipes"=>[], "description"=>"Randomly generated password for the mysqld root user", "display_name"=>"MySQL Server Root Password"}, "mysql/sap"=>{"required"=>"optional", "calculated"=>false, "transform"=>[{"port"=>3306, "protocol"=>"tcp", "binding_addr_constraints"=>["172.22.10.0/24"], "application"=>"sql::mysql", "type"=>"inet"}, {"type"=>"unix_socket", "socket"=>"/var/run/mysqld/mysqld.sock"}], "choice"=>[], "type"=>"string", "recipes"=>["mysql::server", "mysql::server2"], "is_canonical_attribute"=>true}, "mysql/tunable/max_heap_table_size"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"32M", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Max Heap Table Size"}, "mysql/datadir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/var/lib/mysql", "type"=>"string", "recipes"=>[], "description"=>"Location of mysql databases", "display_name"=>"MySQL Data Directory"}, "mysql/bind_address"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"ipaddress", "type"=>"string", "recipes"=>[], "description"=>"Address that mysqld should listen on", "display_name"=>"MySQL Bind Address"}, "mysql/_service/mysql_server/db_info"=>{"required"=>"optional", "is_service_attribute"=>true, "calculated"=>false, "transform"=>[{"username"=>"monitor", "database"=>"mysql", "password"=>{"__ref"=>"node[mysql][server_monitor_password]"}}], "choice"=>[], "type"=>"string", "recipes"=>["mysql::server", "mysql::server2"]}, "mysql/tunable/back_log"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"128", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Back Log"}, "mysql/tunable/wait_timeout"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"180", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Wait Timeout"}, "mysql/tunable/net_read_timeout"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"30", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Net Read Timeout"}, "mysql/tunable/max_connections"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"800", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Max Connections"}, "mysql/tunable/table_cache"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"128", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Table Cache"}, "mysql/tunable"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of MySQL tunable attributes", "display_name"=>"MySQL Tunables"}, "mysql/ec2_path"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/mnt/mysql", "type"=>"string", "recipes"=>[], "description"=>"Location of mysql directory on EC2 instance EBS volumes", "display_name"=>"MySQL EC2 Path"}, "mysql/tunable/net_write_timeout"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"30", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tunable Net Write Timeout"}, "mysql/tunable/key_buffer"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"250M", "type"=>"string", "recipes"=>[], "display_name"=>"MySQL Tuntable Key Buffer"}}, @description="Installs and configures mysql for client or server", @groupings={}, @dependencies={"openssl"=>[]}, @platforms={"debian"=>[], "ubuntu"=>[]}, @name="mysql">, @couchdb_id=nil, @library_filenames=["database.rb"], @name="mysql">, "chef_aux"=>#<Chef::CookbookVersion:0x7effc4e67038 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/f9d8ab4ed4fe7b06648da55aaf5ee73e", "checksum"=>"f9d8ab4ed4fe7b06648da55aaf5ee73e", "path"=>"recipes/default.rb", "specificity"=>"default"}, "libraries/array_object.rb"=>{"name"=>"array_object.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/25a338d94733cfcfc1b20e38e08cc6c6", "checksum"=>"25a338d94733cfcfc1b20e38e08cc6c6", "path"=>"libraries/array_object.rb", "specificity"=>"default"}, "libraries/helper.rb"=>{"name"=>"helper.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/69291b6ba5a96dcd0a3f6b99f570e728", "checksum"=>"69291b6ba5a96dcd0a3f6b99f570e728", "path"=>"libraries/helper.rb", "specificity"=>"default"}, "libraries/cluster_state.rb"=>{"name"=>"cluster_state.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/6155024b3b441822f1f2fdaf0e3e7aad", "checksum"=>"6155024b3b441822f1f2fdaf0e3e7aad", "path"=>"libraries/cluster_state.rb", "specificity"=>"default"}, "libraries/aws_helper.rb"=>{"name"=>"aws_helper.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/75f46a7fb4b6a9b5bc03e88ad2f2c7f3", "checksum"=>"75f46a7fb4b6a9b5bc03e88ad2f2c7f3", "path"=>"libraries/aws_helper.rb", "specificity"=>"default"}, "libraries/hash_object.rb"=>{"name"=>"hash_object.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/eb8f3951b315eb875dafea599b52831f", "checksum"=>"eb8f3951b315eb875dafea599b52831f", "path"=>"libraries/hash_object.rb", "specificity"=>"default"}, "libraries/errors.rb"=>{"name"=>"errors.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/ddd284f51c32c8ae73aa0a81fa7454db", "checksum"=>"ddd284f51c32c8ae73aa0a81fa7454db", "path"=>"libraries/errors.rb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"chef_aux-0.0.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[], "metadata"=>{"dependencies"=>{}, "name"=>"chef_aux", "maintainer_email"=>"youremail@example.com", "attributes"=>{}, "license"=>"Apache v2.0", "maintainer"=>"Your Name", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.0.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"chef_aux"=>""}, "groupings"=>{}, "replacing"=>{}, "description"=>"A fabulous new cookbook", "providing"=>{"chef_aux"=>[]}}, "providers"=>[], "cookbook_name"=>"chef_aux", "resources"=>[], "templates"=>[], "libraries"=>[{"name"=>"hash_object.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/eb8f3951b315eb875dafea599b52831f", "checksum"=>"eb8f3951b315eb875dafea599b52831f", "path"=>"libraries/hash_object.rb", "specificity"=>"default"}, {"name"=>"aws_helper.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/75f46a7fb4b6a9b5bc03e88ad2f2c7f3", "checksum"=>"75f46a7fb4b6a9b5bc03e88ad2f2c7f3", "path"=>"libraries/aws_helper.rb", "specificity"=>"default"}, {"name"=>"helper.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/69291b6ba5a96dcd0a3f6b99f570e728", "checksum"=>"69291b6ba5a96dcd0a3f6b99f570e728", "path"=>"libraries/helper.rb", "specificity"=>"default"}, {"name"=>"array_object.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/25a338d94733cfcfc1b20e38e08cc6c6", "checksum"=>"25a338d94733cfcfc1b20e38e08cc6c6", "path"=>"libraries/array_object.rb", "specificity"=>"default"}, {"name"=>"errors.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/ddd284f51c32c8ae73aa0a81fa7454db", "checksum"=>"ddd284f51c32c8ae73aa0a81fa7454db", "path"=>"libraries/errors.rb", "specificity"=>"default"}, {"name"=>"cluster_state.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/6155024b3b441822f1f2fdaf0e3e7aad", "checksum"=>"6155024b3b441822f1f2fdaf0e3e7aad", "path"=>"libraries/cluster_state.rb", "specificity"=>"default"}], "version"=>"0.0.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/f9d8ab4ed4fe7b06648da55aaf5ee73e", "checksum"=>"f9d8ab4ed4fe7b06648da55aaf5ee73e", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e66e08 @rest=#<Chef::REST:0x7effc4e66db8 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e66d18 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=[], @root_filenames=[], @checksums={"6155024b3b441822f1f2fdaf0e3e7aad"=>nil, "25a338d94733cfcfc1b20e38e08cc6c6"=>nil, "f9d8ab4ed4fe7b06648da55aaf5ee73e"=>nil, "69291b6ba5a96dcd0a3f6b99f570e728"=>nil, "75f46a7fb4b6a9b5bc03e88ad2f2c7f3"=>nil, "ddd284f51c32c8ae73aa0a81fa7454db"=>nil, "eb8f3951b315eb875dafea599b52831f"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e637a8 @suggestions={}, @license="Apache v2.0", @replacing={}, @maintainer_email="youremail@example.com", @recommendations={}, @providing={"chef_aux"=>[]}, @maintainer="Your Name", @cookbook=nil, @version="0.0.0", @long_description="", @recipes={"chef_aux"=>""}, @conflicting={}, @attributes={}, @description="A fabulous new cookbook", @groupings={}, @dependencies={}, @platforms={}, @name="chef_aux">, @couchdb_id=nil, @library_filenames=["hash_object.rb", "aws_helper.rb", "helper.rb", "array_object.rb", "errors.rb", "cluster_state.rb"], @name="chef_aux">, "runit"=>#<Chef::CookbookVersion:0x7effc4e705c0 @template_filenames=["runit-start.sh.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=["runit_service.rb"], @manifest_records_by_path={"templates/gentoo/runit-start.sh.erb"=>{"name"=>"runit-start.sh.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/bd03533917da171167995131c075ea43", "checksum"=>"bd03533917da171167995131c075ea43", "path"=>"templates/gentoo/runit-start.sh.erb", "specificity"=>"gentoo"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/ac87b692389b0d9d99e628a9f25fba19", "checksum"=>"ac87b692389b0d9d99e628a9f25fba19", "path"=>"recipes/default.rb", "specificity"=>"default"}, "files/ubuntu-7.10/runsvdir"=>{"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/6672a3917f0d938bdcc019097b630f6e", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "path"=>"files/ubuntu-7.10/runsvdir", "specificity"=>"ubuntu-7.10"}, "files/default/runsvdir"=>{"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/d41d8cd98f00b204e9800998ecf8427e", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "path"=>"files/default/runsvdir", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/361a957cf5e646aa9832ece9bd41faa4", "checksum"=>"361a957cf5e646aa9832ece9bd41faa4", "path"=>"metadata.rb", "specificity"=>"default"}, "files/ubuntu-8.04/runsvdir"=>{"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/6672a3917f0d938bdcc019097b630f6e", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "path"=>"files/ubuntu-8.04/runsvdir", "specificity"=>"ubuntu-8.04"}, "files/default/runit.seed"=>{"name"=>"runit.seed", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/722f120f4eab8f0421aab6807d6cce9d", "checksum"=>"722f120f4eab8f0421aab6807d6cce9d", "path"=>"files/default/runit.seed", "specificity"=>"default"}, "files/ubuntu-7.04/runsvdir"=>{"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/6672a3917f0d938bdcc019097b630f6e", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "path"=>"files/ubuntu-7.04/runsvdir", "specificity"=>"ubuntu-7.04"}, "definitions/runit_service.rb"=>{"name"=>"runit_service.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/79aa2e6eb8b13d93383aedc79ba57948", "checksum"=>"79aa2e6eb8b13d93383aedc79ba57948", "path"=>"definitions/runit_service.rb", "specificity"=>"default"}, "attributes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/f5782c4c9c50f35b900993946ea7e9e9", "checksum"=>"f5782c4c9c50f35b900993946ea7e9e9", "path"=>"attributes/default.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/82c73c26e5044e5c348c86bcf3e435e5", "checksum"=>"82c73c26e5044e5c348c86bcf3e435e5", "path"=>"metadata.json", "specificity"=>"default"}, "files/ubuntu-6.10/runsvdir"=>{"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/5bfc2e29dbee3bbd4da615ee0779ad4f", "checksum"=>"5bfc2e29dbee3bbd4da615ee0779ad4f", "path"=>"files/ubuntu-6.10/runsvdir", "specificity"=>"ubuntu-6.10"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"runit-0.14.0", "definitions"=>[{"name"=>"runit_service.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/79aa2e6eb8b13d93383aedc79ba57948", "checksum"=>"79aa2e6eb8b13d93383aedc79ba57948", "path"=>"definitions/runit_service.rb", "specificity"=>"default"}], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"runit.seed", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/722f120f4eab8f0421aab6807d6cce9d", "checksum"=>"722f120f4eab8f0421aab6807d6cce9d", "path"=>"files/default/runit.seed", "specificity"=>"default"}, {"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/6672a3917f0d938bdcc019097b630f6e", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "path"=>"files/ubuntu-8.04/runsvdir", "specificity"=>"ubuntu-8.04"}, {"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/6672a3917f0d938bdcc019097b630f6e", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "path"=>"files/ubuntu-7.04/runsvdir", "specificity"=>"ubuntu-7.04"}, {"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/d41d8cd98f00b204e9800998ecf8427e", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "path"=>"files/default/runsvdir", "specificity"=>"default"}, {"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/6672a3917f0d938bdcc019097b630f6e", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "path"=>"files/ubuntu-7.10/runsvdir", "specificity"=>"ubuntu-7.10"}, {"name"=>"runsvdir", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/5bfc2e29dbee3bbd4da615ee0779ad4f", "checksum"=>"5bfc2e29dbee3bbd4da615ee0779ad4f", "path"=>"files/ubuntu-6.10/runsvdir", "specificity"=>"ubuntu-6.10"}], "attributes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/f5782c4c9c50f35b900993946ea7e9e9", "checksum"=>"f5782c4c9c50f35b900993946ea7e9e9", "path"=>"attributes/default.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"runit", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{"runit/service_dir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/etc/service", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Runit service directory", "description"=>"Symlinks to services managed under runit"}, "runit/sv_dir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/etc/sv", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Runit sv directory", "description"=>"Location of services managed by runit"}, "runit"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Runit", "description"=>"Hash of runit attributes"}, "runit/sv_bin"=>{"required"=>"optional", "calculated"=>false, "default"=>"/usr/bin/sv", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Runit sv bin", "description"=>"Location of the sv binary"}, "runit/chpst_bin"=>{"required"=>"optional", "calculated"=>false, "default"=>"/usr/bin/chpst", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Runit chpst bin", "description"=>"Location of the chpst binary"}}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "gentoo"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.14.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"runit"=>"Installs and configures runit"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs runit and provides runit_service definition", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"runit", "resources"=>[], "templates"=>[{"name"=>"runit-start.sh.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/bd03533917da171167995131c075ea43", "checksum"=>"bd03533917da171167995131c075ea43", "path"=>"templates/gentoo/runit-start.sh.erb", "specificity"=>"gentoo"}], "libraries"=>[], "version"=>"0.14.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/ac87b692389b0d9d99e628a9f25fba19", "checksum"=>"ac87b692389b0d9d99e628a9f25fba19", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/361a957cf5e646aa9832ece9bd41faa4", "checksum"=>"361a957cf5e646aa9832ece9bd41faa4", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/82c73c26e5044e5c348c86bcf3e435e5", "checksum"=>"82c73c26e5044e5c348c86bcf3e435e5", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["default.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e70390 @rest=#<Chef::REST:0x7effc4e70340 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e70278 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @file_filenames=["runit.seed", "runsvdir", "runsvdir", "runsvdir", "runsvdir", "runsvdir"], @root_filenames=["metadata.rb", "metadata.json"], @checksums={"d41d8cd98f00b204e9800998ecf8427e"=>nil, "6672a3917f0d938bdcc019097b630f6e"=>nil, "79aa2e6eb8b13d93383aedc79ba57948"=>nil, "5bfc2e29dbee3bbd4da615ee0779ad4f"=>nil, "82c73c26e5044e5c348c86bcf3e435e5"=>nil, "ac87b692389b0d9d99e628a9f25fba19"=>nil, "361a957cf5e646aa9832ece9bd41faa4"=>nil, "f5782c4c9c50f35b900993946ea7e9e9"=>nil, "722f120f4eab8f0421aab6807d6cce9d"=>nil, "bd03533917da171167995131c075ea43"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e6b868 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.14.0", @long_description="", @recipes={"runit"=>"Installs and configures runit"}, @conflicting={}, @attributes={"runit/sv_dir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/etc/sv", "type"=>"string", "recipes"=>[], "description"=>"Location of services managed by runit", "display_name"=>"Runit sv directory"}, "runit/service_dir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/etc/service", "type"=>"string", "recipes"=>[], "description"=>"Symlinks to services managed under runit", "display_name"=>"Runit service directory"}, "runit"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of runit attributes", "display_name"=>"Runit"}, "runit/sv_bin"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/usr/bin/sv", "type"=>"string", "recipes"=>[], "description"=>"Location of the sv binary", "display_name"=>"Runit sv bin"}, "runit/chpst_bin"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/usr/bin/chpst", "type"=>"string", "recipes"=>[], "description"=>"Location of the chpst binary", "display_name"=>"Runit chpst bin"}}, @description="Installs runit and provides runit_service definition", @groupings={}, @dependencies={}, @platforms={"debian"=>[], "gentoo"=>[], "ubuntu"=>[]}, @name="runit">, @couchdb_id=nil, @library_filenames=[], @name="runit">, "sudo"=>#<Chef::CookbookVersion:0x7effc4e7bd30 @template_filenames=["sudoers.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/4c8187c8263b71d45d40037bbbbbef37", "checksum"=>"4c8187c8263b71d45d40037bbbbbef37", "path"=>"recipes/default.rb", "specificity"=>"default"}, "README.md"=>{"name"=>"README.md", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/44d85d2f075eccaeb5923f563ca78323", "checksum"=>"44d85d2f075eccaeb5923f563ca78323", "path"=>"README.md", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/9e2be76f8fdee2b94915124f9373749b", "checksum"=>"9e2be76f8fdee2b94915124f9373749b", "path"=>"metadata.rb", "specificity"=>"default"}, "templates/default/sudoers.erb"=>{"name"=>"sudoers.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/49bfaffd7e528b320d40b4f0c46898fa", "checksum"=>"49bfaffd7e528b320d40b4f0c46898fa", "path"=>"templates/default/sudoers.erb", "specificity"=>"default"}, "attributes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/0547061c815689d2050b21b21354f058", "checksum"=>"0547061c815689d2050b21b21354f058", "path"=>"attributes/default.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/36f7a7c9fe1ede7a7ee911c302599018", "checksum"=>"36f7a7c9fe1ede7a7ee911c302599018", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"sudo-0.9.1", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/0547061c815689d2050b21b21354f058", "checksum"=>"0547061c815689d2050b21b21354f058", "path"=>"attributes/default.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"sudo", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{"authorization/sudoers/groups"=>{"required"=>"optional", "calculated"=>false, "default"=>"", "choice"=>[], "type"=>"array", "recipes"=>[], "display_name"=>"Sudo Groups", "description"=>"Groups who are allowed sudo ALL"}, "authorization"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Authorization", "description"=>"Hash of Authorization attributes"}, "authorization/sudoers/users"=>{"required"=>"optional", "calculated"=>false, "default"=>"", "choice"=>[], "type"=>"array", "recipes"=>[], "display_name"=>"Sudo Users", "description"=>"Users who are allowed sudo ALL"}, "authorization/sudoers"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Authorization Sudoers", "description"=>"Hash of Authorization/Sudoers attributes"}}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "centos"=>[], "fedora"=>[], "ubuntu"=>[], "freebsd"=>[], "redhat"=>[]}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.9.1", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"sudo"=>"Installs sudo and configures /etc/sudoers"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs sudo and configures /etc/sudoers", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"sudo", "resources"=>[], "templates"=>[{"name"=>"sudoers.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/49bfaffd7e528b320d40b4f0c46898fa", "checksum"=>"49bfaffd7e528b320d40b4f0c46898fa", "path"=>"templates/default/sudoers.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.9.1", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/4c8187c8263b71d45d40037bbbbbef37", "checksum"=>"4c8187c8263b71d45d40037bbbbbef37", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.md", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/44d85d2f075eccaeb5923f563ca78323", "checksum"=>"44d85d2f075eccaeb5923f563ca78323", "path"=>"README.md", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/9e2be76f8fdee2b94915124f9373749b", "checksum"=>"9e2be76f8fdee2b94915124f9373749b", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/36f7a7c9fe1ede7a7ee911c302599018", "checksum"=>"36f7a7c9fe1ede7a7ee911c302599018", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["default.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e7bb28 @rest=#<Chef::REST:0x7effc4e7bad8 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e7ba38 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @file_filenames=[], @root_filenames=["README.md", "metadata.rb", "metadata.json"], @checksums={"36f7a7c9fe1ede7a7ee911c302599018"=>nil, "44d85d2f075eccaeb5923f563ca78323"=>nil, "0547061c815689d2050b21b21354f058"=>nil, "9e2be76f8fdee2b94915124f9373749b"=>nil, "4c8187c8263b71d45d40037bbbbbef37"=>nil, "49bfaffd7e528b320d40b4f0c46898fa"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e78310 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.9.1", @long_description="", @recipes={"sudo"=>"Installs sudo and configures /etc/sudoers"}, @conflicting={}, @attributes={"authorization/sudoers/groups"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"", "type"=>"array", "recipes"=>[], "description"=>"Groups who are allowed sudo ALL", "display_name"=>"Sudo Groups"}, "authorization"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of Authorization attributes", "display_name"=>"Authorization"}, "authorization/sudoers/users"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"", "type"=>"array", "recipes"=>[], "description"=>"Users who are allowed sudo ALL", "display_name"=>"Sudo Users"}, "authorization/sudoers"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of Authorization/Sudoers attributes", "display_name"=>"Authorization Sudoers"}}, @description="Installs sudo and configures /etc/sudoers", @groupings={}, @dependencies={}, @platforms={"debian"=>[], "fedora"=>[], "centos"=>[], "freebsd"=>[], "ubuntu"=>[], "redhat"=>[]}, @name="sudo">, @couchdb_id=nil, @library_filenames=[], @name="sudo">, "nagios"=>#<Chef::CookbookVersion:0x7effc4e39d90 @template_filenames=["timeperiods.cfg.erb", "services.cfg.erb", "etc_default_ndoutils.erb", "apache2.conf.erb", "hosts.cfg.erb", "htpasswd.users.erb", "templates.cfg.erb", "nrpe.cfg.erb", "nagios.cfg.erb", "attributes_file.erb", "hostgroups.cfg.erb", "cgi.cfg.erb", "contacts.cfg.erb", "commands.cfg.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb", "server"=>"server.rb", "client"=>"client.rb"}, @file_vendor=nil, @definition_filenames=["nagios_conf.rb", "load_plugin.rb"], @manifest_records_by_path={"templates/default/commands.cfg.erb"=>{"name"=>"commands.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/23baf792b65f8e04656355171659fdd7", "checksum"=>"23baf792b65f8e04656355171659fdd7", "path"=>"templates/default/commands.cfg.erb", "specificity"=>"default"}, "templates/default/hostgroups.cfg.erb"=>{"name"=>"hostgroups.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bf151d71d635dbed3849d8a42437457a", "checksum"=>"bf151d71d635dbed3849d8a42437457a", "path"=>"templates/default/hostgroups.cfg.erb", "specificity"=>"default"}, "templates/default/attributes_file.erb"=>{"name"=>"attributes_file.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/7802af6eb9bd062e770ea003f9b3b87a", "checksum"=>"7802af6eb9bd062e770ea003f9b3b87a", "path"=>"templates/default/attributes_file.erb", "specificity"=>"default"}, "files/default/icons/ubuntu.gd2"=>{"name"=>"icons/ubuntu.gd2", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f43e5682aa534e67671d7ba7380d062e", "checksum"=>"f43e5682aa534e67671d7ba7380d062e", "path"=>"files/default/icons/ubuntu.gd2", "specificity"=>"default"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f7700fc5bbbc68e5527b02a57163e4c4", "checksum"=>"f7700fc5bbbc68e5527b02a57163e4c4", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/cgi.cfg.erb"=>{"name"=>"cgi.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/297194817318a5f80f99f79f9478e889", "checksum"=>"297194817318a5f80f99f79f9478e889", "path"=>"templates/default/cgi.cfg.erb", "specificity"=>"default"}, "files/default/icons/ubuntu.jpg"=>{"name"=>"icons/ubuntu.jpg", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/c0a2684a4ddfcfb3a4b63c8e12668c34", "checksum"=>"c0a2684a4ddfcfb3a4b63c8e12668c34", "path"=>"files/default/icons/ubuntu.jpg", "specificity"=>"default"}, "files/default/plugins/check-mysql-slave.pl"=>{"name"=>"plugins/check-mysql-slave.pl", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3bf0941b403189e0c9883fc1a1d0fe81", "checksum"=>"3bf0941b403189e0c9883fc1a1d0fe81", "path"=>"files/default/plugins/check-mysql-slave.pl", "specificity"=>"default"}, "files/default/icons/centos.png"=>{"name"=>"icons/centos.png", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/266a76604e14aecc71430f4d2734a476", "checksum"=>"266a76604e14aecc71430f4d2734a476", "path"=>"files/default/icons/centos.png", "specificity"=>"default"}, "templates/default/etc_default_ndoutils.erb"=>{"name"=>"etc_default_ndoutils.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bc8cbbe59e1d581b1c1cc9758ee7e7da", "checksum"=>"bc8cbbe59e1d581b1c1cc9758ee7e7da", "path"=>"templates/default/etc_default_ndoutils.erb", "specificity"=>"default"}, "files/default/plugins/jmxquery.jar"=>{"name"=>"plugins/jmxquery.jar", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/b36f12e69e50145f7a5d38b550a7683f", "checksum"=>"b36f12e69e50145f7a5d38b550a7683f", "path"=>"files/default/plugins/jmxquery.jar", "specificity"=>"default"}, "files/default/plugins/check_hadoop_dfs"=>{"name"=>"plugins/check_hadoop_dfs", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/246fd3df5cb1c86e050595f54f8caeab", "checksum"=>"246fd3df5cb1c86e050595f54f8caeab", "path"=>"files/default/plugins/check_hadoop_dfs", "specificity"=>"default"}, "files/default/icons/centos.gd2"=>{"name"=>"icons/centos.gd2", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/e4972201aa0ebf5176d2e2cbdb6fc33a", "checksum"=>"e4972201aa0ebf5176d2e2cbdb6fc33a", "path"=>"files/default/icons/centos.gd2", "specificity"=>"default"}, "files/default/plugins/file_queues.rb"=>{"name"=>"plugins/file_queues.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d441a74ce4df5292f27f02a8ca8f7200", "checksum"=>"d441a74ce4df5292f27f02a8ca8f7200", "path"=>"files/default/plugins/file_queues.rb", "specificity"=>"default"}, "libraries/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/552fc5a4cb7abb4234af21b80b9fb8c7", "checksum"=>"552fc5a4cb7abb4234af21b80b9fb8c7", "path"=>"libraries/default.rb", "specificity"=>"default"}, "libraries/generate_services.rb"=>{"name"=>"generate_services.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/1cbc11d6dd8377c09693e69abf909ae7", "checksum"=>"1cbc11d6dd8377c09693e69abf909ae7", "path"=>"libraries/generate_services.rb", "specificity"=>"default"}, "definitions/load_plugin.rb"=>{"name"=>"load_plugin.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/28c410ee35d733cc0ae1f237cf8b6d30", "checksum"=>"28c410ee35d733cc0ae1f237cf8b6d30", "path"=>"definitions/load_plugin.rb", "specificity"=>"default"}, "definitions/nagios_conf.rb"=>{"name"=>"nagios_conf.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/a0477d63265fd4cd74babe3b35112d8f", "checksum"=>"a0477d63265fd4cd74babe3b35112d8f", "path"=>"definitions/nagios_conf.rb", "specificity"=>"default"}, "templates/default/hosts.cfg.erb"=>{"name"=>"hosts.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/2269076d8c687fe497c2398469201d2a", "checksum"=>"2269076d8c687fe497c2398469201d2a", "path"=>"templates/default/hosts.cfg.erb", "specificity"=>"default"}, "files/default/plugins/check_memory_profiler_scout"=>{"name"=>"plugins/check_memory_profiler_scout", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/0ac6bb1f7073b0d65a1cb3bab58feae2", "checksum"=>"0ac6bb1f7073b0d65a1cb3bab58feae2", "path"=>"files/default/plugins/check_memory_profiler_scout", "specificity"=>"default"}, "files/default/icons/centos.jpg"=>{"name"=>"icons/centos.jpg", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/10291c7efe01e512b7f0f120c3b26fab", "checksum"=>"10291c7efe01e512b7f0f120c3b26fab", "path"=>"files/default/icons/centos.jpg", "specificity"=>"default"}, "files/default/icons/ubuntu.gif"=>{"name"=>"icons/ubuntu.gif", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/52fb8de9778ed617bf1183b87b2fb921", "checksum"=>"52fb8de9778ed617bf1183b87b2fb921", "path"=>"files/default/icons/ubuntu.gif", "specificity"=>"default"}, "files/default/plugins/check_mem.sh"=>{"name"=>"plugins/check_mem.sh", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/137cf23604f30d22b920414b4a009382", "checksum"=>"137cf23604f30d22b920414b4a009382", "path"=>"files/default/plugins/check_mem.sh", "specificity"=>"default"}, "files/default/plugins/check_rabbitmq_overall"=>{"name"=>"plugins/check_rabbitmq_overall", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/1375f0ccfd34f18263f6fe9baed5a90c", "checksum"=>"1375f0ccfd34f18263f6fe9baed5a90c", "path"=>"files/default/plugins/check_rabbitmq_overall", "specificity"=>"default"}, "files/default/plugins/check_mysqlhealth.pl"=>{"name"=>"plugins/check_mysqlhealth.pl", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/a17c8abb39fb2e17d90ae7f327f38998", "checksum"=>"a17c8abb39fb2e17d90ae7f327f38998", "path"=>"files/default/plugins/check_mysqlhealth.pl", "specificity"=>"default"}, "templates/default/apache2.conf.erb"=>{"name"=>"apache2.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/9b7fc275d387d6aa92d0c8baaf4d6210", "checksum"=>"9b7fc275d387d6aa92d0c8baaf4d6210", "path"=>"templates/default/apache2.conf.erb", "specificity"=>"default"}, "attributes/meta.rb"=>{"name"=>"meta.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/8f57c626db398eedab7413821404fc6d", "checksum"=>"8f57c626db398eedab7413821404fc6d", "path"=>"attributes/meta.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3d2e75a7cd32e56098a742bc6c1e1ccd", "checksum"=>"3d2e75a7cd32e56098a742bc6c1e1ccd", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/457db76b32c844dbf11cae1c7a7a12aa", "checksum"=>"457db76b32c844dbf11cae1c7a7a12aa", "path"=>"README.rdoc", "specificity"=>"default"}, "templates/default/nrpe.cfg.erb"=>{"name"=>"nrpe.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/38a4b5ed23f02f7674ab1c093e473603", "checksum"=>"38a4b5ed23f02f7674ab1c093e473603", "path"=>"templates/default/nrpe.cfg.erb", "specificity"=>"default"}, "templates/default/htpasswd.users.erb"=>{"name"=>"htpasswd.users.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/cd26f5a51c1e62cedecd014d130f3bac", "checksum"=>"cd26f5a51c1e62cedecd014d130f3bac", "path"=>"templates/default/htpasswd.users.erb", "specificity"=>"default"}, "files/default/plugins/check_jmx_attributes"=>{"name"=>"plugins/check_jmx_attributes", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/4b9944f39dfc56f9badd6d550714b512", "checksum"=>"4b9944f39dfc56f9badd6d550714b512", "path"=>"files/default/plugins/check_jmx_attributes", "specificity"=>"default"}, "files/default/plugins/check_redis"=>{"name"=>"plugins/check_redis", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bab88263dd3a8091e2dbb819ff2b6fe2", "checksum"=>"bab88263dd3a8091e2dbb819ff2b6fe2", "path"=>"files/default/plugins/check_redis", "specificity"=>"default"}, "recipes/server.rb"=>{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/0a0f2f1cad191a63aad1178b7ac0f2e7", "checksum"=>"0a0f2f1cad191a63aad1178b7ac0f2e7", "path"=>"recipes/server.rb", "specificity"=>"default"}, "templates/default/templates.cfg.erb"=>{"name"=>"templates.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/91215ebf5310956124a8e45b11c70232", "checksum"=>"91215ebf5310956124a8e45b11c70232", "path"=>"templates/default/templates.cfg.erb", "specificity"=>"default"}, "files/default/icons/centos.gif"=>{"name"=>"icons/centos.gif", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/43dc9eb3e9b50d8b6a779c1ba5be241b", "checksum"=>"43dc9eb3e9b50d8b6a779c1ba5be241b", "path"=>"files/default/icons/centos.gif", "specificity"=>"default"}, "files/default/plugins/db_queues.rb"=>{"name"=>"plugins/db_queues.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bd67791afa5d22ab950473b591b89c76", "checksum"=>"bd67791afa5d22ab950473b591b89c76", "path"=>"files/default/plugins/db_queues.rb", "specificity"=>"default"}, "attributes/server.rb"=>{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d1a03cb80ac5bb06627395529c144478", "checksum"=>"d1a03cb80ac5bb06627395529c144478", "path"=>"attributes/server.rb", "specificity"=>"default"}, "files/default/plugins/check_iostat"=>{"name"=>"plugins/check_iostat", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/c30066f59ee0860202e7af39b5c5b621", "checksum"=>"c30066f59ee0860202e7af39b5c5b621", "path"=>"files/default/plugins/check_iostat", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f5752d6f864d6b2e2ce69b9230fa6630", "checksum"=>"f5752d6f864d6b2e2ce69b9230fa6630", "path"=>"metadata.json", "specificity"=>"default"}, "templates/default/contacts.cfg.erb"=>{"name"=>"contacts.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3f9a29a47e8774dd5773bcbe4c649e04", "checksum"=>"3f9a29a47e8774dd5773bcbe4c649e04", "path"=>"templates/default/contacts.cfg.erb", "specificity"=>"default"}, "templates/default/services.cfg.erb"=>{"name"=>"services.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f6501e14ba9d19e0df4d245a3b77113c", "checksum"=>"f6501e14ba9d19e0df4d245a3b77113c", "path"=>"templates/default/services.cfg.erb", "specificity"=>"default"}, "files/default/plugins/check_solr.rb"=>{"name"=>"plugins/check_solr.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f487f63f045cac4bd6248c51b3ce7e50", "checksum"=>"f487f63f045cac4bd6248c51b3ce7e50", "path"=>"files/default/plugins/check_solr.rb", "specificity"=>"default"}, "files/default/icons/ubuntu.png"=>{"name"=>"icons/ubuntu.png", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d9544de4ad9dedbcab77c6b230c8234b", "checksum"=>"d9544de4ad9dedbcab77c6b230c8234b", "path"=>"files/default/icons/ubuntu.png", "specificity"=>"default"}, "files/default/plugins/nagios_helper.rb"=>{"name"=>"plugins/nagios_helper.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d7ed52ef9b53508b69f35a5cc307c662", "checksum"=>"d7ed52ef9b53508b69f35a5cc307c662", "path"=>"files/default/plugins/nagios_helper.rb", "specificity"=>"default"}, "files/default/plugins/check_hadoop_dfs_runa"=>{"name"=>"plugins/check_hadoop_dfs_runa", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/7c0f6f71fd242cca4d04673499f99b62", "checksum"=>"7c0f6f71fd242cca4d04673499f99b62", "path"=>"files/default/plugins/check_hadoop_dfs_runa", "specificity"=>"default"}, "attributes/client.rb"=>{"name"=>"client.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/4fd9ee2317a3a6c254568bc327d93749", "checksum"=>"4fd9ee2317a3a6c254568bc327d93749", "path"=>"attributes/client.rb", "specificity"=>"default"}, "recipes/client.rb"=>{"name"=>"client.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/627680d44959bfd6059004fcb3db042a", "checksum"=>"627680d44959bfd6059004fcb3db042a", "path"=>"recipes/client.rb", "specificity"=>"default"}, "templates/default/nagios.cfg.erb"=>{"name"=>"nagios.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/23164f7bb2b1d3b941dd3ac949106afe", "checksum"=>"23164f7bb2b1d3b941dd3ac949106afe", "path"=>"templates/default/nagios.cfg.erb", "specificity"=>"default"}, "templates/default/timeperiods.cfg.erb"=>{"name"=>"timeperiods.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/dffd16d5396b90e66136e6745c6ed3e7", "checksum"=>"dffd16d5396b90e66136e6745c6ed3e7", "path"=>"templates/default/timeperiods.cfg.erb", "specificity"=>"default"}, "files/default/icons/munin-head.gif"=>{"name"=>"icons/munin-head.gif", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/5bbc4fbdca5179593818aa213300a293", "checksum"=>"5bbc4fbdca5179593818aa213300a293", "path"=>"files/default/icons/munin-head.gif", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["server.rb", "default.rb", "client.rb"], @manifest={"name"=>"nagios-0.3.4", "definitions"=>[{"name"=>"nagios_conf.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/a0477d63265fd4cd74babe3b35112d8f", "checksum"=>"a0477d63265fd4cd74babe3b35112d8f", "path"=>"definitions/nagios_conf.rb", "specificity"=>"default"}, {"name"=>"load_plugin.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/28c410ee35d733cc0ae1f237cf8b6d30", "checksum"=>"28c410ee35d733cc0ae1f237cf8b6d30", "path"=>"definitions/load_plugin.rb", "specificity"=>"default"}], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"plugins/check_redis", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bab88263dd3a8091e2dbb819ff2b6fe2", "checksum"=>"bab88263dd3a8091e2dbb819ff2b6fe2", "path"=>"files/default/plugins/check_redis", "specificity"=>"default"}, {"name"=>"plugins/file_queues.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d441a74ce4df5292f27f02a8ca8f7200", "checksum"=>"d441a74ce4df5292f27f02a8ca8f7200", "path"=>"files/default/plugins/file_queues.rb", "specificity"=>"default"}, {"name"=>"plugins/check_mysqlhealth.pl", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/a17c8abb39fb2e17d90ae7f327f38998", "checksum"=>"a17c8abb39fb2e17d90ae7f327f38998", "path"=>"files/default/plugins/check_mysqlhealth.pl", "specificity"=>"default"}, {"name"=>"icons/ubuntu.jpg", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/c0a2684a4ddfcfb3a4b63c8e12668c34", "checksum"=>"c0a2684a4ddfcfb3a4b63c8e12668c34", "path"=>"files/default/icons/ubuntu.jpg", "specificity"=>"default"}, {"name"=>"plugins/check_hadoop_dfs_runa", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/7c0f6f71fd242cca4d04673499f99b62", "checksum"=>"7c0f6f71fd242cca4d04673499f99b62", "path"=>"files/default/plugins/check_hadoop_dfs_runa", "specificity"=>"default"}, {"name"=>"icons/centos.png", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/266a76604e14aecc71430f4d2734a476", "checksum"=>"266a76604e14aecc71430f4d2734a476", "path"=>"files/default/icons/centos.png", "specificity"=>"default"}, {"name"=>"icons/centos.gd2", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/e4972201aa0ebf5176d2e2cbdb6fc33a", "checksum"=>"e4972201aa0ebf5176d2e2cbdb6fc33a", "path"=>"files/default/icons/centos.gd2", "specificity"=>"default"}, {"name"=>"plugins/check_jmx_attributes", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/4b9944f39dfc56f9badd6d550714b512", "checksum"=>"4b9944f39dfc56f9badd6d550714b512", "path"=>"files/default/plugins/check_jmx_attributes", "specificity"=>"default"}, {"name"=>"plugins/check_rabbitmq_overall", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/1375f0ccfd34f18263f6fe9baed5a90c", "checksum"=>"1375f0ccfd34f18263f6fe9baed5a90c", "path"=>"files/default/plugins/check_rabbitmq_overall", "specificity"=>"default"}, {"name"=>"plugins/check_mem.sh", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/137cf23604f30d22b920414b4a009382", "checksum"=>"137cf23604f30d22b920414b4a009382", "path"=>"files/default/plugins/check_mem.sh", "specificity"=>"default"}, {"name"=>"plugins/check-mysql-slave.pl", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3bf0941b403189e0c9883fc1a1d0fe81", "checksum"=>"3bf0941b403189e0c9883fc1a1d0fe81", "path"=>"files/default/plugins/check-mysql-slave.pl", "specificity"=>"default"}, {"name"=>"icons/ubuntu.gif", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/52fb8de9778ed617bf1183b87b2fb921", "checksum"=>"52fb8de9778ed617bf1183b87b2fb921", "path"=>"files/default/icons/ubuntu.gif", "specificity"=>"default"}, {"name"=>"icons/centos.jpg", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/10291c7efe01e512b7f0f120c3b26fab", "checksum"=>"10291c7efe01e512b7f0f120c3b26fab", "path"=>"files/default/icons/centos.jpg", "specificity"=>"default"}, {"name"=>"plugins/check_iostat", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/c30066f59ee0860202e7af39b5c5b621", "checksum"=>"c30066f59ee0860202e7af39b5c5b621", "path"=>"files/default/plugins/check_iostat", "specificity"=>"default"}, {"name"=>"plugins/check_hadoop_dfs", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/246fd3df5cb1c86e050595f54f8caeab", "checksum"=>"246fd3df5cb1c86e050595f54f8caeab", "path"=>"files/default/plugins/check_hadoop_dfs", "specificity"=>"default"}, {"name"=>"plugins/db_queues.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bd67791afa5d22ab950473b591b89c76", "checksum"=>"bd67791afa5d22ab950473b591b89c76", "path"=>"files/default/plugins/db_queues.rb", "specificity"=>"default"}, {"name"=>"icons/munin-head.gif", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/5bbc4fbdca5179593818aa213300a293", "checksum"=>"5bbc4fbdca5179593818aa213300a293", "path"=>"files/default/icons/munin-head.gif", "specificity"=>"default"}, {"name"=>"icons/centos.gif", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/43dc9eb3e9b50d8b6a779c1ba5be241b", "checksum"=>"43dc9eb3e9b50d8b6a779c1ba5be241b", "path"=>"files/default/icons/centos.gif", "specificity"=>"default"}, {"name"=>"plugins/jmxquery.jar", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/b36f12e69e50145f7a5d38b550a7683f", "checksum"=>"b36f12e69e50145f7a5d38b550a7683f", "path"=>"files/default/plugins/jmxquery.jar", "specificity"=>"default"}, {"name"=>"plugins/check_memory_profiler_scout", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/0ac6bb1f7073b0d65a1cb3bab58feae2", "checksum"=>"0ac6bb1f7073b0d65a1cb3bab58feae2", "path"=>"files/default/plugins/check_memory_profiler_scout", "specificity"=>"default"}, {"name"=>"plugins/nagios_helper.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d7ed52ef9b53508b69f35a5cc307c662", "checksum"=>"d7ed52ef9b53508b69f35a5cc307c662", "path"=>"files/default/plugins/nagios_helper.rb", "specificity"=>"default"}, {"name"=>"icons/ubuntu.png", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d9544de4ad9dedbcab77c6b230c8234b", "checksum"=>"d9544de4ad9dedbcab77c6b230c8234b", "path"=>"files/default/icons/ubuntu.png", "specificity"=>"default"}, {"name"=>"plugins/check_solr.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f487f63f045cac4bd6248c51b3ce7e50", "checksum"=>"f487f63f045cac4bd6248c51b3ce7e50", "path"=>"files/default/plugins/check_solr.rb", "specificity"=>"default"}, {"name"=>"icons/ubuntu.gd2", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f43e5682aa534e67671d7ba7380d062e", "checksum"=>"f43e5682aa534e67671d7ba7380d062e", "path"=>"files/default/icons/ubuntu.gd2", "specificity"=>"default"}], "attributes"=>[{"name"=>"meta.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/8f57c626db398eedab7413821404fc6d", "checksum"=>"8f57c626db398eedab7413821404fc6d", "path"=>"attributes/meta.rb", "specificity"=>"default"}, {"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d1a03cb80ac5bb06627395529c144478", "checksum"=>"d1a03cb80ac5bb06627395529c144478", "path"=>"attributes/server.rb", "specificity"=>"default"}, {"name"=>"client.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/4fd9ee2317a3a6c254568bc327d93749", "checksum"=>"4fd9ee2317a3a6c254568bc327d93749", "path"=>"attributes/client.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{"chef_aux"=>[], "apache2"=>[], "monitoring"=>[]}, "name"=>"nagios", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nInstalls and configures Nagios for a server and for clients using Chef 0.8 search capabilities.\n\n= REQUIREMENTS:\n\nRequires Chef 0.8+ for search capability of roles and data bags.\n\nA data bag named 'users' should exist, and users should have a groups value of \"sysadmins\" so the server recipe can search for who sysadmins are to notify. If this is not desired, remove the sysadmins search and other usage from the nagios::server recipe, and the contacts template.\n\nThe monitoring server that uses this recipe should have a role named 'monitoring'. The client recipe will use this to allow the monitoring server to connect via NRPE. A role named after the environment (e.g., \"production\") and a node attribute app_environment with a value of the same should be created for all nodes. The server uses this to search for only nodes that belong to its same environment.\n\nBecause of the heavy use of search, this recipe will not work with Chef Solo, as it cannot do any searches without a server.\n\n== Platform:\n\nTested on Ubuntu 9.04, Ubuntu 9.10 and Debian 5.\n\n== Cookbooks:\n\n* apache2\n\n= ATTRIBUTES:\n\nAttributes under the 'nagios' namespace.\n\n== Client:\n\nThe following attributes are used for the client NRPE checks for warning and critical levels.\n\nchecks.memory.critical\nchecks.memory.warning\nchecks.load.critical\nchecks.load.warning\nchecks.smtp_host - default relayhost to check for connectivity.\n\n== Server:\n\ndir - base server configuration directory.\nlog_dir - where the server logs.\ncache_dir\ndocroot\nconfig_subdir - for dropping in configurations as needed.\nnotifications_enabled - set to 1 to enable notification.\ncheck_external_commands\ndefault_contact_groups\nsysadmin_email - default notification email.\nsysadmin_sms_email - default notification sms.\ntemplates\ninterval_length - minimum interval.\ndefault_host.check_interval\ndefault_host.retry_interval\ndefault_host.max_check_attempts\ndefault_host.notification_interval\ndefault_service.check_interval\ndefault_service.retry_interval\ndefault_service.max_check_attempts\ndefault_service.notification_interval\n\n= USAGE:\n\nFor a Nagios server, create a role named 'monitoring', and add the following recipe to the run_list:\n\n recipe[nagios::server]\n\nThis will allow client nodes to search for the server by this role and add its IP address to the allowed list for NRPE.\n\nTo install Nagios and NRPE on a client node:\n\n include_recipe \"nagios::client\"\n\nThis is a fairly complicated cookbook. We'll describe the components in detail.\n\n== Definitions:\n\nnagios_conf:: This definition is used to drop in a configuration file in the base Nagios configuration directory's conf.d. This can be used for customized configurations for various services.\n\n== Libraries:\n\ndefault:: The library included with the cookbook provides some helper methods used in templates.\n\n* nagios_boolean\n* nagios_interval - calculates interval based on interval length and a given number of seconds.\n* nagios_attr - retrieves a nagios attribute from the node.\n\n== Recipes:\n\n=== Client\n\nThe client recipe searches for allowed servers via a role named 'monitoring'. The recipe will also install the required packages and start the NRPE service. A custom plugin for checking memory is also added.\n\nClient commands for NRPE can be modified by editing the nrpe.cfg.erb template.\n\n=== Server\n\nThe server recipe sets up Apache as the web front end. The nagios::client recipe is also included. This recipe also does a number of searches to dynamically build the hostgroups to monitor, hosts that belong to them and admins to notify of events/alerts.\n\nThe recipe does the following:\n\n1. Searches for members of the sysadmins group by searching through 'users' data bag and adds them to a list for notification/contacts.\n2. Search all nodes for a role matching the app_environment.\n3. Search all available roles and build a list which will be the Nagios hostgroups.\n4. Search for all nodes of each role and add the hostnames to the hostgroups.\n5. Installs various packages required for the server.\n6. Sets up some configuration directories.\n7. Moves the package-installed Nagios configuration to a 'dist' directory.\n8. Disables the 000-default site (present on Debian/Ubuntu Apache2 package installations).\n9. Enables the Nagios web front end configuration.\n10. Sets up the configuration templates for services, contacts, hostgroups and hosts.\n\n*NOTE*: You will probably need to change the services.cfg.erb template for your environment.\n\nTo add custom commands for service checks, these can be done on a per-role basis by editing the 'services.cfg.erb' template. This template has some pre-configured checks that use role names used in an example infrastructure. Here's a brief description:\n\n* monitoring - check_smtp (e.g., postfix relayhost) w/ NRPE and tcp port 514 (e.g., rsyslog)\n* load_balancer - check_nginx with NRPE.\n* appserver - check_unicorn with NRPE, e.g. a Rails application using Unicorn.\n* database_master - check_mysql_server with NRPE for a MySQL database master.\n\n= LICENSE and AUTHOR:\n\nAuthor:: Joshua Sierles <joshua@37signals.com>\nAuthor:: Nathan Haneysmith <nathan@opscode.com>\nAuthor:: Joshua Timberman <joshua@opscode.com>\n\nCopyright 2009, 37signals\nCopyright 2009-2010, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "version"=>"0.3.4", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"nagios"=>"Empty, use one of the other recipes", "nagios::client"=>"Installs and configures a nagios client with nrpe", "nagios::server"=>"Installs and configures a nagios server"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs and configures nagios", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"nagios", "resources"=>[], "templates"=>[{"name"=>"timeperiods.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/dffd16d5396b90e66136e6745c6ed3e7", "checksum"=>"dffd16d5396b90e66136e6745c6ed3e7", "path"=>"templates/default/timeperiods.cfg.erb", "specificity"=>"default"}, {"name"=>"services.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f6501e14ba9d19e0df4d245a3b77113c", "checksum"=>"f6501e14ba9d19e0df4d245a3b77113c", "path"=>"templates/default/services.cfg.erb", "specificity"=>"default"}, {"name"=>"etc_default_ndoutils.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bc8cbbe59e1d581b1c1cc9758ee7e7da", "checksum"=>"bc8cbbe59e1d581b1c1cc9758ee7e7da", "path"=>"templates/default/etc_default_ndoutils.erb", "specificity"=>"default"}, {"name"=>"apache2.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/9b7fc275d387d6aa92d0c8baaf4d6210", "checksum"=>"9b7fc275d387d6aa92d0c8baaf4d6210", "path"=>"templates/default/apache2.conf.erb", "specificity"=>"default"}, {"name"=>"hosts.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/2269076d8c687fe497c2398469201d2a", "checksum"=>"2269076d8c687fe497c2398469201d2a", "path"=>"templates/default/hosts.cfg.erb", "specificity"=>"default"}, {"name"=>"htpasswd.users.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/cd26f5a51c1e62cedecd014d130f3bac", "checksum"=>"cd26f5a51c1e62cedecd014d130f3bac", "path"=>"templates/default/htpasswd.users.erb", "specificity"=>"default"}, {"name"=>"templates.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/91215ebf5310956124a8e45b11c70232", "checksum"=>"91215ebf5310956124a8e45b11c70232", "path"=>"templates/default/templates.cfg.erb", "specificity"=>"default"}, {"name"=>"nrpe.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/38a4b5ed23f02f7674ab1c093e473603", "checksum"=>"38a4b5ed23f02f7674ab1c093e473603", "path"=>"templates/default/nrpe.cfg.erb", "specificity"=>"default"}, {"name"=>"nagios.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/23164f7bb2b1d3b941dd3ac949106afe", "checksum"=>"23164f7bb2b1d3b941dd3ac949106afe", "path"=>"templates/default/nagios.cfg.erb", "specificity"=>"default"}, {"name"=>"attributes_file.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/7802af6eb9bd062e770ea003f9b3b87a", "checksum"=>"7802af6eb9bd062e770ea003f9b3b87a", "path"=>"templates/default/attributes_file.erb", "specificity"=>"default"}, {"name"=>"hostgroups.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/bf151d71d635dbed3849d8a42437457a", "checksum"=>"bf151d71d635dbed3849d8a42437457a", "path"=>"templates/default/hostgroups.cfg.erb", "specificity"=>"default"}, {"name"=>"cgi.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/297194817318a5f80f99f79f9478e889", "checksum"=>"297194817318a5f80f99f79f9478e889", "path"=>"templates/default/cgi.cfg.erb", "specificity"=>"default"}, {"name"=>"contacts.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3f9a29a47e8774dd5773bcbe4c649e04", "checksum"=>"3f9a29a47e8774dd5773bcbe4c649e04", "path"=>"templates/default/contacts.cfg.erb", "specificity"=>"default"}, {"name"=>"commands.cfg.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/23baf792b65f8e04656355171659fdd7", "checksum"=>"23baf792b65f8e04656355171659fdd7", "path"=>"templates/default/commands.cfg.erb", "specificity"=>"default"}], "libraries"=>[{"name"=>"generate_services.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/1cbc11d6dd8377c09693e69abf909ae7", "checksum"=>"1cbc11d6dd8377c09693e69abf909ae7", "path"=>"libraries/generate_services.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/552fc5a4cb7abb4234af21b80b9fb8c7", "checksum"=>"552fc5a4cb7abb4234af21b80b9fb8c7", "path"=>"libraries/default.rb", "specificity"=>"default"}], "version"=>"0.3.4", "recipes"=>[{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/0a0f2f1cad191a63aad1178b7ac0f2e7", "checksum"=>"0a0f2f1cad191a63aad1178b7ac0f2e7", "path"=>"recipes/server.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f7700fc5bbbc68e5527b02a57163e4c4", "checksum"=>"f7700fc5bbbc68e5527b02a57163e4c4", "path"=>"recipes/default.rb", "specificity"=>"default"}, {"name"=>"client.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/627680d44959bfd6059004fcb3db042a", "checksum"=>"627680d44959bfd6059004fcb3db042a", "path"=>"recipes/client.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/457db76b32c844dbf11cae1c7a7a12aa", "checksum"=>"457db76b32c844dbf11cae1c7a7a12aa", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3d2e75a7cd32e56098a742bc6c1e1ccd", "checksum"=>"3d2e75a7cd32e56098a742bc6c1e1ccd", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f5752d6f864d6b2e2ce69b9230fa6630", "checksum"=>"f5752d6f864d6b2e2ce69b9230fa6630", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["meta.rb", "server.rb", "client.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e39b60 @rest=#<Chef::REST:0x7effc4e39b10 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e39a70 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"server"=>"server.rb", "meta"=>"meta.rb", "client"=>"client.rb"}, @file_filenames=["plugins/check_redis", "plugins/file_queues.rb", "plugins/check_mysqlhealth.pl", "icons/ubuntu.jpg", "plugins/check_hadoop_dfs_runa", "icons/centos.png", "icons/centos.gd2", "plugins/check_jmx_attributes", "plugins/check_rabbitmq_overall", "plugins/check_mem.sh", "plugins/check-mysql-slave.pl", "icons/ubuntu.gif", "icons/centos.jpg", "plugins/check_iostat", "plugins/check_hadoop_dfs", "plugins/db_queues.rb", "icons/munin-head.gif", "icons/centos.gif", "plugins/jmxquery.jar", "plugins/check_memory_profiler_scout", "plugins/nagios_helper.rb", "icons/ubuntu.png", "plugins/check_solr.rb", "icons/ubuntu.gd2"], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"bab88263dd3a8091e2dbb819ff2b6fe2"=>nil, "3d2e75a7cd32e56098a742bc6c1e1ccd"=>nil, "3f9a29a47e8774dd5773bcbe4c649e04"=>nil, "2269076d8c687fe497c2398469201d2a"=>nil, "627680d44959bfd6059004fcb3db042a"=>nil, "457db76b32c844dbf11cae1c7a7a12aa"=>nil, "7802af6eb9bd062e770ea003f9b3b87a"=>nil, "f487f63f045cac4bd6248c51b3ce7e50"=>nil, "3bf0941b403189e0c9883fc1a1d0fe81"=>nil, "7c0f6f71fd242cca4d04673499f99b62"=>nil, "552fc5a4cb7abb4234af21b80b9fb8c7"=>nil, "23164f7bb2b1d3b941dd3ac949106afe"=>nil, "bc8cbbe59e1d581b1c1cc9758ee7e7da"=>nil, "1375f0ccfd34f18263f6fe9baed5a90c"=>nil, "8f57c626db398eedab7413821404fc6d"=>nil, "0a0f2f1cad191a63aad1178b7ac0f2e7"=>nil, "297194817318a5f80f99f79f9478e889"=>nil, "5bbc4fbdca5179593818aa213300a293"=>nil, "4b9944f39dfc56f9badd6d550714b512"=>nil, "f5752d6f864d6b2e2ce69b9230fa6630"=>nil, "d7ed52ef9b53508b69f35a5cc307c662"=>nil, "b36f12e69e50145f7a5d38b550a7683f"=>nil, "137cf23604f30d22b920414b4a009382"=>nil, "266a76604e14aecc71430f4d2734a476"=>nil, "a17c8abb39fb2e17d90ae7f327f38998"=>nil, "4fd9ee2317a3a6c254568bc327d93749"=>nil, "0ac6bb1f7073b0d65a1cb3bab58feae2"=>nil, "c30066f59ee0860202e7af39b5c5b621"=>nil, "c0a2684a4ddfcfb3a4b63c8e12668c34"=>nil, "f7700fc5bbbc68e5527b02a57163e4c4"=>nil, "9b7fc275d387d6aa92d0c8baaf4d6210"=>nil, "f43e5682aa534e67671d7ba7380d062e"=>nil, "43dc9eb3e9b50d8b6a779c1ba5be241b"=>nil, "246fd3df5cb1c86e050595f54f8caeab"=>nil, "1cbc11d6dd8377c09693e69abf909ae7"=>nil, "f6501e14ba9d19e0df4d245a3b77113c"=>nil, "dffd16d5396b90e66136e6745c6ed3e7"=>nil, "d9544de4ad9dedbcab77c6b230c8234b"=>nil, "bd67791afa5d22ab950473b591b89c76"=>nil, "e4972201aa0ebf5176d2e2cbdb6fc33a"=>nil, "91215ebf5310956124a8e45b11c70232"=>nil, "10291c7efe01e512b7f0f120c3b26fab"=>nil, "d441a74ce4df5292f27f02a8ca8f7200"=>nil, "28c410ee35d733cc0ae1f237cf8b6d30"=>nil, "a0477d63265fd4cd74babe3b35112d8f"=>nil, "23baf792b65f8e04656355171659fdd7"=>nil, "bf151d71d635dbed3849d8a42437457a"=>nil, "38a4b5ed23f02f7674ab1c093e473603"=>nil, "cd26f5a51c1e62cedecd014d130f3bac"=>nil, "52fb8de9778ed617bf1183b87b2fb921"=>nil, "d1a03cb80ac5bb06627395529c144478"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e31168 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.3.4", @long_description="= DESCRIPTION:\n\nInstalls and configures Nagios for a server and for clients using Chef 0.8 search capabilities.\n\n= REQUIREMENTS:\n\nRequires Chef 0.8+ for search capability of roles and data bags.\n\nA data bag named 'users' should exist, and users should have a groups value of \"sysadmins\" so the server recipe can search for who sysadmins are to notify. If this is not desired, remove the sysadmins search and other usage from the nagios::server recipe, and the contacts template.\n\nThe monitoring server that uses this recipe should have a role named 'monitoring'. The client recipe will use this to allow the monitoring server to connect via NRPE. A role named after the environment (e.g., \"production\") and a node attribute app_environment with a value of the same should be created for all nodes. The server uses this to search for only nodes that belong to its same environment.\n\nBecause of the heavy use of search, this recipe will not work with Chef Solo, as it cannot do any searches without a server.\n\n== Platform:\n\nTested on Ubuntu 9.04, Ubuntu 9.10 and Debian 5.\n\n== Cookbooks:\n\n* apache2\n\n= ATTRIBUTES:\n\nAttributes under the 'nagios' namespace.\n\n== Client:\n\nThe following attributes are used for the client NRPE checks for warning and critical levels.\n\nchecks.memory.critical\nchecks.memory.warning\nchecks.load.critical\nchecks.load.warning\nchecks.smtp_host - default relayhost to check for connectivity.\n\n== Server:\n\ndir - base server configuration directory.\nlog_dir - where the server logs.\ncache_dir\ndocroot\nconfig_subdir - for dropping in configurations as needed.\nnotifications_enabled - set to 1 to enable notification.\ncheck_external_commands\ndefault_contact_groups\nsysadmin_email - default notification email.\nsysadmin_sms_email - default notification sms.\ntemplates\ninterval_length - minimum interval.\ndefault_host.check_interval\ndefault_host.retry_interval\ndefault_host.max_check_attempts\ndefault_host.notification_interval\ndefault_service.check_interval\ndefault_service.retry_interval\ndefault_service.max_check_attempts\ndefault_service.notification_interval\n\n= USAGE:\n\nFor a Nagios server, create a role named 'monitoring', and add the following recipe to the run_list:\n\n recipe[nagios::server]\n\nThis will allow client nodes to search for the server by this role and add its IP address to the allowed list for NRPE.\n\nTo install Nagios and NRPE on a client node:\n\n include_recipe \"nagios::client\"\n\nThis is a fairly complicated cookbook. We'll describe the components in detail.\n\n== Definitions:\n\nnagios_conf:: This definition is used to drop in a configuration file in the base Nagios configuration directory's conf.d. This can be used for customized configurations for various services.\n\n== Libraries:\n\ndefault:: The library included with the cookbook provides some helper methods used in templates.\n\n* nagios_boolean\n* nagios_interval - calculates interval based on interval length and a given number of seconds.\n* nagios_attr - retrieves a nagios attribute from the node.\n\n== Recipes:\n\n=== Client\n\nThe client recipe searches for allowed servers via a role named 'monitoring'. The recipe will also install the required packages and start the NRPE service. A custom plugin for checking memory is also added.\n\nClient commands for NRPE can be modified by editing the nrpe.cfg.erb template.\n\n=== Server\n\nThe server recipe sets up Apache as the web front end. The nagios::client recipe is also included. This recipe also does a number of searches to dynamically build the hostgroups to monitor, hosts that belong to them and admins to notify of events/alerts.\n\nThe recipe does the following:\n\n1. Searches for members of the sysadmins group by searching through 'users' data bag and adds them to a list for notification/contacts.\n2. Search all nodes for a role matching the app_environment.\n3. Search all available roles and build a list which will be the Nagios hostgroups.\n4. Search for all nodes of each role and add the hostnames to the hostgroups.\n5. Installs various packages required for the server.\n6. Sets up some configuration directories.\n7. Moves the package-installed Nagios configuration to a 'dist' directory.\n8. Disables the 000-default site (present on Debian/Ubuntu Apache2 package installations).\n9. Enables the Nagios web front end configuration.\n10. Sets up the configuration templates for services, contacts, hostgroups and hosts.\n\n*NOTE*: You will probably need to change the services.cfg.erb template for your environment.\n\nTo add custom commands for service checks, these can be done on a per-role basis by editing the 'services.cfg.erb' template. This template has some pre-configured checks that use role names used in an example infrastructure. Here's a brief description:\n\n* monitoring - check_smtp (e.g., postfix relayhost) w/ NRPE and tcp port 514 (e.g., rsyslog)\n* load_balancer - check_nginx with NRPE.\n* appserver - check_unicorn with NRPE, e.g. a Rails application using Unicorn.\n* database_master - check_mysql_server with NRPE for a MySQL database master.\n\n= LICENSE and AUTHOR:\n\nAuthor:: Joshua Sierles <joshua@37signals.com>\nAuthor:: Nathan Haneysmith <nathan@opscode.com>\nAuthor:: Joshua Timberman <joshua@opscode.com>\n\nCopyright 2009, 37signals\nCopyright 2009-2010, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", @recipes={"nagios"=>"Empty, use one of the other recipes", "nagios::client"=>"Installs and configures a nagios client with nrpe", "nagios::server"=>"Installs and configures a nagios server"}, @conflicting={}, @attributes={}, @description="Installs and configures nagios", @groupings={}, @dependencies={"chef_aux"=>[], "apache2"=>[], "monitoring"=>[]}, @platforms={"debian"=>[], "ubuntu"=>[]}, @name="nagios">, @couchdb_id=nil, @library_filenames=["generate_services.rb", "default.rb"], @name="nagios">, "nginx"=>#<Chef::CookbookVersion:0x7effc4dec900 @template_filenames=["nginx.sysconfig.erb", "nginx.conf.erb", "sv-nginx-run.erb", "nginx.init.erb", "nxensite.erb", "nxdissite.erb", "sv-nginx-log-run.erb", "default-site.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb", "source"=>"source.rb"}, @file_vendor=nil, @definition_filenames=["nginx_site.rb"], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/b164434ccf703477e6226b347d482a0b", "checksum"=>"b164434ccf703477e6226b347d482a0b", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/nginx.sysconfig.erb"=>{"name"=>"nginx.sysconfig.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/9a52f84265bc8ad83725c28d273edb19", "checksum"=>"9a52f84265bc8ad83725c28d273edb19", "path"=>"templates/default/nginx.sysconfig.erb", "specificity"=>"default"}, "templates/default/sv-nginx-run.erb"=>{"name"=>"sv-nginx-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/974ff83df76133ff87a9f0262da8deec", "checksum"=>"974ff83df76133ff87a9f0262da8deec", "path"=>"templates/default/sv-nginx-run.erb", "specificity"=>"default"}, "templates/default/sv-nginx-log-run.erb"=>{"name"=>"sv-nginx-log-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/09f2bf988663175cd1b7973198dfb5eb", "checksum"=>"09f2bf988663175cd1b7973198dfb5eb", "path"=>"templates/default/sv-nginx-log-run.erb", "specificity"=>"default"}, "templates/default/nxdissite.erb"=>{"name"=>"nxdissite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/7d5c90cf699f48166617feabc1333fd3", "checksum"=>"7d5c90cf699f48166617feabc1333fd3", "path"=>"templates/default/nxdissite.erb", "specificity"=>"default"}, "definitions/nginx_site.rb"=>{"name"=>"nginx_site.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/04a5b9dacd5e6ba1ac7d7cda000816d4", "checksum"=>"04a5b9dacd5e6ba1ac7d7cda000816d4", "path"=>"definitions/nginx_site.rb", "specificity"=>"default"}, "recipes/source.rb"=>{"name"=>"source.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/a8904201e2bede8d1189687941613003", "checksum"=>"a8904201e2bede8d1189687941613003", "path"=>"recipes/source.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f17695da6bd01c687d88617fb8c80ef0", "checksum"=>"f17695da6bd01c687d88617fb8c80ef0", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f464e3b961a6842006ffed907d8e4d6b", "checksum"=>"f464e3b961a6842006ffed907d8e4d6b", "path"=>"README.rdoc", "specificity"=>"default"}, "templates/default/nginx.init.erb"=>{"name"=>"nginx.init.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/7ebf547daacb2185017d17760c9db8c7", "checksum"=>"7ebf547daacb2185017d17760c9db8c7", "path"=>"templates/default/nginx.init.erb", "specificity"=>"default"}, "templates/default/nxensite.erb"=>{"name"=>"nxensite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/b6761008b917c376215fd805f24b07da", "checksum"=>"b6761008b917c376215fd805f24b07da", "path"=>"templates/default/nxensite.erb", "specificity"=>"default"}, "templates/default/nginx.conf.erb"=>{"name"=>"nginx.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/42ae0279c7128d67588151cf036085ce", "checksum"=>"42ae0279c7128d67588151cf036085ce", "path"=>"templates/default/nginx.conf.erb", "specificity"=>"default"}, "files/default/mime.types"=>{"name"=>"mime.types", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/06e7eca1d6cb608e2e74fd1f8e059f34", "checksum"=>"06e7eca1d6cb608e2e74fd1f8e059f34", "path"=>"files/default/mime.types", "specificity"=>"default"}, "attributes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/45ce302952590f55255fac510dc194f4", "checksum"=>"45ce302952590f55255fac510dc194f4", "path"=>"attributes/default.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/c97999a47fa6d61121b3488352159fdc", "checksum"=>"c97999a47fa6d61121b3488352159fdc", "path"=>"metadata.json", "specificity"=>"default"}, "templates/default/default-site.erb"=>{"name"=>"default-site.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/9135c937bdf269023cc4e3c4befaf60f", "checksum"=>"9135c937bdf269023cc4e3c4befaf60f", "path"=>"templates/default/default-site.erb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["source.rb", "default.rb"], @manifest={"name"=>"nginx-0.14.3", "definitions"=>[{"name"=>"nginx_site.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/04a5b9dacd5e6ba1ac7d7cda000816d4", "checksum"=>"04a5b9dacd5e6ba1ac7d7cda000816d4", "path"=>"definitions/nginx_site.rb", "specificity"=>"default"}], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"mime.types", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/06e7eca1d6cb608e2e74fd1f8e059f34", "checksum"=>"06e7eca1d6cb608e2e74fd1f8e059f34", "path"=>"files/default/mime.types", "specificity"=>"default"}], "attributes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/45ce302952590f55255fac510dc194f4", "checksum"=>"45ce302952590f55255fac510dc194f4", "path"=>"attributes/default.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{"runit"=>[], "build-essential"=>[]}, "name"=>"nginx", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{"nginx/worker_connections"=>{"required"=>"optional", "calculated"=>false, "default"=>"1024", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Worker Connections", "description"=>"Number of connections per worker"}, "nginx/user"=>{"required"=>"optional", "calculated"=>false, "default"=>"www-data", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx User", "description"=>"User nginx will run as"}, "nginx/binary"=>{"required"=>"optional", "calculated"=>false, "default"=>"/usr/sbin/nginx", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Binary", "description"=>"Location of the nginx server binary"}, "nginx/gzip_types"=>{"required"=>"optional", "calculated"=>false, "default"=>["text/plain", "text/html", "text/css", "application/x-javascript", "text/xml", "application/xml", "application/xml+rss", "text/javascript"], "choice"=>[], "type"=>"array", "recipes"=>[], "display_name"=>"Nginx Gzip Types", "description"=>"Supported MIME-types for gzip"}, "nginx/keepalive_timeout"=>{"required"=>"optional", "calculated"=>false, "default"=>"65", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Keepalive Timeout"}, "nginx/dir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/etc/nginx", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Directory", "description"=>"Location of nginx configuration files"}, "nginx/gzip_comp_level"=>{"required"=>"optional", "calculated"=>false, "default"=>"2", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Gzip Compression Level", "description"=>"Amount of compression to use"}, "nginx/gzip_proxied"=>{"required"=>"optional", "calculated"=>false, "default"=>"any", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Gzip Proxied", "description"=>"Whether gzip is proxied"}, "nginx/server_names_hash_bucket_size"=>{"required"=>"optional", "calculated"=>false, "default"=>"64", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Server Names Hash Bucket Size"}, "nginx/gzip_http_version"=>{"required"=>"optional", "calculated"=>false, "default"=>"1.0", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Gzip HTTP Version", "description"=>"Version of HTTP Gzip"}, "nginx/worker_processes"=>{"required"=>"optional", "calculated"=>false, "default"=>"1", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Worker Processes", "description"=>"Number of worker processes"}, "nginx/log_dir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/var/log/nginx", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Log Directory", "description"=>"Location for nginx logs"}, "nginx/gzip"=>{"required"=>"optional", "calculated"=>false, "default"=>"on", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Gzip", "description"=>"Whether gzip is enabled"}, "nginx/keepalive"=>{"required"=>"optional", "calculated"=>false, "default"=>"on", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Keepalive", "description"=>"Whether to enable keepalive"}}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "centos"=>[], "fedora"=>[], "ubuntu"=>[], "redhat"=>[]}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.14.3", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"nginx::source"=>"Installs nginx from source and sets up configuration with Debian apache style with sites-enabled/sites-available", "nginx"=>"Installs nginx package and sets up configuration with Debian apache style with sites-enabled/sites-available"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs and configures nginx", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"nginx", "resources"=>[], "templates"=>[{"name"=>"nginx.sysconfig.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/9a52f84265bc8ad83725c28d273edb19", "checksum"=>"9a52f84265bc8ad83725c28d273edb19", "path"=>"templates/default/nginx.sysconfig.erb", "specificity"=>"default"}, {"name"=>"nginx.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/42ae0279c7128d67588151cf036085ce", "checksum"=>"42ae0279c7128d67588151cf036085ce", "path"=>"templates/default/nginx.conf.erb", "specificity"=>"default"}, {"name"=>"sv-nginx-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/974ff83df76133ff87a9f0262da8deec", "checksum"=>"974ff83df76133ff87a9f0262da8deec", "path"=>"templates/default/sv-nginx-run.erb", "specificity"=>"default"}, {"name"=>"nginx.init.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/7ebf547daacb2185017d17760c9db8c7", "checksum"=>"7ebf547daacb2185017d17760c9db8c7", "path"=>"templates/default/nginx.init.erb", "specificity"=>"default"}, {"name"=>"nxensite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/b6761008b917c376215fd805f24b07da", "checksum"=>"b6761008b917c376215fd805f24b07da", "path"=>"templates/default/nxensite.erb", "specificity"=>"default"}, {"name"=>"nxdissite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/7d5c90cf699f48166617feabc1333fd3", "checksum"=>"7d5c90cf699f48166617feabc1333fd3", "path"=>"templates/default/nxdissite.erb", "specificity"=>"default"}, {"name"=>"sv-nginx-log-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/09f2bf988663175cd1b7973198dfb5eb", "checksum"=>"09f2bf988663175cd1b7973198dfb5eb", "path"=>"templates/default/sv-nginx-log-run.erb", "specificity"=>"default"}, {"name"=>"default-site.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/9135c937bdf269023cc4e3c4befaf60f", "checksum"=>"9135c937bdf269023cc4e3c4befaf60f", "path"=>"templates/default/default-site.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.14.3", "recipes"=>[{"name"=>"source.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/a8904201e2bede8d1189687941613003", "checksum"=>"a8904201e2bede8d1189687941613003", "path"=>"recipes/source.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/b164434ccf703477e6226b347d482a0b", "checksum"=>"b164434ccf703477e6226b347d482a0b", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f464e3b961a6842006ffed907d8e4d6b", "checksum"=>"f464e3b961a6842006ffed907d8e4d6b", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f17695da6bd01c687d88617fb8c80ef0", "checksum"=>"f17695da6bd01c687d88617fb8c80ef0", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/c97999a47fa6d61121b3488352159fdc", "checksum"=>"c97999a47fa6d61121b3488352159fdc", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["default.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4dec6f8 @rest=#<Chef::REST:0x7effc4dec6a8 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4dec608 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @file_filenames=["mime.types"], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"42ae0279c7128d67588151cf036085ce"=>nil, "f464e3b961a6842006ffed907d8e4d6b"=>nil, "09f2bf988663175cd1b7973198dfb5eb"=>nil, "b6761008b917c376215fd805f24b07da"=>nil, "9135c937bdf269023cc4e3c4befaf60f"=>nil, "7d5c90cf699f48166617feabc1333fd3"=>nil, "974ff83df76133ff87a9f0262da8deec"=>nil, "06e7eca1d6cb608e2e74fd1f8e059f34"=>nil, "04a5b9dacd5e6ba1ac7d7cda000816d4"=>nil, "f17695da6bd01c687d88617fb8c80ef0"=>nil, "9a52f84265bc8ad83725c28d273edb19"=>nil, "c97999a47fa6d61121b3488352159fdc"=>nil, "7ebf547daacb2185017d17760c9db8c7"=>nil, "45ce302952590f55255fac510dc194f4"=>nil, "a8904201e2bede8d1189687941613003"=>nil, "b164434ccf703477e6226b347d482a0b"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4de6780 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.14.3", @long_description="", @recipes={"nginx::source"=>"Installs nginx from source and sets up configuration with Debian apache style with sites-enabled/sites-available", "nginx"=>"Installs nginx package and sets up configuration with Debian apache style with sites-enabled/sites-available"}, @conflicting={}, @attributes={"nginx/worker_connections"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"1024", "type"=>"string", "recipes"=>[], "description"=>"Number of connections per worker", "display_name"=>"Nginx Worker Connections"}, "nginx/gzip_types"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>["text/plain", "text/html", "text/css", "application/x-javascript", "text/xml", "application/xml", "application/xml+rss", "text/javascript"], "type"=>"array", "recipes"=>[], "description"=>"Supported MIME-types for gzip", "display_name"=>"Nginx Gzip Types"}, "nginx/binary"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/usr/sbin/nginx", "type"=>"string", "recipes"=>[], "description"=>"Location of the nginx server binary", "display_name"=>"Nginx Binary"}, "nginx/user"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"www-data", "type"=>"string", "recipes"=>[], "description"=>"User nginx will run as", "display_name"=>"Nginx User"}, "nginx/keepalive_timeout"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"65", "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Keepalive Timeout"}, "nginx/gzip_proxied"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"any", "type"=>"string", "recipes"=>[], "description"=>"Whether gzip is proxied", "display_name"=>"Nginx Gzip Proxied"}, "nginx/gzip_comp_level"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"2", "type"=>"string", "recipes"=>[], "description"=>"Amount of compression to use", "display_name"=>"Nginx Gzip Compression Level"}, "nginx/dir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/etc/nginx", "type"=>"string", "recipes"=>[], "description"=>"Location of nginx configuration files", "display_name"=>"Nginx Directory"}, "nginx/server_names_hash_bucket_size"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"64", "type"=>"string", "recipes"=>[], "display_name"=>"Nginx Server Names Hash Bucket Size"}, "nginx/worker_processes"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"1", "type"=>"string", "recipes"=>[], "description"=>"Number of worker processes", "display_name"=>"Nginx Worker Processes"}, "nginx/gzip_http_version"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"1.0", "type"=>"string", "recipes"=>[], "description"=>"Version of HTTP Gzip", "display_name"=>"Nginx Gzip HTTP Version"}, "nginx/log_dir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/var/log/nginx", "type"=>"string", "recipes"=>[], "description"=>"Location for nginx logs", "display_name"=>"Nginx Log Directory"}, "nginx/gzip"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"on", "type"=>"string", "recipes"=>[], "description"=>"Whether gzip is enabled", "display_name"=>"Nginx Gzip"}, "nginx/keepalive"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"on", "type"=>"string", "recipes"=>[], "description"=>"Whether to enable keepalive", "display_name"=>"Nginx Keepalive"}}, @description="Installs and configures nginx", @groupings={}, @dependencies={"runit"=>[], "build-essential"=>[]}, @platforms={"debian"=>[], "fedora"=>[], "centos"=>[], "ubuntu"=>[], "redhat"=>[]}, @name="nginx">, @couchdb_id=nil, @library_filenames=[], @name="nginx">, "java_sun"=>#<Chef::CookbookVersion:0x7effc4dfc8f0 @template_filenames=["canonical.com.list.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/d2cfa56360f5889b74945acaa1913901", "checksum"=>"d2cfa56360f5889b74945acaa1913901", "path"=>"recipes/default.rb", "specificity"=>"default"}, "files/default/java.seed"=>{"name"=>"java.seed", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/db1faaed646b005adaec9c206701c075", "checksum"=>"db1faaed646b005adaec9c206701c075", "path"=>"files/default/java.seed", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/c71dbf949456a0a4de303eaa45fd9641", "checksum"=>"c71dbf949456a0a4de303eaa45fd9641", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/b76e8d74490a07063748b01de436c4f6", "checksum"=>"b76e8d74490a07063748b01de436c4f6", "path"=>"README.rdoc", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/7b43d8eb0a54289ef61471c09c8c8329", "checksum"=>"7b43d8eb0a54289ef61471c09c8c8329", "path"=>"metadata.json", "specificity"=>"default"}, "templates/default/canonical.com.list.erb"=>{"name"=>"canonical.com.list.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/ad264d0e3b04ffe4cacf9ac0938f74e5", "checksum"=>"ad264d0e3b04ffe4cacf9ac0938f74e5", "path"=>"templates/default/canonical.com.list.erb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"java_sun-0.9.1", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"java.seed", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/db1faaed646b005adaec9c206701c075", "checksum"=>"db1faaed646b005adaec9c206701c075", "path"=>"files/default/java.seed", "specificity"=>"default"}], "attributes"=>[], "metadata"=>{"dependencies"=>{"apt"=>[]}, "name"=>"java_sun", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nInstalls Sun Java.\n\n= REQUIREMENTS:\n\nPlatform: Ubuntu, Debian.\n\nEnable the 'multiverse' repository on Ubuntu, 'non-free' on Debian, or edit the default recipe to point at the Java package for your platform.\n\n= USAGE:\n\nSimply include the recipe where you want Java installed. Note the respository requirement above to get the right package. On Debian and Ubuntu systems, the recipe will preseed the package and update java alternaties.\n\n= LICENSE and AUTHOR:\n\nCopyright 2008-2010, Opscode, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "version"=>"0.9.1", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs Sun java", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"java_sun", "resources"=>[], "templates"=>[{"name"=>"canonical.com.list.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/ad264d0e3b04ffe4cacf9ac0938f74e5", "checksum"=>"ad264d0e3b04ffe4cacf9ac0938f74e5", "path"=>"templates/default/canonical.com.list.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.9.1", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/d2cfa56360f5889b74945acaa1913901", "checksum"=>"d2cfa56360f5889b74945acaa1913901", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/b76e8d74490a07063748b01de436c4f6", "checksum"=>"b76e8d74490a07063748b01de436c4f6", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/c71dbf949456a0a4de303eaa45fd9641", "checksum"=>"c71dbf949456a0a4de303eaa45fd9641", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/7b43d8eb0a54289ef61471c09c8c8329", "checksum"=>"7b43d8eb0a54289ef61471c09c8c8329", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4dfc6e8 @rest=#<Chef::REST:0x7effc4dfc698 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4dfc5f8 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=["java.seed"], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"b76e8d74490a07063748b01de436c4f6"=>nil, "c71dbf949456a0a4de303eaa45fd9641"=>nil, "db1faaed646b005adaec9c206701c075"=>nil, "7b43d8eb0a54289ef61471c09c8c8329"=>nil, "ad264d0e3b04ffe4cacf9ac0938f74e5"=>nil, "d2cfa56360f5889b74945acaa1913901"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4df94c0 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.9.1", @long_description="= DESCRIPTION:\n\nInstalls Sun Java.\n\n= REQUIREMENTS:\n\nPlatform: Ubuntu, Debian.\n\nEnable the 'multiverse' repository on Ubuntu, 'non-free' on Debian, or edit the default recipe to point at the Java package for your platform.\n\n= USAGE:\n\nSimply include the recipe where you want Java installed. Note the respository requirement above to get the right package. On Debian and Ubuntu systems, the recipe will preseed the package and update java alternaties.\n\n= LICENSE and AUTHOR:\n\nCopyright 2008-2010, Opscode, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", @recipes={}, @conflicting={}, @attributes={}, @description="Installs Sun java", @groupings={}, @dependencies={"apt"=>[]}, @platforms={"debian"=>[], "ubuntu"=>[]}, @name="java_sun">, @couchdb_id=nil, @library_filenames=[], @name="java_sun">, "jruby"=>#<Chef::CookbookVersion:0x7effc4e07d40 @template_filenames=["jruby.sh.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/7954886583510575488ba5325e76c103", "checksum"=>"7954886583510575488ba5325e76c103", "path"=>"recipes/default.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/b2d184ad310c001c34f9a12844b84dad", "checksum"=>"b2d184ad310c001c34f9a12844b84dad", "path"=>"metadata.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/a8dd75dbc7b98ae479495aeb83aac30b", "checksum"=>"a8dd75dbc7b98ae479495aeb83aac30b", "path"=>"metadata.json", "specificity"=>"default"}, "attributes/jruby.rb"=>{"name"=>"jruby.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/0bee6bb24ac9995ffa92ec27b248e3fe", "checksum"=>"0bee6bb24ac9995ffa92ec27b248e3fe", "path"=>"attributes/jruby.rb", "specificity"=>"default"}, "templates/default/jruby.sh.erb"=>{"name"=>"jruby.sh.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/fbb3db7230bc01bb92a90db09d457ad4", "checksum"=>"fbb3db7230bc01bb92a90db09d457ad4", "path"=>"templates/default/jruby.sh.erb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"jruby-0.1.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[{"name"=>"jruby.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/0bee6bb24ac9995ffa92ec27b248e3fe", "checksum"=>"0bee6bb24ac9995ffa92ec27b248e3fe", "path"=>"attributes/jruby.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{"java_sun"=>[]}, "name"=>"jruby", "maintainer_email"=>"theo@jivatechnology.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Jiva Technology Limited", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs JRuby", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"jruby", "resources"=>[], "templates"=>[{"name"=>"jruby.sh.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/fbb3db7230bc01bb92a90db09d457ad4", "checksum"=>"fbb3db7230bc01bb92a90db09d457ad4", "path"=>"templates/default/jruby.sh.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.1.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/7954886583510575488ba5325e76c103", "checksum"=>"7954886583510575488ba5325e76c103", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/b2d184ad310c001c34f9a12844b84dad", "checksum"=>"b2d184ad310c001c34f9a12844b84dad", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/a8dd75dbc7b98ae479495aeb83aac30b", "checksum"=>"a8dd75dbc7b98ae479495aeb83aac30b", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["jruby.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e07a70 @rest=#<Chef::REST:0x7effc4e07a20 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e07930 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"jruby"=>"jruby.rb"}, @file_filenames=[], @root_filenames=["metadata.rb", "metadata.json"], @checksums={"a8dd75dbc7b98ae479495aeb83aac30b"=>nil, "0bee6bb24ac9995ffa92ec27b248e3fe"=>nil, "b2d184ad310c001c34f9a12844b84dad"=>nil, "7954886583510575488ba5325e76c103"=>nil, "fbb3db7230bc01bb92a90db09d457ad4"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e03d30 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="theo@jivatechnology.com", @recommendations={}, @providing={}, @maintainer="Jiva Technology Limited", @cookbook=nil, @version="0.1.0", @long_description="", @recipes={}, @conflicting={}, @attributes={}, @description="Installs JRuby", @groupings={}, @dependencies={"java_sun"=>[]}, @platforms={}, @name="jruby">, @couchdb_id=nil, @library_filenames=[], @name="jruby">, "openssl"=>#<Chef::CookbookVersion:0x7effc4e10c38 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/cd9b688975824954297838f7d4214b7f", "checksum"=>"cd9b688975824954297838f7d4214b7f", "path"=>"recipes/default.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/11f0c2157b8874c2d7962bf4024fb0b9", "checksum"=>"11f0c2157b8874c2d7962bf4024fb0b9", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/9079f62ac8455b3d85a2ee143fb93368", "checksum"=>"9079f62ac8455b3d85a2ee143fb93368", "path"=>"README.rdoc", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/a4aba49726799739c6366107cad0630b", "checksum"=>"a4aba49726799739c6366107cad0630b", "path"=>"metadata.json", "specificity"=>"default"}, "libraries/secure_password.rb"=>{"name"=>"secure_password.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/b3bf8b34c97e21c5ee6aa0ddb11b133e", "checksum"=>"b3bf8b34c97e21c5ee6aa0ddb11b133e", "path"=>"libraries/secure_password.rb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"openssl-0.1.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[], "metadata"=>{"dependencies"=>{}, "name"=>"openssl", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nLibrary provides a method to generate secure passwords for use in recipes.\n\n= REQUIREMENTS:\n\nOpenSSL Ruby bindings must be installed, which are a requirement for Chef anyway.\n\n= USAGE:\n\nMost often this will be used to generate a secure password for an attribute.\n\n include Opscode::OpenSSL::Password\n\n set_unless[:my_password] = secure_password\n\n= LICENSE and AUTHOR:\n\nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"openssl"=>"Empty, this cookbook provides a library, see README"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs/Configures openssl", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"openssl", "resources"=>[], "templates"=>[], "libraries"=>[{"name"=>"secure_password.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/b3bf8b34c97e21c5ee6aa0ddb11b133e", "checksum"=>"b3bf8b34c97e21c5ee6aa0ddb11b133e", "path"=>"libraries/secure_password.rb", "specificity"=>"default"}], "version"=>"0.1.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/cd9b688975824954297838f7d4214b7f", "checksum"=>"cd9b688975824954297838f7d4214b7f", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/9079f62ac8455b3d85a2ee143fb93368", "checksum"=>"9079f62ac8455b3d85a2ee143fb93368", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/11f0c2157b8874c2d7962bf4024fb0b9", "checksum"=>"11f0c2157b8874c2d7962bf4024fb0b9", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/a4aba49726799739c6366107cad0630b", "checksum"=>"a4aba49726799739c6366107cad0630b", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e10a08 @rest=#<Chef::REST:0x7effc4e109b8 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e10918 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=[], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"9079f62ac8455b3d85a2ee143fb93368"=>nil, "11f0c2157b8874c2d7962bf4024fb0b9"=>nil, "cd9b688975824954297838f7d4214b7f"=>nil, "b3bf8b34c97e21c5ee6aa0ddb11b133e"=>nil, "a4aba49726799739c6366107cad0630b"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e0d380 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.1.0", @long_description="= DESCRIPTION:\n\nLibrary provides a method to generate secure passwords for use in recipes.\n\n= REQUIREMENTS:\n\nOpenSSL Ruby bindings must be installed, which are a requirement for Chef anyway.\n\n= USAGE:\n\nMost often this will be used to generate a secure password for an attribute.\n\n include Opscode::OpenSSL::Password\n\n set_unless[:my_password] = secure_password\n\n= LICENSE and AUTHOR:\n\nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", @recipes={"openssl"=>"Empty, this cookbook provides a library, see README"}, @conflicting={}, @attributes={}, @description="Installs/Configures openssl", @groupings={}, @dependencies={}, @platforms={}, @name="openssl">, @couchdb_id=nil, @library_filenames=["secure_password.rb"], @name="openssl">, "swarm"=>#<Chef::CookbookVersion:0x7effc4e1eec8 @template_filenames=["swarm_env.sh.erb", "hbase_migrations.yml.erb", "swarm_member.conf.erb", "logrotate.erb", "swarm_logrotate.erb", "furtive_config.clj.erb", "test.conf", "swarms.conf.erb", "run_summarizers.erb", "jmxremote.password.erb", "swarm_control.erb", "nginx-site.conf.erb", "swarmiji_config.clj.erb", "fujure_like.conf.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"furtive"=>"furtive.rb", "default"=>"default.rb", "nginx_reverse_proxy"=>"nginx_reverse_proxy.rb", "hbase_migration"=>"hbase_migration.rb", "postfix"=>"postfix.rb"}, @file_vendor=nil, @definition_filenames=["deploy_thing.rb"], @manifest_records_by_path={"templates/default/fujure_like.conf.erb"=>{"name"=>"fujure_like.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/4d78e9ccf2c0ea69729cd408738d9f96", "checksum"=>"4d78e9ccf2c0ea69729cd408738d9f96", "path"=>"templates/default/fujure_like.conf.erb", "specificity"=>"default"}, "templates/default/swarmiji_config.clj.erb"=>{"name"=>"swarmiji_config.clj.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/7908e2347ec5c8f8837a0a4e8e036fbf", "checksum"=>"7908e2347ec5c8f8837a0a4e8e036fbf", "path"=>"templates/default/swarmiji_config.clj.erb", "specificity"=>"default"}, "files/default/etc_clojure.conf"=>{"name"=>"etc_clojure.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/6764509b73eb51327139e58507451b75", "checksum"=>"6764509b73eb51327139e58507451b75", "path"=>"files/default/etc_clojure.conf", "specificity"=>"default"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/706376e8dff6029feeb740f6040a1fca", "checksum"=>"706376e8dff6029feeb740f6040a1fca", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/hbase_migrations.yml.erb"=>{"name"=>"hbase_migrations.yml.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/da6663f90b04d8f5e9f7b9e32de29029", "checksum"=>"da6663f90b04d8f5e9f7b9e32de29029", "path"=>"templates/default/hbase_migrations.yml.erb", "specificity"=>"default"}, "monitoring.features"=>{"name"=>"monitoring.features", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/c898f036223dfa4669d5b403fddc7a93", "checksum"=>"c898f036223dfa4669d5b403fddc7a93", "path"=>"monitoring.features", "specificity"=>"default"}, "templates/default/jmxremote.password.erb"=>{"name"=>"jmxremote.password.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/249dfcd10edbf943b77697bf0f0889b0", "checksum"=>"249dfcd10edbf943b77697bf0f0889b0", "path"=>"templates/default/jmxremote.password.erb", "specificity"=>"default"}, "definitions/deploy_thing.rb"=>{"name"=>"deploy_thing.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/d11c2a95f1485dd22153cd829e2a81d5", "checksum"=>"d11c2a95f1485dd22153cd829e2a81d5", "path"=>"definitions/deploy_thing.rb", "specificity"=>"default"}, "templates/default/swarms.conf.erb"=>{"name"=>"swarms.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/233c6030ce50b23f291032566cadb2ee", "checksum"=>"233c6030ce50b23f291032566cadb2ee", "path"=>"templates/default/swarms.conf.erb", "specificity"=>"default"}, "templates/default/furtive_config.clj.erb"=>{"name"=>"furtive_config.clj.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/80520e6c8507d72c60c8c7633079ffe6", "checksum"=>"80520e6c8507d72c60c8c7633079ffe6", "path"=>"templates/default/furtive_config.clj.erb", "specificity"=>"default"}, "templates/default/logrotate.erb"=>{"name"=>"logrotate.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/ba10262b9b71fd166f239a195efe0c75", "checksum"=>"ba10262b9b71fd166f239a195efe0c75", "path"=>"templates/default/logrotate.erb", "specificity"=>"default"}, "service_binding.rb"=>{"name"=>"service_binding.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319fd1d16641ac25800d12f67c8353f5", "checksum"=>"319fd1d16641ac25800d12f67c8353f5", "path"=>"service_binding.rb", "specificity"=>"default"}, "templates/default/swarm_logrotate.erb"=>{"name"=>"swarm_logrotate.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/5ab7ae15e31bb4a6e8e16d2012e174d4", "checksum"=>"5ab7ae15e31bb4a6e8e16d2012e174d4", "path"=>"templates/default/swarm_logrotate.erb", "specificity"=>"default"}, "files/default/wildcard.runa.com.crt"=>{"name"=>"wildcard.runa.com.crt", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/412320ecec7a63dc38520a4184a20ffb", "checksum"=>"412320ecec7a63dc38520a4184a20ffb", "path"=>"files/default/wildcard.runa.com.crt", "specificity"=>"default"}, "recipes/furtive.rb"=>{"name"=>"furtive.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/75d0d39a9517ef9afbcdc1d14ef115ff", "checksum"=>"75d0d39a9517ef9afbcdc1d14ef115ff", "path"=>"recipes/furtive.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/acbf25d716de2b1a092dc646d93a4b49", "checksum"=>"acbf25d716de2b1a092dc646d93a4b49", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, "recipes/nginx_reverse_proxy.rb"=>{"name"=>"nginx_reverse_proxy.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/98f0b7cc6fff28fea79c1bd56f98572e", "checksum"=>"98f0b7cc6fff28fea79c1bd56f98572e", "path"=>"recipes/nginx_reverse_proxy.rb", "specificity"=>"default"}, "recipes/hbase_migration.rb"=>{"name"=>"hbase_migration.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/043918e2624f7edf7959bbd044cb68d7", "checksum"=>"043918e2624f7edf7959bbd044cb68d7", "path"=>"recipes/hbase_migration.rb", "specificity"=>"default"}, "templates/default/nginx-site.conf.erb"=>{"name"=>"nginx-site.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/d2ed5fd81445d33403b44de246aec275", "checksum"=>"d2ed5fd81445d33403b44de246aec275", "path"=>"templates/default/nginx-site.conf.erb", "specificity"=>"default"}, "templates/default/swarm_control.erb"=>{"name"=>"swarm_control.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/0ef3ced09fb600a88cc63108388e5afc", "checksum"=>"0ef3ced09fb600a88cc63108388e5afc", "path"=>"templates/default/swarm_control.erb", "specificity"=>"default"}, "files/default/p3p.xml"=>{"name"=>"p3p.xml", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/39135c0c56f9736360a1b51a743b14b8", "checksum"=>"39135c0c56f9736360a1b51a743b14b8", "path"=>"files/default/p3p.xml", "specificity"=>"default"}, "templates/default/run_summarizers.erb"=>{"name"=>"run_summarizers.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/6e91a51b32f2587c00b86f4580c0fa1e", "checksum"=>"6e91a51b32f2587c00b86f4580c0fa1e", "path"=>"templates/default/run_summarizers.erb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319a2097b8a4d383df42a69c9e7d8f46", "checksum"=>"319a2097b8a4d383df42a69c9e7d8f46", "path"=>"metadata.json", "specificity"=>"default"}, "templates/default/swarm_member.conf.erb"=>{"name"=>"swarm_member.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/13c7c99143d25538ec841a9b10187b03", "checksum"=>"13c7c99143d25538ec841a9b10187b03", "path"=>"templates/default/swarm_member.conf.erb", "specificity"=>"default"}, "templates/default/test.conf"=>{"name"=>"test.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/779b0929d5b8a2df4fb9a74652800bbe", "checksum"=>"779b0929d5b8a2df4fb9a74652800bbe", "path"=>"templates/default/test.conf", "specificity"=>"default"}, "templates/default/swarm_env.sh.erb"=>{"name"=>"swarm_env.sh.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/e6a24dbb47d21ee86322baeb7041a83e", "checksum"=>"e6a24dbb47d21ee86322baeb7041a83e", "path"=>"templates/default/swarm_env.sh.erb", "specificity"=>"default"}, "files/default/wildcard.runa.com.key"=>{"name"=>"wildcard.runa.com.key", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/debb880c334ee07f383c477537dac639", "checksum"=>"debb880c334ee07f383c477537dac639", "path"=>"files/default/wildcard.runa.com.key", "specificity"=>"default"}, "libraries/get_node_by_role.rb"=>{"name"=>"get_node_by_role.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/76274afa9409f86186b625c0d212adff", "checksum"=>"76274afa9409f86186b625c0d212adff", "path"=>"libraries/get_node_by_role.rb", "specificity"=>"default"}, "recipes/postfix.rb"=>{"name"=>"postfix.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/82f99dbf2f83f7092a40c47c6b577b1b", "checksum"=>"82f99dbf2f83f7092a40c47c6b577b1b", "path"=>"recipes/postfix.rb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["hbase_migration.rb", "furtive.rb", "postfix.rb", "nginx_reverse_proxy.rb", "default.rb"], @manifest={"name"=>"swarm-0.1.0", "definitions"=>[{"name"=>"deploy_thing.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/d11c2a95f1485dd22153cd829e2a81d5", "checksum"=>"d11c2a95f1485dd22153cd829e2a81d5", "path"=>"definitions/deploy_thing.rb", "specificity"=>"default"}], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"p3p.xml", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/39135c0c56f9736360a1b51a743b14b8", "checksum"=>"39135c0c56f9736360a1b51a743b14b8", "path"=>"files/default/p3p.xml", "specificity"=>"default"}, {"name"=>"wildcard.runa.com.key", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/debb880c334ee07f383c477537dac639", "checksum"=>"debb880c334ee07f383c477537dac639", "path"=>"files/default/wildcard.runa.com.key", "specificity"=>"default"}, {"name"=>"etc_clojure.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/6764509b73eb51327139e58507451b75", "checksum"=>"6764509b73eb51327139e58507451b75", "path"=>"files/default/etc_clojure.conf", "specificity"=>"default"}, {"name"=>"wildcard.runa.com.crt", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/412320ecec7a63dc38520a4184a20ffb", "checksum"=>"412320ecec7a63dc38520a4184a20ffb", "path"=>"files/default/wildcard.runa.com.crt", "specificity"=>"default"}], "attributes"=>[], "metadata"=>{"dependencies"=>{"mysql"=>[], "java_sun"=>[], "nginx"=>[], "jruby"=>[], "leiningen"=>[], "postfix"=>[]}, "name"=>"swarm", "maintainer_email"=>"ops@runa.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Runa Inc.", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n__[{:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop::slave\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs_runa\"}], :description=>\"a hadoop dfs report is availble\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}, {\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityTotal\"}, {\"critical\"=>\"\", \"object_name\"=>\"java.lang:type=Memory\", \"warning\"=>\"\", \"attribute\"=>\"HeapMemoryUsage.used\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop::master\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs\"}], :description=>\"a hadoop dfs report is available\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityRemaining\"}, {\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:applicability_conditions=>[\"lambda{|p|p[:db_info] and p[:db_info].find{|x|x[:username] == p[:monitor_user_id]}}\"], :params=>[\"db_info\", \"monitor_user_id\"], :name=>\"mysql_basic_health\"}], :description=>\"the user 'monitor_user_id' should be able to log into this service\"}], :service_name=>\"mysql_server\", :recipe_names=>[\"mysql::server\", \"mysql::server2\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:params=>[\"sap\"], :attributes_to_monitor=>[{\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"messages\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"queues\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"bindings\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"exchanges\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"connections\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"queue_mem\"}], :name=>\"rabbitmq_basic_health\"}], :description=>\"rabbitmq server should be running\"}], :service_name=>\"rabbitmq\", :recipe_names=>[\"rabbitmq\", \"rabbitmq::stomp\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:params=>[\"sap\"], :name=>\"redis_basic_health\"}], :description=>\"anonymous user should be able to log into this service\"}], :service_name=>\"redis_service\", :recipe_names=>[\"runa_redis\"]}, {:conditions=>[{:to_monitor=>[{:name=>\"chesire_http_test1\"}], :description=>\"this service should be accessible over http\"}], :service_name=>\"chesire\", :recipe_names=>[\"swarm\"]}]__", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs/Configures swarm", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"swarm", "resources"=>[], "templates"=>[{"name"=>"swarm_env.sh.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/e6a24dbb47d21ee86322baeb7041a83e", "checksum"=>"e6a24dbb47d21ee86322baeb7041a83e", "path"=>"templates/default/swarm_env.sh.erb", "specificity"=>"default"}, {"name"=>"hbase_migrations.yml.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/da6663f90b04d8f5e9f7b9e32de29029", "checksum"=>"da6663f90b04d8f5e9f7b9e32de29029", "path"=>"templates/default/hbase_migrations.yml.erb", "specificity"=>"default"}, {"name"=>"swarm_member.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/13c7c99143d25538ec841a9b10187b03", "checksum"=>"13c7c99143d25538ec841a9b10187b03", "path"=>"templates/default/swarm_member.conf.erb", "specificity"=>"default"}, {"name"=>"logrotate.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/ba10262b9b71fd166f239a195efe0c75", "checksum"=>"ba10262b9b71fd166f239a195efe0c75", "path"=>"templates/default/logrotate.erb", "specificity"=>"default"}, {"name"=>"swarm_logrotate.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/5ab7ae15e31bb4a6e8e16d2012e174d4", "checksum"=>"5ab7ae15e31bb4a6e8e16d2012e174d4", "path"=>"templates/default/swarm_logrotate.erb", "specificity"=>"default"}, {"name"=>"furtive_config.clj.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/80520e6c8507d72c60c8c7633079ffe6", "checksum"=>"80520e6c8507d72c60c8c7633079ffe6", "path"=>"templates/default/furtive_config.clj.erb", "specificity"=>"default"}, {"name"=>"test.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/779b0929d5b8a2df4fb9a74652800bbe", "checksum"=>"779b0929d5b8a2df4fb9a74652800bbe", "path"=>"templates/default/test.conf", "specificity"=>"default"}, {"name"=>"swarms.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/233c6030ce50b23f291032566cadb2ee", "checksum"=>"233c6030ce50b23f291032566cadb2ee", "path"=>"templates/default/swarms.conf.erb", "specificity"=>"default"}, {"name"=>"run_summarizers.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/6e91a51b32f2587c00b86f4580c0fa1e", "checksum"=>"6e91a51b32f2587c00b86f4580c0fa1e", "path"=>"templates/default/run_summarizers.erb", "specificity"=>"default"}, {"name"=>"jmxremote.password.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/249dfcd10edbf943b77697bf0f0889b0", "checksum"=>"249dfcd10edbf943b77697bf0f0889b0", "path"=>"templates/default/jmxremote.password.erb", "specificity"=>"default"}, {"name"=>"swarm_control.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/0ef3ced09fb600a88cc63108388e5afc", "checksum"=>"0ef3ced09fb600a88cc63108388e5afc", "path"=>"templates/default/swarm_control.erb", "specificity"=>"default"}, {"name"=>"nginx-site.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/d2ed5fd81445d33403b44de246aec275", "checksum"=>"d2ed5fd81445d33403b44de246aec275", "path"=>"templates/default/nginx-site.conf.erb", "specificity"=>"default"}, {"name"=>"swarmiji_config.clj.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/7908e2347ec5c8f8837a0a4e8e036fbf", "checksum"=>"7908e2347ec5c8f8837a0a4e8e036fbf", "path"=>"templates/default/swarmiji_config.clj.erb", "specificity"=>"default"}, {"name"=>"fujure_like.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/4d78e9ccf2c0ea69729cd408738d9f96", "checksum"=>"4d78e9ccf2c0ea69729cd408738d9f96", "path"=>"templates/default/fujure_like.conf.erb", "specificity"=>"default"}], "libraries"=>[{"name"=>"get_node_by_role.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/76274afa9409f86186b625c0d212adff", "checksum"=>"76274afa9409f86186b625c0d212adff", "path"=>"libraries/get_node_by_role.rb", "specificity"=>"default"}], "version"=>"0.1.0", "recipes"=>[{"name"=>"hbase_migration.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/043918e2624f7edf7959bbd044cb68d7", "checksum"=>"043918e2624f7edf7959bbd044cb68d7", "path"=>"recipes/hbase_migration.rb", "specificity"=>"default"}, {"name"=>"furtive.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/75d0d39a9517ef9afbcdc1d14ef115ff", "checksum"=>"75d0d39a9517ef9afbcdc1d14ef115ff", "path"=>"recipes/furtive.rb", "specificity"=>"default"}, {"name"=>"postfix.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/82f99dbf2f83f7092a40c47c6b577b1b", "checksum"=>"82f99dbf2f83f7092a40c47c6b577b1b", "path"=>"recipes/postfix.rb", "specificity"=>"default"}, {"name"=>"nginx_reverse_proxy.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/98f0b7cc6fff28fea79c1bd56f98572e", "checksum"=>"98f0b7cc6fff28fea79c1bd56f98572e", "path"=>"recipes/nginx_reverse_proxy.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/706376e8dff6029feeb740f6040a1fca", "checksum"=>"706376e8dff6029feeb740f6040a1fca", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"monitoring.features", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/c898f036223dfa4669d5b403fddc7a93", "checksum"=>"c898f036223dfa4669d5b403fddc7a93", "path"=>"monitoring.features", "specificity"=>"default"}, {"name"=>"service_binding.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319fd1d16641ac25800d12f67c8353f5", "checksum"=>"319fd1d16641ac25800d12f67c8353f5", "path"=>"service_binding.rb", "specificity"=>"default"}, {"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/acbf25d716de2b1a092dc646d93a4b49", "checksum"=>"acbf25d716de2b1a092dc646d93a4b49", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319a2097b8a4d383df42a69c9e7d8f46", "checksum"=>"319a2097b8a4d383df42a69c9e7d8f46", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e1ecc0 @rest=#<Chef::REST:0x7effc4e1ec70 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e1ebd0 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=["p3p.xml", "wildcard.runa.com.key", "etc_clojure.conf", "wildcard.runa.com.crt"], @root_filenames=["monitoring.features", "service_binding.rb", "README.rdoc", "metadata.rb", "metadata.json"], @checksums={"13c7c99143d25538ec841a9b10187b03"=>nil, "d11c2a95f1485dd22153cd829e2a81d5"=>nil, "d2ed5fd81445d33403b44de246aec275"=>nil, "249dfcd10edbf943b77697bf0f0889b0"=>nil, "4d78e9ccf2c0ea69729cd408738d9f96"=>nil, "6e91a51b32f2587c00b86f4580c0fa1e"=>nil, "39189d80e03a1232ea330fbc5bbfaa81"=>nil, "319fd1d16641ac25800d12f67c8353f5"=>nil, "da6663f90b04d8f5e9f7b9e32de29029"=>nil, "412320ecec7a63dc38520a4184a20ffb"=>nil, "043918e2624f7edf7959bbd044cb68d7"=>nil, "c898f036223dfa4669d5b403fddc7a93"=>nil, "233c6030ce50b23f291032566cadb2ee"=>nil, "ba10262b9b71fd166f239a195efe0c75"=>nil, "98f0b7cc6fff28fea79c1bd56f98572e"=>nil, "82f99dbf2f83f7092a40c47c6b577b1b"=>nil, "80520e6c8507d72c60c8c7633079ffe6"=>nil, "e6a24dbb47d21ee86322baeb7041a83e"=>nil, "debb880c334ee07f383c477537dac639"=>nil, "319a2097b8a4d383df42a69c9e7d8f46"=>nil, "0ef3ced09fb600a88cc63108388e5afc"=>nil, "6764509b73eb51327139e58507451b75"=>nil, "acbf25d716de2b1a092dc646d93a4b49"=>nil, "39135c0c56f9736360a1b51a743b14b8"=>nil, "76274afa9409f86186b625c0d212adff"=>nil, "75d0d39a9517ef9afbcdc1d14ef115ff"=>nil, "5ab7ae15e31bb4a6e8e16d2012e174d4"=>nil, "706376e8dff6029feeb740f6040a1fca"=>nil, "7908e2347ec5c8f8837a0a4e8e036fbf"=>nil, "779b0929d5b8a2df4fb9a74652800bbe"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e16598 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="ops@runa.com", @recommendations={}, @providing={}, @maintainer="Runa Inc.", @cookbook=nil, @version="0.1.0", @long_description="= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n__[{:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop::slave\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs_runa\"}], :description=>\"a hadoop dfs report is availble\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}, {\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityTotal\"}, {\"critical\"=>\"\", \"object_name\"=>\"java.lang:type=Memory\", \"warning\"=>\"\", \"attribute\"=>\"HeapMemoryUsage.used\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop::master\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_datanode_remotely\"}], :description=>\"this service should be accessible over tcp\"}], :service_name=>\"hadoop_datanode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:name=>\"check_hadoop_namenode_remotely\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:name=>\"check_hadoop_dfs\"}], :description=>\"a hadoop dfs report is available\"}, {:to_monitor=>[{:params=>[\"jmxremote_port\", \"jmxremote_password\"], :attributes_to_monitor=>[{\"critical\"=>\"<20000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\"\", \"attribute\"=>\"CapacityRemaining\"}, {\"critical\"=>\">1000000\", \"object_name\"=>\"hadoop:name=FSNamesystemState,service=NameNode\", \"warning\"=>\">750000\", \"attribute\"=>\"FilesTotal\"}], :name=>\"check_hadoop_namenode_jmx\"}], :description=>\"jmx attributes are monitored\"}], :service_name=>\"hadoop_namenode\", :recipe_names=>[\"hadoop_cloudera_c3::conf_pseudo\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:applicability_conditions=>[\"lambda{|p|p[:db_info] and p[:db_info].find{|x|x[:username] == p[:monitor_user_id]}}\"], :params=>[\"db_info\", \"monitor_user_id\"], :name=>\"mysql_basic_health\"}], :description=>\"the user 'monitor_user_id' should be able to log into this service\"}], :service_name=>\"mysql_server\", :recipe_names=>[\"mysql::server\", \"mysql::server2\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:params=>[\"sap\"], :attributes_to_monitor=>[{\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"messages\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"queues\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"bindings\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"exchanges\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"connections\"}, {\"critical\"=>\"\", \"warning\"=>\"\", \"attribute\"=>\"queue_mem\"}], :name=>\"rabbitmq_basic_health\"}], :description=>\"rabbitmq server should be running\"}], :service_name=>\"rabbitmq\", :recipe_names=>[\"rabbitmq\", \"rabbitmq::stomp\"]}, {:conditions=>[{:name=>\"accessible_over_tcp\", :to_monitor=>[{:params=>[\"sap\"], :name=>\"inet_service_up\"}], :description=>\"this service should be accessible over tcp\"}, {:to_monitor=>[{:params=>[\"sap\"], :name=>\"redis_basic_health\"}], :description=>\"anonymous user should be able to log into this service\"}], :service_name=>\"redis_service\", :recipe_names=>[\"runa_redis\"]}, {:conditions=>[{:to_monitor=>[{:name=>\"chesire_http_test1\"}], :description=>\"this service should be accessible over http\"}], :service_name=>\"chesire\", :recipe_names=>[\"swarm\"]}]__", @recipes={}, @conflicting={}, @attributes={}, @description="Installs/Configures swarm", @groupings={}, @dependencies={"mysql"=>[], "jruby"=>[], "nginx"=>[], "java_sun"=>[], "leiningen"=>[], "postfix"=>[]}, @platforms={}, @name="swarm">, @couchdb_id=nil, @library_filenames=["get_node_by_role.rb"], @name="swarm">, "runa_base"=>#<Chef::CookbookVersion:0x7effc4e2cd98 @template_filenames=["hosts.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/95d5eb99d44b3042a4a495973f4a9242", "checksum"=>"95d5eb99d44b3042a4a495973f4a9242", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/hosts.erb"=>{"name"=>"hosts.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/e88bd8f1d2d1b1a8b22750a281a97329", "checksum"=>"e88bd8f1d2d1b1a8b22750a281a97329", "path"=>"templates/default/hosts.erb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/d731931bc77627a3ab6b5a8e7f678b1e", "checksum"=>"d731931bc77627a3ab6b5a8e7f678b1e", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, "attributes/runa_base.rb"=>{"name"=>"runa_base.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/3b5f61ce60ad32fa8d21af764e5217af", "checksum"=>"3b5f61ce60ad32fa8d21af764e5217af", "path"=>"attributes/runa_base.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/acd576fa81359d40b74ef116b40a53a6", "checksum"=>"acd576fa81359d40b74ef116b40a53a6", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"runa_base-0.1.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[{"name"=>"runa_base.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/3b5f61ce60ad32fa8d21af764e5217af", "checksum"=>"3b5f61ce60ad32fa8d21af764e5217af", "path"=>"attributes/runa_base.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"runa_base", "maintainer_email"=>"ops@runa.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Runa Inc.", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs/Configures runa_base", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"runa_base", "resources"=>[], "templates"=>[{"name"=>"hosts.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/e88bd8f1d2d1b1a8b22750a281a97329", "checksum"=>"e88bd8f1d2d1b1a8b22750a281a97329", "path"=>"templates/default/hosts.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.1.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/95d5eb99d44b3042a4a495973f4a9242", "checksum"=>"95d5eb99d44b3042a4a495973f4a9242", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/d731931bc77627a3ab6b5a8e7f678b1e", "checksum"=>"d731931bc77627a3ab6b5a8e7f678b1e", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/acd576fa81359d40b74ef116b40a53a6", "checksum"=>"acd576fa81359d40b74ef116b40a53a6", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["runa_base.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4e2cb90 @rest=#<Chef::REST:0x7effc4e2cb40 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4e2caa0 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"runa_base"=>"runa_base.rb"}, @file_filenames=[], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"39189d80e03a1232ea330fbc5bbfaa81"=>nil, "acd576fa81359d40b74ef116b40a53a6"=>nil, "e88bd8f1d2d1b1a8b22750a281a97329"=>nil, "d731931bc77627a3ab6b5a8e7f678b1e"=>nil, "95d5eb99d44b3042a4a495973f4a9242"=>nil, "3b5f61ce60ad32fa8d21af764e5217af"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4e29cb0 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="ops@runa.com", @recommendations={}, @providing={}, @maintainer="Runa Inc.", @cookbook=nil, @version="0.1.0", @long_description="= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n", @recipes={}, @conflicting={}, @attributes={}, @description="Installs/Configures runa_base", @groupings={}, @dependencies={}, @platforms={}, @name="runa_base">, @couchdb_id=nil, @library_filenames=[], @name="runa_base">, "apt"=>#<Chef::CookbookVersion:0x7effc4de1528 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"cacher"=>"cacher.rb", "default"=>"default.rb", "proxy"=>"proxy.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"files/default/apt-cacher.conf"=>{"name"=>"apt-cacher.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/3e4afb4ca7cb38b707b803cbb2a316a7", "checksum"=>"3e4afb4ca7cb38b707b803cbb2a316a7", "path"=>"files/default/apt-cacher.conf", "specificity"=>"default"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/112a8c22a020417dcc1c1fd06a4312ef", "checksum"=>"112a8c22a020417dcc1c1fd06a4312ef", "path"=>"recipes/default.rb", "specificity"=>"default"}, "files/default/apt-proxy-v2.conf"=>{"name"=>"apt-proxy-v2.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/a67a0204d4c54848aad67a8e9de5cad1", "checksum"=>"a67a0204d4c54848aad67a8e9de5cad1", "path"=>"files/default/apt-proxy-v2.conf", "specificity"=>"default"}, "README.md"=>{"name"=>"README.md", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/40c51d3f6d584ec4bd27ecb165464502", "checksum"=>"40c51d3f6d584ec4bd27ecb165464502", "path"=>"README.md", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/845529fa981084ed6bad973273213b69", "checksum"=>"845529fa981084ed6bad973273213b69", "path"=>"metadata.rb", "specificity"=>"default"}, "recipes/cacher.rb"=>{"name"=>"cacher.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/5479013c6f17fb6e1930ea31e8fb1df5", "checksum"=>"5479013c6f17fb6e1930ea31e8fb1df5", "path"=>"recipes/cacher.rb", "specificity"=>"default"}, "files/default/apt-cacher"=>{"name"=>"apt-cacher", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/046661f9e728b783ea90738769219d71", "checksum"=>"046661f9e728b783ea90738769219d71", "path"=>"files/default/apt-cacher", "specificity"=>"default"}, "recipes/proxy.rb"=>{"name"=>"proxy.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/434450082c67c354884c4b8b5db23ffb", "checksum"=>"434450082c67c354884c4b8b5db23ffb", "path"=>"recipes/proxy.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/0954695053bfb66c71bcfc33befd3e8e", "checksum"=>"0954695053bfb66c71bcfc33befd3e8e", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["proxy.rb", "cacher.rb", "default.rb"], @manifest={"name"=>"apt-0.9.1", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"apt-proxy-v2.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/a67a0204d4c54848aad67a8e9de5cad1", "checksum"=>"a67a0204d4c54848aad67a8e9de5cad1", "path"=>"files/default/apt-proxy-v2.conf", "specificity"=>"default"}, {"name"=>"apt-cacher.conf", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/3e4afb4ca7cb38b707b803cbb2a316a7", "checksum"=>"3e4afb4ca7cb38b707b803cbb2a316a7", "path"=>"files/default/apt-cacher.conf", "specificity"=>"default"}, {"name"=>"apt-cacher", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/046661f9e728b783ea90738769219d71", "checksum"=>"046661f9e728b783ea90738769219d71", "path"=>"files/default/apt-cacher", "specificity"=>"default"}], "attributes"=>[], "metadata"=>{"dependencies"=>{}, "name"=>"apt", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.9.1", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"apt::proxy"=>"Set up an APT proxy", "apt"=>"Runs apt-get update during compile phase and sets up preseed directories", "apt::cacher"=>"Set up an APT cache"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Configures apt and apt services", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"apt", "resources"=>[], "templates"=>[], "libraries"=>[], "version"=>"0.9.1", "recipes"=>[{"name"=>"proxy.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/434450082c67c354884c4b8b5db23ffb", "checksum"=>"434450082c67c354884c4b8b5db23ffb", "path"=>"recipes/proxy.rb", "specificity"=>"default"}, {"name"=>"cacher.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/5479013c6f17fb6e1930ea31e8fb1df5", "checksum"=>"5479013c6f17fb6e1930ea31e8fb1df5", "path"=>"recipes/cacher.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/112a8c22a020417dcc1c1fd06a4312ef", "checksum"=>"112a8c22a020417dcc1c1fd06a4312ef", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.md", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/40c51d3f6d584ec4bd27ecb165464502", "checksum"=>"40c51d3f6d584ec4bd27ecb165464502", "path"=>"README.md", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/845529fa981084ed6bad973273213b69", "checksum"=>"845529fa981084ed6bad973273213b69", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/0954695053bfb66c71bcfc33befd3e8e", "checksum"=>"0954695053bfb66c71bcfc33befd3e8e", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4de1320 @rest=#<Chef::REST:0x7effc4de12d0 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4de1230 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=["apt-proxy-v2.conf", "apt-cacher.conf", "apt-cacher"], @root_filenames=["README.md", "metadata.rb", "metadata.json"], @checksums={"40c51d3f6d584ec4bd27ecb165464502"=>nil, "3e4afb4ca7cb38b707b803cbb2a316a7"=>nil, "a67a0204d4c54848aad67a8e9de5cad1"=>nil, "0954695053bfb66c71bcfc33befd3e8e"=>nil, "434450082c67c354884c4b8b5db23ffb"=>nil, "845529fa981084ed6bad973273213b69"=>nil, "112a8c22a020417dcc1c1fd06a4312ef"=>nil, "5479013c6f17fb6e1930ea31e8fb1df5"=>nil, "046661f9e728b783ea90738769219d71"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4dddc98 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.9.1", @long_description="", @recipes={"apt::proxy"=>"Set up an APT proxy", "apt"=>"Runs apt-get update during compile phase and sets up preseed directories", "apt::cacher"=>"Set up an APT cache"}, @conflicting={}, @attributes={}, @description="Configures apt and apt services", @groupings={}, @dependencies={}, @platforms={"debian"=>[], "ubuntu"=>[]}, @name="apt">, @couchdb_id=nil, @library_filenames=[], @name="apt">, "leiningen"=>#<Chef::CookbookVersion:0x7effc4dda200 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/89fd2aebd33658e1c77e27fa7c7bc637", "checksum"=>"89fd2aebd33658e1c77e27fa7c7bc637", "path"=>"recipes/default.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/5c4430c8883421e7d59dee7b043ab9df", "checksum"=>"5c4430c8883421e7d59dee7b043ab9df", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/e58f78b62b07a43bf722c9e17cfa923a", "checksum"=>"e58f78b62b07a43bf722c9e17cfa923a", "path"=>"README.rdoc", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/7c9d3df55f97b9dfd82c9c107255f043", "checksum"=>"7c9d3df55f97b9dfd82c9c107255f043", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"leiningen-0.1.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[], "metadata"=>{"dependencies"=>{}, "name"=>"leiningen", "maintainer_email"=>"ops@runa.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Runa Inc.", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nInstalls leiningen from the built image on github (http://github.com/technomancy/leiningen/raw/stable/bin/lein)\nOnce its installed, it can be called by other recipes.\n\n= REQUIREMENTS:\n\nnone\n\n= ATTRIBUTES: \n\nnone\n\n= USAGE:\n\n", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs/Configures leiningen", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"leiningen", "resources"=>[], "templates"=>[], "libraries"=>[], "version"=>"0.1.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/89fd2aebd33658e1c77e27fa7c7bc637", "checksum"=>"89fd2aebd33658e1c77e27fa7c7bc637", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/e58f78b62b07a43bf722c9e17cfa923a", "checksum"=>"e58f78b62b07a43bf722c9e17cfa923a", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/5c4430c8883421e7d59dee7b043ab9df", "checksum"=>"5c4430c8883421e7d59dee7b043ab9df", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/7c9d3df55f97b9dfd82c9c107255f043", "checksum"=>"7c9d3df55f97b9dfd82c9c107255f043", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4dd9ff8 @rest=#<Chef::REST:0x7effc4dd9fa8 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4dd9f08 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=[], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"e58f78b62b07a43bf722c9e17cfa923a"=>nil, "5c4430c8883421e7d59dee7b043ab9df"=>nil, "7c9d3df55f97b9dfd82c9c107255f043"=>nil, "89fd2aebd33658e1c77e27fa7c7bc637"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4dd74b0 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="ops@runa.com", @recommendations={}, @providing={}, @maintainer="Runa Inc.", @cookbook=nil, @version="0.1.0", @long_description="= DESCRIPTION:\n\nInstalls leiningen from the built image on github (http://github.com/technomancy/leiningen/raw/stable/bin/lein)\nOnce its installed, it can be called by other recipes.\n\n= REQUIREMENTS:\n\nnone\n\n= ATTRIBUTES: \n\nnone\n\n= USAGE:\n\n", @recipes={}, @conflicting={}, @attributes={}, @description="Installs/Configures leiningen", @groupings={}, @dependencies={}, @platforms={}, @name="leiningen">, @couchdb_id=nil, @library_filenames=[], @name="leiningen">, "git"=>#<Chef::CookbookVersion:0x7effc4dd2a28 @template_filenames=["sv-git-daemon-run.erb", "sv-git-daemon-log-run.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb", "server"=>"server.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/ed1f136de7900d908f5c35538db0f214", "checksum"=>"ed1f136de7900d908f5c35538db0f214", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/sv-git-daemon-run.erb"=>{"name"=>"sv-git-daemon-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/52ffeb8ac6f794ca03dc34c13c34d49f", "checksum"=>"52ffeb8ac6f794ca03dc34c13c34d49f", "path"=>"templates/default/sv-git-daemon-run.erb", "specificity"=>"default"}, "templates/default/sv-git-daemon-log-run.erb"=>{"name"=>"sv-git-daemon-log-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/09f2bf988663175cd1b7973198dfb5eb", "checksum"=>"09f2bf988663175cd1b7973198dfb5eb", "path"=>"templates/default/sv-git-daemon-log-run.erb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a0b2470428976290dd0e8200d925fbe9", "checksum"=>"a0b2470428976290dd0e8200d925fbe9", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/21576f9ddc97b3955fd43187830ec2a0", "checksum"=>"21576f9ddc97b3955fd43187830ec2a0", "path"=>"README.rdoc", "specificity"=>"default"}, "recipes/server.rb"=>{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a27e387408bd1f47b6bce391bb8b6205", "checksum"=>"a27e387408bd1f47b6bce391bb8b6205", "path"=>"recipes/server.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/4e4894fae694848d81794883a8fd7f84", "checksum"=>"4e4894fae694848d81794883a8fd7f84", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["server.rb", "default.rb"], @manifest={"name"=>"git-0.8.1", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[], "metadata"=>{"dependencies"=>{"runit"=>[]}, "name"=>"git", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nInstalls git.\n\n= REQUIREMENTS:\n\n== Cookbooks:\n\nOpscode Cookbooks (http://github.com/opscode/cookbooks/tree/master)\n\n* runit\n\n= USAGE:\n\nThis cookbook primarily installs git core packages. It can also be used to serve git repositories.\n\n include_recipe \"git::server\"\n\nThis creates the directory /srv/git and starts a git daemon, exporting all repositories found. Repositories need to be added manually, but will be available once they are created.\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "version"=>"0.8.1", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"git::server"=>"Sets up a runit_service for git daemon", "git"=>"Installs git"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs git and/or sets up a Git server daemon", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"git", "resources"=>[], "templates"=>[{"name"=>"sv-git-daemon-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/52ffeb8ac6f794ca03dc34c13c34d49f", "checksum"=>"52ffeb8ac6f794ca03dc34c13c34d49f", "path"=>"templates/default/sv-git-daemon-run.erb", "specificity"=>"default"}, {"name"=>"sv-git-daemon-log-run.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/09f2bf988663175cd1b7973198dfb5eb", "checksum"=>"09f2bf988663175cd1b7973198dfb5eb", "path"=>"templates/default/sv-git-daemon-log-run.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.8.1", "recipes"=>[{"name"=>"server.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a27e387408bd1f47b6bce391bb8b6205", "checksum"=>"a27e387408bd1f47b6bce391bb8b6205", "path"=>"recipes/server.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/ed1f136de7900d908f5c35538db0f214", "checksum"=>"ed1f136de7900d908f5c35538db0f214", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/21576f9ddc97b3955fd43187830ec2a0", "checksum"=>"21576f9ddc97b3955fd43187830ec2a0", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a0b2470428976290dd0e8200d925fbe9", "checksum"=>"a0b2470428976290dd0e8200d925fbe9", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/4e4894fae694848d81794883a8fd7f84", "checksum"=>"4e4894fae694848d81794883a8fd7f84", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4dd2820 @rest=#<Chef::REST:0x7effc4dd27d0 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4dd2730 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=[], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"a0b2470428976290dd0e8200d925fbe9"=>nil, "21576f9ddc97b3955fd43187830ec2a0"=>nil, "a27e387408bd1f47b6bce391bb8b6205"=>nil, "09f2bf988663175cd1b7973198dfb5eb"=>nil, "4e4894fae694848d81794883a8fd7f84"=>nil, "ed1f136de7900d908f5c35538db0f214"=>nil, "52ffeb8ac6f794ca03dc34c13c34d49f"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4dcf5a8 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.8.1", @long_description="= DESCRIPTION:\n\nInstalls git.\n\n= REQUIREMENTS:\n\n== Cookbooks:\n\nOpscode Cookbooks (http://github.com/opscode/cookbooks/tree/master)\n\n* runit\n\n= USAGE:\n\nThis cookbook primarily installs git core packages. It can also be used to serve git repositories.\n\n include_recipe \"git::server\"\n\nThis creates the directory /srv/git and starts a git daemon, exporting all repositories found. Repositories need to be added manually, but will be available once they are created.\n\n= LICENSE and AUTHOR:\n \nAuthor:: Joshua Timberman (<joshua@opscode.com>)\n\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", @recipes={"git::server"=>"Sets up a runit_service for git daemon", "git"=>"Installs git"}, @conflicting={}, @attributes={}, @description="Installs git and/or sets up a Git server daemon", @groupings={}, @dependencies={"runit"=>[]}, @platforms={"debian"=>[], "ubuntu"=>[]}, @name="git">, @couchdb_id=nil, @library_filenames=[], @name="git">, "build-essential"=>#<Chef::CookbookVersion:0x7effc4d87f00 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/cda38155621d77fc57ec2e89894851ee", "checksum"=>"cda38155621d77fc57ec2e89894851ee", "path"=>"recipes/default.rb", "specificity"=>"default"}, "README.md"=>{"name"=>"README.md", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/06a6f94dcc6c7dbf75818f309602d93c", "checksum"=>"06a6f94dcc6c7dbf75818f309602d93c", "path"=>"README.md", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/8278de21eed75a1af06440bbcf9d766d", "checksum"=>"8278de21eed75a1af06440bbcf9d766d", "path"=>"metadata.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/b1e8d734945109bc83bd79c32617933d", "checksum"=>"b1e8d734945109bc83bd79c32617933d", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"build-essential-0.7.1", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[], "metadata"=>{"dependencies"=>{}, "name"=>"build-essential", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "fedora"=>[], "centos"=>[], "ubuntu"=>[], "redhat"=>[]}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.7.1", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"build-essential"=>"Installs C compiler and build tools on Linux"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs C compiler / build tools", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"build-essential", "resources"=>[], "templates"=>[], "libraries"=>[], "version"=>"0.7.1", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/cda38155621d77fc57ec2e89894851ee", "checksum"=>"cda38155621d77fc57ec2e89894851ee", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.md", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/06a6f94dcc6c7dbf75818f309602d93c", "checksum"=>"06a6f94dcc6c7dbf75818f309602d93c", "path"=>"README.md", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/8278de21eed75a1af06440bbcf9d766d", "checksum"=>"8278de21eed75a1af06440bbcf9d766d", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/b1e8d734945109bc83bd79c32617933d", "checksum"=>"b1e8d734945109bc83bd79c32617933d", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4d87cf8 @rest=#<Chef::REST:0x7effc4d87ca8 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4d87c08 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=[], @root_filenames=["README.md", "metadata.rb", "metadata.json"], @checksums={"8278de21eed75a1af06440bbcf9d766d"=>nil, "06a6f94dcc6c7dbf75818f309602d93c"=>nil, "cda38155621d77fc57ec2e89894851ee"=>nil, "b1e8d734945109bc83bd79c32617933d"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4d850c0 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.7.1", @long_description="", @recipes={"build-essential"=>"Installs C compiler and build tools on Linux"}, @conflicting={}, @attributes={}, @description="Installs C compiler / build tools", @groupings={}, @dependencies={}, @platforms={"debian"=>[], "centos"=>[], "fedora"=>[], "ubuntu"=>[], "redhat"=>[]}, @name="build-essential">, @couchdb_id=nil, @library_filenames=[], @name="build-essential">, "apache2"=>#<Chef::CookbookVersion:0x7effc4d9c158 @template_filenames=["mods/ssl.conf.erb", "security.erb", "mod_auth_openid.rb.erb", "apache2.god.erb", "mods/mime.conf.erb", "apache2.conf.erb", "a2enmod.erb", "a2ensite.erb", "mods/status.conf.erb", "mods/setenvif.conf.erb", "mods/proxy.conf.erb", "mods/fcgid.conf.erb", "port_apache.erb", "mods/alias.conf.erb", "charset.erb", "mods/dir.conf.erb", "mods/deflate.conf.erb", "mods/autoindex.conf.erb", "mods/authopenid.load.erb", "a2dismod.erb", "a2dissite.erb", "web_app.conf.erb", "ports.conf.erb", "mods/README", "mods/negotiation.conf.erb", "default-site.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"mod_auth_basic"=>"mod_auth_basic.rb", "mod_proxy_http"=>"mod_proxy_http.rb", "mod_headers"=>"mod_headers.rb", "mod_authz_user"=>"mod_authz_user.rb", "mod_cgi"=>"mod_cgi.rb", "mod_authnz_ldap"=>"mod_authnz_ldap.rb", "default"=>"default.rb", "mod_expires"=>"mod_expires.rb", "god_monitor"=>"god_monitor.rb", "mod_setenvif"=>"mod_setenvif.rb", "mod_authz_default"=>"mod_authz_default.rb", "mod_rewrite"=>"mod_rewrite.rb", "mod_proxy_ajp"=>"mod_proxy_ajp.rb", "mod_python"=>"mod_python.rb", "mod_wsgi"=>"mod_wsgi.rb", "mod_proxy_balancer"=>"mod_proxy_balancer.rb", "mod_negotiation"=>"mod_negotiation.rb", "mod_php5"=>"mod_php5.rb", "mod_proxy"=>"mod_proxy.rb", "mod_log_config"=>"mod_log_config.rb", "mod_proxy_connect"=>"mod_proxy_connect.rb", "mod_mime"=>"mod_mime.rb", "mod_deflate"=>"mod_deflate.rb", "mod_authz_host"=>"mod_authz_host.rb", "mod_ldap"=>"mod_ldap.rb", "mod_ssl"=>"mod_ssl.rb", "mod_status"=>"mod_status.rb", "mod_alias"=>"mod_alias.rb", "mod_authn_file"=>"mod_authn_file.rb", "mod_dir"=>"mod_dir.rb", "mod_env"=>"mod_env.rb", "mod_auth_openid"=>"mod_auth_openid.rb", "mod_autoindex"=>"mod_autoindex.rb", "mod_dav_svn"=>"mod_dav_svn.rb", "mod_auth_digest"=>"mod_auth_digest.rb", "mod_authz_groupfile"=>"mod_authz_groupfile.rb", "mod_dav"=>"mod_dav.rb", "mod_fcgid"=>"mod_fcgid.rb"}, @file_vendor=nil, @definition_filenames=["apache_conf.rb", "apache_module.rb", "web_app.rb", "apache_site.rb"], @manifest_records_by_path={"templates/default/mods/setenvif.conf.erb"=>{"name"=>"mods/setenvif.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e79d13751e71f24206025ffcd25a20cb", "checksum"=>"e79d13751e71f24206025ffcd25a20cb", "path"=>"templates/default/mods/setenvif.conf.erb", "specificity"=>"default"}, "templates/default/mods/autoindex.conf.erb"=>{"name"=>"mods/autoindex.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/77ea294b47d8d2e4dc68107907da8311", "checksum"=>"77ea294b47d8d2e4dc68107907da8311", "path"=>"templates/default/mods/autoindex.conf.erb", "specificity"=>"default"}, "templates/default/mods/mime.conf.erb"=>{"name"=>"mods/mime.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/07381b9d3f95d2df0d6a1fa3632493e2", "checksum"=>"07381b9d3f95d2df0d6a1fa3632493e2", "path"=>"templates/default/mods/mime.conf.erb", "specificity"=>"default"}, "templates/default/mods/status.conf.erb"=>{"name"=>"mods/status.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2db2247ae37ae1e2bf9bf35413c14ab7", "checksum"=>"2db2247ae37ae1e2bf9bf35413c14ab7", "path"=>"templates/default/mods/status.conf.erb", "specificity"=>"default"}, "recipes/mod_proxy_http.rb"=>{"name"=>"mod_proxy_http.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/99007d041a525c7c5c335a4d3f02942b", "checksum"=>"99007d041a525c7c5c335a4d3f02942b", "path"=>"recipes/mod_proxy_http.rb", "specificity"=>"default"}, "recipes/mod_headers.rb"=>{"name"=>"mod_headers.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ab1792e9de7461ddf4861e461c0c8a24", "checksum"=>"ab1792e9de7461ddf4861e461c0c8a24", "path"=>"recipes/mod_headers.rb", "specificity"=>"default"}, "templates/default/mods/README"=>{"name"=>"mods/README", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/18d5765cc152b19b351790cfcf00f3b8", "checksum"=>"18d5765cc152b19b351790cfcf00f3b8", "path"=>"templates/default/mods/README", "specificity"=>"default"}, "recipes/mod_authn_file.rb"=>{"name"=>"mod_authn_file.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/08fb2dd248315d7145a28a7b1bb74771", "checksum"=>"08fb2dd248315d7145a28a7b1bb74771", "path"=>"recipes/mod_authn_file.rb", "specificity"=>"default"}, "recipes/mod_authz_default.rb"=>{"name"=>"mod_authz_default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e395be129fbf6e72ef050365f7124960", "checksum"=>"e395be129fbf6e72ef050365f7124960", "path"=>"recipes/mod_authz_default.rb", "specificity"=>"default"}, "recipes/mod_negotiation.rb"=>{"name"=>"mod_negotiation.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9daa5f1afb0f08c8828927184d6d4c05", "checksum"=>"9daa5f1afb0f08c8828927184d6d4c05", "path"=>"recipes/mod_negotiation.rb", "specificity"=>"default"}, "recipes/mod_ldap.rb"=>{"name"=>"mod_ldap.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a01a7b5839b012830e416b8614eba081", "checksum"=>"a01a7b5839b012830e416b8614eba081", "path"=>"recipes/mod_ldap.rb", "specificity"=>"default"}, "recipes/mod_expires.rb"=>{"name"=>"mod_expires.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/91d720f227bc38c3f78bb8ab8206b50b", "checksum"=>"91d720f227bc38c3f78bb8ab8206b50b", "path"=>"recipes/mod_expires.rb", "specificity"=>"default"}, "recipes/mod_deflate.rb"=>{"name"=>"mod_deflate.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/f626ed24a129a4f89103b0b2f43f5542", "checksum"=>"f626ed24a129a4f89103b0b2f43f5542", "path"=>"recipes/mod_deflate.rb", "specificity"=>"default"}, "recipes/mod_ssl.rb"=>{"name"=>"mod_ssl.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/dc594d85a2269f5d01617229ee0859ce", "checksum"=>"dc594d85a2269f5d01617229ee0859ce", "path"=>"recipes/mod_ssl.rb", "specificity"=>"default"}, "recipes/god_monitor.rb"=>{"name"=>"god_monitor.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b1be95d4d44d8be4c158936e55a2a703", "checksum"=>"b1be95d4d44d8be4c158936e55a2a703", "path"=>"recipes/god_monitor.rb", "specificity"=>"default"}, "recipes/mod_authnz_ldap.rb"=>{"name"=>"mod_authnz_ldap.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3e9f12c311cd6c0524d25ca17edfa6bd", "checksum"=>"3e9f12c311cd6c0524d25ca17edfa6bd", "path"=>"recipes/mod_authnz_ldap.rb", "specificity"=>"default"}, "templates/default/mods/alias.conf.erb"=>{"name"=>"mods/alias.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b193116af9bdc1e5427fc10b8f99087b", "checksum"=>"b193116af9bdc1e5427fc10b8f99087b", "path"=>"templates/default/mods/alias.conf.erb", "specificity"=>"default"}, "recipes/mod_rewrite.rb"=>{"name"=>"mod_rewrite.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3923941ada6bf8378ea35a6208e8a34e", "checksum"=>"3923941ada6bf8378ea35a6208e8a34e", "path"=>"recipes/mod_rewrite.rb", "specificity"=>"default"}, "recipes/mod_autoindex.rb"=>{"name"=>"mod_autoindex.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41e781d9b4a3c8144ad7a193bd0f534", "checksum"=>"d41e781d9b4a3c8144ad7a193bd0f534", "path"=>"recipes/mod_autoindex.rb", "specificity"=>"default"}, "templates/default/a2enmod.erb"=>{"name"=>"a2enmod.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5555e79ad578ad44cc00b3dd7ad85e53", "checksum"=>"5555e79ad578ad44cc00b3dd7ad85e53", "path"=>"templates/default/a2enmod.erb", "specificity"=>"default"}, "templates/default/mods/authopenid.load.erb"=>{"name"=>"mods/authopenid.load.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/480f2cf6ad926cf5b2b4a1d0c9e46c3d", "checksum"=>"480f2cf6ad926cf5b2b4a1d0c9e46c3d", "path"=>"templates/default/mods/authopenid.load.erb", "specificity"=>"default"}, "recipes/mod_auth_digest.rb"=>{"name"=>"mod_auth_digest.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2f33fab3bde2a39d8a68fc0824a881a8", "checksum"=>"2f33fab3bde2a39d8a68fc0824a881a8", "path"=>"recipes/mod_auth_digest.rb", "specificity"=>"default"}, "templates/default/web_app.conf.erb"=>{"name"=>"web_app.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b5395d7925e5f3f2040a49b829d24f9b", "checksum"=>"b5395d7925e5f3f2040a49b829d24f9b", "path"=>"templates/default/web_app.conf.erb", "specificity"=>"default"}, "templates/default/mods/dir.conf.erb"=>{"name"=>"mods/dir.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b6882491a6d2b823da960f19a50b132f", "checksum"=>"b6882491a6d2b823da960f19a50b132f", "path"=>"templates/default/mods/dir.conf.erb", "specificity"=>"default"}, "recipes/mod_python.rb"=>{"name"=>"mod_python.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/067f81aab68e4f921167303662787124", "checksum"=>"067f81aab68e4f921167303662787124", "path"=>"recipes/mod_python.rb", "specificity"=>"default"}, "recipes/mod_wsgi.rb"=>{"name"=>"mod_wsgi.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ae41634ce05a53b1298726b6fd7490ae", "checksum"=>"ae41634ce05a53b1298726b6fd7490ae", "path"=>"recipes/mod_wsgi.rb", "specificity"=>"default"}, "files/default/apache2_module_conf_generate.pl"=>{"name"=>"apache2_module_conf_generate.pl", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/72b1767bbcfe18d79d2c834c41ed5db3", "checksum"=>"72b1767bbcfe18d79d2c834c41ed5db3", "path"=>"files/default/apache2_module_conf_generate.pl", "specificity"=>"default"}, "templates/default/a2dissite.erb"=>{"name"=>"a2dissite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6d7682704bba38227a18a7336ad0f8b9", "checksum"=>"6d7682704bba38227a18a7336ad0f8b9", "path"=>"templates/default/a2dissite.erb", "specificity"=>"default"}, "recipes/mod_fcgid.rb"=>{"name"=>"mod_fcgid.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/90e4c6629372e70c2a3a624956813329", "checksum"=>"90e4c6629372e70c2a3a624956813329", "path"=>"recipes/mod_fcgid.rb", "specificity"=>"default"}, "recipes/mod_auth_basic.rb"=>{"name"=>"mod_auth_basic.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ee9323dc3c8ecac8369bd4a13baa0349", "checksum"=>"ee9323dc3c8ecac8369bd4a13baa0349", "path"=>"recipes/mod_auth_basic.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6494b0001dfd9943f71c6d9ddf73ba59", "checksum"=>"6494b0001dfd9943f71c6d9ddf73ba59", "path"=>"README.rdoc", "specificity"=>"default"}, "attributes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6ba6bdd800c67b1e77c3a8e5361c388c", "checksum"=>"6ba6bdd800c67b1e77c3a8e5361c388c", "path"=>"attributes/default.rb", "specificity"=>"default"}, "recipes/mod_env.rb"=>{"name"=>"mod_env.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/07eb49c91211e6ffa502295bf2ecef22", "checksum"=>"07eb49c91211e6ffa502295bf2ecef22", "path"=>"recipes/mod_env.rb", "specificity"=>"default"}, "recipes/mod_php5.rb"=>{"name"=>"mod_php5.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7deeb4657aedd27e90538c3d4fd7b344", "checksum"=>"7deeb4657aedd27e90538c3d4fd7b344", "path"=>"recipes/mod_php5.rb", "specificity"=>"default"}, "templates/default/charset.erb"=>{"name"=>"charset.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e6fbb8adf631932851d6cc522c1e48d7", "checksum"=>"e6fbb8adf631932851d6cc522c1e48d7", "path"=>"templates/default/charset.erb", "specificity"=>"default"}, "templates/default/default-site.erb"=>{"name"=>"default-site.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2ab19e5f7f0d33adc82004877b792ecb", "checksum"=>"2ab19e5f7f0d33adc82004877b792ecb", "path"=>"templates/default/default-site.erb", "specificity"=>"default"}, "templates/default/mod_auth_openid.rb.erb"=>{"name"=>"mod_auth_openid.rb.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e438e3ed68630263c50bf6d93eb32ed8", "checksum"=>"e438e3ed68630263c50bf6d93eb32ed8", "path"=>"templates/default/mod_auth_openid.rb.erb", "specificity"=>"default"}, "templates/default/apache2.god.erb"=>{"name"=>"apache2.god.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0bf184a24259c8943c1357d5197df969", "checksum"=>"0bf184a24259c8943c1357d5197df969", "path"=>"templates/default/apache2.god.erb", "specificity"=>"default"}, "definitions/apache_module.rb"=>{"name"=>"apache_module.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2d9d53447dfef7b9b9d3f8b955359e59", "checksum"=>"2d9d53447dfef7b9b9d3f8b955359e59", "path"=>"definitions/apache_module.rb", "specificity"=>"default"}, "templates/default/a2dismod.erb"=>{"name"=>"a2dismod.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/802640853e3c8243e9229bddabe5d971", "checksum"=>"802640853e3c8243e9229bddabe5d971", "path"=>"templates/default/a2dismod.erb", "specificity"=>"default"}, "recipes/mod_alias.rb"=>{"name"=>"mod_alias.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5311d9085100054d059d0de65c922b4c", "checksum"=>"5311d9085100054d059d0de65c922b4c", "path"=>"recipes/mod_alias.rb", "specificity"=>"default"}, "recipes/mod_authz_host.rb"=>{"name"=>"mod_authz_host.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/abc49522bc269c995dd4296a4671888a", "checksum"=>"abc49522bc269c995dd4296a4671888a", "path"=>"recipes/mod_authz_host.rb", "specificity"=>"default"}, "recipes/mod_authz_groupfile.rb"=>{"name"=>"mod_authz_groupfile.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e5b305c49abcc08c5093badb8b281c3d", "checksum"=>"e5b305c49abcc08c5093badb8b281c3d", "path"=>"recipes/mod_authz_groupfile.rb", "specificity"=>"default"}, "recipes/mod_status.rb"=>{"name"=>"mod_status.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41a55c93371095b32513964ab8d9b0f", "checksum"=>"d41a55c93371095b32513964ab8d9b0f", "path"=>"recipes/mod_status.rb", "specificity"=>"default"}, "recipes/mod_dav.rb"=>{"name"=>"mod_dav.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9085a2ae95e9753dc75e04dc97cfe19d", "checksum"=>"9085a2ae95e9753dc75e04dc97cfe19d", "path"=>"recipes/mod_dav.rb", "specificity"=>"default"}, "recipes/mod_dav_svn.rb"=>{"name"=>"mod_dav_svn.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0ac6b33f63f234264cf5432c3b75b1f9", "checksum"=>"0ac6b33f63f234264cf5432c3b75b1f9", "path"=>"recipes/mod_dav_svn.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95", "checksum"=>"8253e4a3bd0a87168561a785cbc07e95", "path"=>"metadata.json", "specificity"=>"default"}, "templates/default/mods/ssl.conf.erb"=>{"name"=>"mods/ssl.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/15fd18938f51e36739dd784b10b9c215", "checksum"=>"15fd18938f51e36739dd784b10b9c215", "path"=>"templates/default/mods/ssl.conf.erb", "specificity"=>"default"}, "recipes/mod_dir.rb"=>{"name"=>"mod_dir.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d4b0501a8e72a8237d433d63e8a26833", "checksum"=>"d4b0501a8e72a8237d433d63e8a26833", "path"=>"recipes/mod_dir.rb", "specificity"=>"default"}, "templates/default/port_apache.erb"=>{"name"=>"port_apache.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6012594d39fef96f9392e69c6dd8801f", "checksum"=>"6012594d39fef96f9392e69c6dd8801f", "path"=>"templates/default/port_apache.erb", "specificity"=>"default"}, "templates/default/mods/fcgid.conf.erb"=>{"name"=>"mods/fcgid.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7cf690346eed89a806f451ef2be94ffe", "checksum"=>"7cf690346eed89a806f451ef2be94ffe", "path"=>"templates/default/mods/fcgid.conf.erb", "specificity"=>"default"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d31609daa3702cd51dbde26497a2c83d", "checksum"=>"d31609daa3702cd51dbde26497a2c83d", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/mods/deflate.conf.erb"=>{"name"=>"mods/deflate.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/be181978c5856a761c0091b9c37ebb03", "checksum"=>"be181978c5856a761c0091b9c37ebb03", "path"=>"templates/default/mods/deflate.conf.erb", "specificity"=>"default"}, "recipes/mod_proxy_balancer.rb"=>{"name"=>"mod_proxy_balancer.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/63774b0373244cc4229341a47b564116", "checksum"=>"63774b0373244cc4229341a47b564116", "path"=>"recipes/mod_proxy_balancer.rb", "specificity"=>"default"}, "definitions/web_app.rb"=>{"name"=>"web_app.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/cd28945f2de113e10735088dbde9ca9c", "checksum"=>"cd28945f2de113e10735088dbde9ca9c", "path"=>"definitions/web_app.rb", "specificity"=>"default"}, "recipes/mod_proxy.rb"=>{"name"=>"mod_proxy.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6f61d8883cff20d72c384d562b9a2ea7", "checksum"=>"6f61d8883cff20d72c384d562b9a2ea7", "path"=>"recipes/mod_proxy.rb", "specificity"=>"default"}, "recipes/mod_proxy_connect.rb"=>{"name"=>"mod_proxy_connect.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8520056403b26270fcddd033fe00ebff", "checksum"=>"8520056403b26270fcddd033fe00ebff", "path"=>"recipes/mod_proxy_connect.rb", "specificity"=>"default"}, "templates/default/security.erb"=>{"name"=>"security.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ebc22b863b112905b2de1c3af87ba341", "checksum"=>"ebc22b863b112905b2de1c3af87ba341", "path"=>"templates/default/security.erb", "specificity"=>"default"}, "recipes/mod_log_config.rb"=>{"name"=>"mod_log_config.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/01a934d3f94fe73c16be6cc162e63e06", "checksum"=>"01a934d3f94fe73c16be6cc162e63e06", "path"=>"recipes/mod_log_config.rb", "specificity"=>"default"}, "templates/default/mods/proxy.conf.erb"=>{"name"=>"mods/proxy.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/91c1f50d8c18df72c50dbe82e78156fa", "checksum"=>"91c1f50d8c18df72c50dbe82e78156fa", "path"=>"templates/default/mods/proxy.conf.erb", "specificity"=>"default"}, "recipes/mod_authz_user.rb"=>{"name"=>"mod_authz_user.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2121993aa594bb1f55251309ca7a0612", "checksum"=>"2121993aa594bb1f55251309ca7a0612", "path"=>"recipes/mod_authz_user.rb", "specificity"=>"default"}, "definitions/apache_site.rb"=>{"name"=>"apache_site.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/64894cde2300960a3e0fec415ed5e9c4", "checksum"=>"64894cde2300960a3e0fec415ed5e9c4", "path"=>"definitions/apache_site.rb", "specificity"=>"default"}, "recipes/mod_auth_openid.rb"=>{"name"=>"mod_auth_openid.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a53da98efdeb5b5b097c37120454ebf9", "checksum"=>"a53da98efdeb5b5b097c37120454ebf9", "path"=>"recipes/mod_auth_openid.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0196ad4efc20ba3a9c90c1f7637a1c8b", "checksum"=>"0196ad4efc20ba3a9c90c1f7637a1c8b", "path"=>"metadata.rb", "specificity"=>"default"}, "recipes/mod_mime.rb"=>{"name"=>"mod_mime.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7709eb03ccacf46317acee757e27c26c", "checksum"=>"7709eb03ccacf46317acee757e27c26c", "path"=>"recipes/mod_mime.rb", "specificity"=>"default"}, "templates/default/a2ensite.erb"=>{"name"=>"a2ensite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/56579df79e6ff12511cc2a1522fd7af2", "checksum"=>"56579df79e6ff12511cc2a1522fd7af2", "path"=>"templates/default/a2ensite.erb", "specificity"=>"default"}, "definitions/apache_conf.rb"=>{"name"=>"apache_conf.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ccfabf2717d38070e0ac445d4cde66f4", "checksum"=>"ccfabf2717d38070e0ac445d4cde66f4", "path"=>"definitions/apache_conf.rb", "specificity"=>"default"}, "recipes/mod_cgi.rb"=>{"name"=>"mod_cgi.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5e873ba05385ad112d21441e79559c0d", "checksum"=>"5e873ba05385ad112d21441e79559c0d", "path"=>"recipes/mod_cgi.rb", "specificity"=>"default"}, "templates/default/mods/negotiation.conf.erb"=>{"name"=>"mods/negotiation.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/25480201827ba22eef212617006c1491", "checksum"=>"25480201827ba22eef212617006c1491", "path"=>"templates/default/mods/negotiation.conf.erb", "specificity"=>"default"}, "templates/default/ports.conf.erb"=>{"name"=>"ports.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/09ed7d522079615834a13990bdef2542", "checksum"=>"09ed7d522079615834a13990bdef2542", "path"=>"templates/default/ports.conf.erb", "specificity"=>"default"}, "recipes/mod_setenvif.rb"=>{"name"=>"mod_setenvif.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/149c98c0aa89ab5cca07bfce2eb3aef9", "checksum"=>"149c98c0aa89ab5cca07bfce2eb3aef9", "path"=>"recipes/mod_setenvif.rb", "specificity"=>"default"}, "recipes/mod_proxy_ajp.rb"=>{"name"=>"mod_proxy_ajp.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9ac3d0d9b7fe77607317e87eeeca1975", "checksum"=>"9ac3d0d9b7fe77607317e87eeeca1975", "path"=>"recipes/mod_proxy_ajp.rb", "specificity"=>"default"}, "templates/default/apache2.conf.erb"=>{"name"=>"apache2.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b4930933223f4be047c732f2101f4f47", "checksum"=>"b4930933223f4be047c732f2101f4f47", "path"=>"templates/default/apache2.conf.erb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["mod_authz_default.rb", "mod_authnz_ldap.rb", "mod_auth_openid.rb", "mod_headers.rb", "mod_mime.rb", "mod_fcgid.rb", "mod_dav.rb", "mod_cgi.rb", "mod_authz_user.rb", "mod_authz_groupfile.rb", "mod_auth_digest.rb", "mod_alias.rb", "mod_authz_host.rb", "mod_proxy_connect.rb", "mod_log_config.rb", "mod_dav_svn.rb", "mod_wsgi.rb", "mod_setenvif.rb", "mod_env.rb", "mod_dir.rb", "mod_deflate.rb", "mod_authn_file.rb", "mod_status.rb", "mod_ssl.rb", "mod_rewrite.rb", "mod_proxy.rb", "mod_php5.rb", "mod_negotiation.rb", "mod_ldap.rb", "mod_autoindex.rb", "mod_python.rb", "mod_proxy_ajp.rb", "god_monitor.rb", "mod_proxy_balancer.rb", "mod_expires.rb", "default.rb", "mod_proxy_http.rb", "mod_auth_basic.rb"], @manifest={"name"=>"apache2-0.12.3", "definitions"=>[{"name"=>"apache_conf.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ccfabf2717d38070e0ac445d4cde66f4", "checksum"=>"ccfabf2717d38070e0ac445d4cde66f4", "path"=>"definitions/apache_conf.rb", "specificity"=>"default"}, {"name"=>"apache_module.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2d9d53447dfef7b9b9d3f8b955359e59", "checksum"=>"2d9d53447dfef7b9b9d3f8b955359e59", "path"=>"definitions/apache_module.rb", "specificity"=>"default"}, {"name"=>"web_app.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/cd28945f2de113e10735088dbde9ca9c", "checksum"=>"cd28945f2de113e10735088dbde9ca9c", "path"=>"definitions/web_app.rb", "specificity"=>"default"}, {"name"=>"apache_site.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/64894cde2300960a3e0fec415ed5e9c4", "checksum"=>"64894cde2300960a3e0fec415ed5e9c4", "path"=>"definitions/apache_site.rb", "specificity"=>"default"}], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"apache2_module_conf_generate.pl", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/72b1767bbcfe18d79d2c834c41ed5db3", "checksum"=>"72b1767bbcfe18d79d2c834c41ed5db3", "path"=>"files/default/apache2_module_conf_generate.pl", "specificity"=>"default"}], "attributes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6ba6bdd800c67b1e77c3a8e5361c388c", "checksum"=>"6ba6bdd800c67b1e77c3a8e5361c388c", "path"=>"attributes/default.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"apache2", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{"apache/contact"=>{"required"=>"optional", "calculated"=>false, "default"=>"ops@example.com", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Contact", "description"=>"Email address of webmaster"}, "apache/serversignature"=>{"required"=>"optional", "calculated"=>false, "default"=>"On", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Server Signature", "description"=>"Configure footer on server-generated documents"}, "apache/traceenable"=>{"required"=>"optional", "calculated"=>false, "default"=>"On", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Trace Enable", "description"=>"Determine behavior of TRACE requests"}, "apache/user"=>{"required"=>"optional", "calculated"=>false, "default"=>"www-data", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache User", "description"=>"User Apache runs as"}, "apache/icondir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/usr/share/apache2/icons", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Icondir", "description"=>"Directory location for icons"}, "apache/timeout"=>{"required"=>"optional", "calculated"=>false, "default"=>"300", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Timeout", "description"=>"Connection timeout value"}, "apache/keepaliverequests"=>{"required"=>"optional", "calculated"=>false, "default"=>"100", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Keepalive Requests", "description"=>"Number of requests allowed on a persistent connection"}, "apache/worker"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Apache Worker", "description"=>"Hash of Apache prefork tuning attributes."}, "apache/worker/maxclients"=>{"required"=>"optional", "calculated"=>false, "default"=>"1024", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Worker MPM MaxClients", "description"=>"Maximum number of simultaneous connections"}, "apache/worker/threadsperchild"=>{"required"=>"optional", "calculated"=>false, "default"=>"64", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Worker MPM ThreadsPerChild", "description"=>"Constant number of worker threads in each server process"}, "apache/dir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/etc/apache2", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Directory", "description"=>"Location for Apache configuration"}, "apache/worker/maxrequestsperchild"=>{"required"=>"optional", "calculated"=>false, "default"=>"0", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Worker MPM MaxRequestsPerChild", "description"=>"Maximum number of request a child process will handle"}, "apache/binary"=>{"required"=>"optional", "calculated"=>false, "default"=>"/usr/sbin/apache2", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Binary", "description"=>"Apache server daemon program"}, "apache/allowed_openids"=>{"required"=>"optional", "calculated"=>false, "default"=>"", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Allowed OpenIDs", "description"=>"Array of OpenIDs allowed to authenticate"}, "apache/prefork/minspareservers"=>{"required"=>"optional", "calculated"=>false, "default"=>"16", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Prefork MPM MinSpareServers", "description"=>"Minimum number of spare server processes"}, "apache/prefork/serverlimit"=>{"required"=>"optional", "calculated"=>false, "default"=>"400", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Prefork MPM ServerLimit", "description"=>"Upper limit on configurable server processes"}, "apache/listen_ports"=>{"required"=>"optional", "calculated"=>false, "default"=>["80", "443"], "choice"=>[], "type"=>"array", "recipes"=>[], "display_name"=>"Apache Listen Ports", "description"=>"Ports that Apache should listen on"}, "apache/prefork/startservers"=>{"required"=>"optional", "calculated"=>false, "default"=>"16", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Prefork MPM StartServers", "description"=>"Number of MPM servers to start"}, "apache/keepalivetimeout"=>{"required"=>"optional", "calculated"=>false, "default"=>"5", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Keepalive Timeout", "description"=>"Time to wait for requests on persistent connection"}, "apache/prefork/maxrequestsperchild"=>{"required"=>"optional", "calculated"=>false, "default"=>"10000", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Prefork MPM MaxRequestsPerChild", "description"=>"Maximum number of request a child process will handle"}, "apache"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Apache Hash", "description"=>"Hash of Apache attributes"}, "apache/keepalive"=>{"required"=>"optional", "calculated"=>false, "default"=>"On", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Keepalive", "description"=>"HTTP persistent connections"}, "apache/log_dir"=>{"required"=>"optional", "calculated"=>false, "default"=>"/etc/apache2", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Log Directory", "description"=>"Location for Apache logs"}, "apache/servertokens"=>{"required"=>"optional", "calculated"=>false, "default"=>"Prod", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Server Tokens", "description"=>"Server response header"}, "apache/prefork"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Apache Prefork", "description"=>"Hash of Apache prefork tuning attributes."}, "apache/prefork/maxclients"=>{"required"=>"optional", "calculated"=>false, "default"=>"400", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Prefork MPM MaxClients", "description"=>"Maximum number of simultaneous connections"}, "apache/worker/startservers"=>{"required"=>"optional", "calculated"=>false, "default"=>"4", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Worker MPM StartServers", "description"=>"Initial number of server processes to start"}, "apache/worker/maxsparethreads"=>{"required"=>"optional", "calculated"=>false, "default"=>"192", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Worker MPM MaxSpareThreads", "description"=>"Maximum number of spare worker threads"}, "apache/prefork/maxspareservers"=>{"required"=>"optional", "calculated"=>false, "default"=>"32", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Prefork MPM MaxSpareServers", "description"=>"Maximum number of spare server processes"}, "apache/worker/minsparethreads"=>{"required"=>"optional", "calculated"=>false, "default"=>"64", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Apache Worker MPM MinSpareThreads", "description"=>"Minimum number of spare worker threads"}}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "centos"=>[], "ubuntu"=>[], "redhat"=>[]}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\nComplete Debian/Ubuntu style Apache2 configuration.\n\n= REQUIREMENTS:\n\nDebian or Ubuntu preferred.\n\nRed Hat/CentOS and Fedora can be used but will be converted to a Debian/Ubuntu style Apache as it's far easier to manage with chef. \n\n= ATTRIBUTES:\n\nThe file attributes/apache.rb contains the following attribute types:\n\n* platform specific locations and settings.\n* general settings\n* prefork attributes\n* worker attributes\n\nGeneral settings and prefork/worker attributes are tunable.\n\n= USAGE:\n\nInclude the apache2 recipe to install Apache2 and get 'sane' default settings. Configuration is modularized through Apache vhost sites a la Debian style configuration.\n\nFor Red Hat, CentOS and Fedora you should first disable selinux as it's not supported (yet), then remove the stock httpd and all it's dependencies prior to attempting to use this recipe. Many packages in these distributions drop conflicting configs into conf.d, all of which haven't been accounted for yet. Starting from scratch will also make it far easier to debug.\n\n== Defines:\n\n* apache_module: sets up an Apache module.\n* apache_conf: sets up a config file for an apache module.\n* apache_site: sets up a vhost site. The conf file must be available.\n* web_app: copies the template for a web app and enables it as a site via apache_site.\n\n== Web Apps:\n\nVarious applications that can be set up with Apache as the front end, such as PHP, Django, Rails and others can use the web_app define to set up the template and the Apache site. The define is kind of dumb, so the template needs have the application implementation settings, since we don't know what your app is or what is needed from Apache.\n\nWe only prototype one parameter for the web_app define, \"template\". This is used to specify the name of the template to use in the current cookbook. When you use web_app, you can set up any parameters you want to use in your template. They will get passed to the template through the params hash. For example, the sample web_app.conf.erb template in this cookbook makes use of these.\n\n* docroot\n* server_name\n* server_aliases\n\nThese are available as @params[:docroot], @params[:server_name], @params[:server_aliases] within the template. \n\nIf 'cookbook' and 'template' are not specified, the current cookbook's templates/default/web_app.conf.erb will be used. If this template is not suitable for your application, copy it to your cookbook and customize as needed.\n\n== God Monitor:\n\nThere's a new recipe, apache2::god_monitor. You will need to make sure to include the 'god' recipe before using the apache2::god_monitor recipe in your cookbook.\n\n== OpenID Auth\n\nInstalls the mod_auth_openid module from source. Specify an array of OpenIDs that are allowed to authenticate with the attribute apache[:allowed_openids]. Use the following in a vhost to protect with OpenID authentication:\n\n AuthOpenIDEnabled On\n AuthOpenIDDBLocation /var/cache/apache2/mod_auth_openid.db\n AuthOpenIDUserProgram /usr/local/bin/mod_auth_openid.rb\n\nChange the DBLocation as appropriate for your platform. You'll need to change the file in the recipe to match. The UserProgram is optional if you don't want to limit access by certain OpenIDs.\n\n= LICENSE & AUTHOR:\n\nAuthor:: Joshua Timberman (<joshua@opscode.com>)\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "version"=>"0.12.3", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"apache2::mod_dav"=>"Apache module 'dav'", "apache2::mod_deflate"=>"Apache module 'deflate' with config file", "apache2::mod_mime"=>"Apache module 'mime' with config file", "apache2::mod_php5"=>"Apache module 'php5'", "apache2::mod_proxy_ajp"=>"Apache module 'proxy_ajp'", "apache2::mod_auth_basic"=>"Apache module 'auth_basic'", "apache2::mod_authz_groupfile"=>"Apache module 'authz_groupfile'", "apache2::mod_cgi"=>"Apache module 'cgi'", "apache2::mod_negotiation"=>"Apache module 'negotiation' with config file", "apache2::mod_python"=>"Apache module 'python'", "apache2::mod_setenvif"=>"Apache module 'setenvif' with config file", "apache2::mod_ssl"=>"Apache module 'ssl' with config file, adds port 443 to listen_ports", "apache2::mod_authz_host"=>"Apache module 'authz_host'", "apache2::mod_autoindex"=>"Apache module 'autoindex' with config file", "apache2::mod_dav_svn"=>"Apache module 'dav_svn'", "apache2::mod_rewrite"=>"Apache module 'rewrite'", "apache2::mod_authz_user"=>"Apache module 'authz_user'", "apache2::mod_headers"=>"Apache module 'headers'", "apache2::mod_auth_digest"=>"Apache module 'auth_digest'", "apache2::mod_authnz_ldap"=>"Apache module 'authnz_ldap'", "apache2::mod_fcgid"=>"Apache module 'fcgid', package on ubuntu/debian, rhel/centos, compile source on suse; with config file", "apache2::mod_proxy"=>"Apache module 'proxy' with config file", "apache2::mod_proxy_connect"=>"Apache module 'proxy_connect'", "apache2::mod_env"=>"Apache module 'env'", "apache2"=>"Main Apache configuration", "apache2::mod_alias"=>"Apache module 'alias' with config file", "apache2::mod_expires"=>"Apache module 'expires'", "apache2::mod_ldap"=>"Apache module 'ldap'", "apache2::mod_log_config"=>"Apache module 'log_config'", "apache2::mod_proxy_http"=>"Apache module 'proxy_http'", "apache2::mod_status"=>"Apache module 'status' with config file", "apache2::mod_auth_openid"=>"Apache module 'authopenid'", "apache2::mod_authn_file"=>"Apache module 'authn_file'", "apache2::mod_authz_default"=>"Apache module 'authz_default'", "apache2::mod_dir"=>"Apache module 'dir' with config file", "apache2::mod_proxy_balancer"=>"Apache module 'proxy_balancer'"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"apache2", "resources"=>[], "templates"=>[{"name"=>"mods/ssl.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/15fd18938f51e36739dd784b10b9c215", "checksum"=>"15fd18938f51e36739dd784b10b9c215", "path"=>"templates/default/mods/ssl.conf.erb", "specificity"=>"default"}, {"name"=>"security.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ebc22b863b112905b2de1c3af87ba341", "checksum"=>"ebc22b863b112905b2de1c3af87ba341", "path"=>"templates/default/security.erb", "specificity"=>"default"}, {"name"=>"mod_auth_openid.rb.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e438e3ed68630263c50bf6d93eb32ed8", "checksum"=>"e438e3ed68630263c50bf6d93eb32ed8", "path"=>"templates/default/mod_auth_openid.rb.erb", "specificity"=>"default"}, {"name"=>"apache2.god.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0bf184a24259c8943c1357d5197df969", "checksum"=>"0bf184a24259c8943c1357d5197df969", "path"=>"templates/default/apache2.god.erb", "specificity"=>"default"}, {"name"=>"mods/mime.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/07381b9d3f95d2df0d6a1fa3632493e2", "checksum"=>"07381b9d3f95d2df0d6a1fa3632493e2", "path"=>"templates/default/mods/mime.conf.erb", "specificity"=>"default"}, {"name"=>"apache2.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b4930933223f4be047c732f2101f4f47", "checksum"=>"b4930933223f4be047c732f2101f4f47", "path"=>"templates/default/apache2.conf.erb", "specificity"=>"default"}, {"name"=>"a2enmod.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5555e79ad578ad44cc00b3dd7ad85e53", "checksum"=>"5555e79ad578ad44cc00b3dd7ad85e53", "path"=>"templates/default/a2enmod.erb", "specificity"=>"default"}, {"name"=>"a2ensite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/56579df79e6ff12511cc2a1522fd7af2", "checksum"=>"56579df79e6ff12511cc2a1522fd7af2", "path"=>"templates/default/a2ensite.erb", "specificity"=>"default"}, {"name"=>"mods/status.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2db2247ae37ae1e2bf9bf35413c14ab7", "checksum"=>"2db2247ae37ae1e2bf9bf35413c14ab7", "path"=>"templates/default/mods/status.conf.erb", "specificity"=>"default"}, {"name"=>"mods/setenvif.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e79d13751e71f24206025ffcd25a20cb", "checksum"=>"e79d13751e71f24206025ffcd25a20cb", "path"=>"templates/default/mods/setenvif.conf.erb", "specificity"=>"default"}, {"name"=>"mods/proxy.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/91c1f50d8c18df72c50dbe82e78156fa", "checksum"=>"91c1f50d8c18df72c50dbe82e78156fa", "path"=>"templates/default/mods/proxy.conf.erb", "specificity"=>"default"}, {"name"=>"mods/fcgid.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7cf690346eed89a806f451ef2be94ffe", "checksum"=>"7cf690346eed89a806f451ef2be94ffe", "path"=>"templates/default/mods/fcgid.conf.erb", "specificity"=>"default"}, {"name"=>"port_apache.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6012594d39fef96f9392e69c6dd8801f", "checksum"=>"6012594d39fef96f9392e69c6dd8801f", "path"=>"templates/default/port_apache.erb", "specificity"=>"default"}, {"name"=>"mods/alias.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b193116af9bdc1e5427fc10b8f99087b", "checksum"=>"b193116af9bdc1e5427fc10b8f99087b", "path"=>"templates/default/mods/alias.conf.erb", "specificity"=>"default"}, {"name"=>"charset.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e6fbb8adf631932851d6cc522c1e48d7", "checksum"=>"e6fbb8adf631932851d6cc522c1e48d7", "path"=>"templates/default/charset.erb", "specificity"=>"default"}, {"name"=>"mods/dir.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b6882491a6d2b823da960f19a50b132f", "checksum"=>"b6882491a6d2b823da960f19a50b132f", "path"=>"templates/default/mods/dir.conf.erb", "specificity"=>"default"}, {"name"=>"mods/deflate.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/be181978c5856a761c0091b9c37ebb03", "checksum"=>"be181978c5856a761c0091b9c37ebb03", "path"=>"templates/default/mods/deflate.conf.erb", "specificity"=>"default"}, {"name"=>"mods/autoindex.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/77ea294b47d8d2e4dc68107907da8311", "checksum"=>"77ea294b47d8d2e4dc68107907da8311", "path"=>"templates/default/mods/autoindex.conf.erb", "specificity"=>"default"}, {"name"=>"mods/authopenid.load.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/480f2cf6ad926cf5b2b4a1d0c9e46c3d", "checksum"=>"480f2cf6ad926cf5b2b4a1d0c9e46c3d", "path"=>"templates/default/mods/authopenid.load.erb", "specificity"=>"default"}, {"name"=>"a2dismod.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/802640853e3c8243e9229bddabe5d971", "checksum"=>"802640853e3c8243e9229bddabe5d971", "path"=>"templates/default/a2dismod.erb", "specificity"=>"default"}, {"name"=>"a2dissite.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6d7682704bba38227a18a7336ad0f8b9", "checksum"=>"6d7682704bba38227a18a7336ad0f8b9", "path"=>"templates/default/a2dissite.erb", "specificity"=>"default"}, {"name"=>"web_app.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b5395d7925e5f3f2040a49b829d24f9b", "checksum"=>"b5395d7925e5f3f2040a49b829d24f9b", "path"=>"templates/default/web_app.conf.erb", "specificity"=>"default"}, {"name"=>"ports.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/09ed7d522079615834a13990bdef2542", "checksum"=>"09ed7d522079615834a13990bdef2542", "path"=>"templates/default/ports.conf.erb", "specificity"=>"default"}, {"name"=>"mods/README", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/18d5765cc152b19b351790cfcf00f3b8", "checksum"=>"18d5765cc152b19b351790cfcf00f3b8", "path"=>"templates/default/mods/README", "specificity"=>"default"}, {"name"=>"mods/negotiation.conf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/25480201827ba22eef212617006c1491", "checksum"=>"25480201827ba22eef212617006c1491", "path"=>"templates/default/mods/negotiation.conf.erb", "specificity"=>"default"}, {"name"=>"default-site.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2ab19e5f7f0d33adc82004877b792ecb", "checksum"=>"2ab19e5f7f0d33adc82004877b792ecb", "path"=>"templates/default/default-site.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.12.3", "recipes"=>[{"name"=>"mod_authz_default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e395be129fbf6e72ef050365f7124960", "checksum"=>"e395be129fbf6e72ef050365f7124960", "path"=>"recipes/mod_authz_default.rb", "specificity"=>"default"}, {"name"=>"mod_authnz_ldap.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3e9f12c311cd6c0524d25ca17edfa6bd", "checksum"=>"3e9f12c311cd6c0524d25ca17edfa6bd", "path"=>"recipes/mod_authnz_ldap.rb", "specificity"=>"default"}, {"name"=>"mod_auth_openid.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a53da98efdeb5b5b097c37120454ebf9", "checksum"=>"a53da98efdeb5b5b097c37120454ebf9", "path"=>"recipes/mod_auth_openid.rb", "specificity"=>"default"}, {"name"=>"mod_headers.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ab1792e9de7461ddf4861e461c0c8a24", "checksum"=>"ab1792e9de7461ddf4861e461c0c8a24", "path"=>"recipes/mod_headers.rb", "specificity"=>"default"}, {"name"=>"mod_mime.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7709eb03ccacf46317acee757e27c26c", "checksum"=>"7709eb03ccacf46317acee757e27c26c", "path"=>"recipes/mod_mime.rb", "specificity"=>"default"}, {"name"=>"mod_fcgid.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/90e4c6629372e70c2a3a624956813329", "checksum"=>"90e4c6629372e70c2a3a624956813329", "path"=>"recipes/mod_fcgid.rb", "specificity"=>"default"}, {"name"=>"mod_dav.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9085a2ae95e9753dc75e04dc97cfe19d", "checksum"=>"9085a2ae95e9753dc75e04dc97cfe19d", "path"=>"recipes/mod_dav.rb", "specificity"=>"default"}, {"name"=>"mod_cgi.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5e873ba05385ad112d21441e79559c0d", "checksum"=>"5e873ba05385ad112d21441e79559c0d", "path"=>"recipes/mod_cgi.rb", "specificity"=>"default"}, {"name"=>"mod_authz_user.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2121993aa594bb1f55251309ca7a0612", "checksum"=>"2121993aa594bb1f55251309ca7a0612", "path"=>"recipes/mod_authz_user.rb", "specificity"=>"default"}, {"name"=>"mod_authz_groupfile.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e5b305c49abcc08c5093badb8b281c3d", "checksum"=>"e5b305c49abcc08c5093badb8b281c3d", "path"=>"recipes/mod_authz_groupfile.rb", "specificity"=>"default"}, {"name"=>"mod_auth_digest.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2f33fab3bde2a39d8a68fc0824a881a8", "checksum"=>"2f33fab3bde2a39d8a68fc0824a881a8", "path"=>"recipes/mod_auth_digest.rb", "specificity"=>"default"}, {"name"=>"mod_alias.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5311d9085100054d059d0de65c922b4c", "checksum"=>"5311d9085100054d059d0de65c922b4c", "path"=>"recipes/mod_alias.rb", "specificity"=>"default"}, {"name"=>"mod_authz_host.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/abc49522bc269c995dd4296a4671888a", "checksum"=>"abc49522bc269c995dd4296a4671888a", "path"=>"recipes/mod_authz_host.rb", "specificity"=>"default"}, {"name"=>"mod_proxy_connect.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8520056403b26270fcddd033fe00ebff", "checksum"=>"8520056403b26270fcddd033fe00ebff", "path"=>"recipes/mod_proxy_connect.rb", "specificity"=>"default"}, {"name"=>"mod_log_config.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/01a934d3f94fe73c16be6cc162e63e06", "checksum"=>"01a934d3f94fe73c16be6cc162e63e06", "path"=>"recipes/mod_log_config.rb", "specificity"=>"default"}, {"name"=>"mod_dav_svn.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0ac6b33f63f234264cf5432c3b75b1f9", "checksum"=>"0ac6b33f63f234264cf5432c3b75b1f9", "path"=>"recipes/mod_dav_svn.rb", "specificity"=>"default"}, {"name"=>"mod_wsgi.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ae41634ce05a53b1298726b6fd7490ae", "checksum"=>"ae41634ce05a53b1298726b6fd7490ae", "path"=>"recipes/mod_wsgi.rb", "specificity"=>"default"}, {"name"=>"mod_setenvif.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/149c98c0aa89ab5cca07bfce2eb3aef9", "checksum"=>"149c98c0aa89ab5cca07bfce2eb3aef9", "path"=>"recipes/mod_setenvif.rb", "specificity"=>"default"}, {"name"=>"mod_env.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/07eb49c91211e6ffa502295bf2ecef22", "checksum"=>"07eb49c91211e6ffa502295bf2ecef22", "path"=>"recipes/mod_env.rb", "specificity"=>"default"}, {"name"=>"mod_dir.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d4b0501a8e72a8237d433d63e8a26833", "checksum"=>"d4b0501a8e72a8237d433d63e8a26833", "path"=>"recipes/mod_dir.rb", "specificity"=>"default"}, {"name"=>"mod_deflate.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/f626ed24a129a4f89103b0b2f43f5542", "checksum"=>"f626ed24a129a4f89103b0b2f43f5542", "path"=>"recipes/mod_deflate.rb", "specificity"=>"default"}, {"name"=>"mod_authn_file.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/08fb2dd248315d7145a28a7b1bb74771", "checksum"=>"08fb2dd248315d7145a28a7b1bb74771", "path"=>"recipes/mod_authn_file.rb", "specificity"=>"default"}, {"name"=>"mod_status.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41a55c93371095b32513964ab8d9b0f", "checksum"=>"d41a55c93371095b32513964ab8d9b0f", "path"=>"recipes/mod_status.rb", "specificity"=>"default"}, {"name"=>"mod_ssl.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/dc594d85a2269f5d01617229ee0859ce", "checksum"=>"dc594d85a2269f5d01617229ee0859ce", "path"=>"recipes/mod_ssl.rb", "specificity"=>"default"}, {"name"=>"mod_rewrite.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3923941ada6bf8378ea35a6208e8a34e", "checksum"=>"3923941ada6bf8378ea35a6208e8a34e", "path"=>"recipes/mod_rewrite.rb", "specificity"=>"default"}, {"name"=>"mod_proxy.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6f61d8883cff20d72c384d562b9a2ea7", "checksum"=>"6f61d8883cff20d72c384d562b9a2ea7", "path"=>"recipes/mod_proxy.rb", "specificity"=>"default"}, {"name"=>"mod_php5.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7deeb4657aedd27e90538c3d4fd7b344", "checksum"=>"7deeb4657aedd27e90538c3d4fd7b344", "path"=>"recipes/mod_php5.rb", "specificity"=>"default"}, {"name"=>"mod_negotiation.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9daa5f1afb0f08c8828927184d6d4c05", "checksum"=>"9daa5f1afb0f08c8828927184d6d4c05", "path"=>"recipes/mod_negotiation.rb", "specificity"=>"default"}, {"name"=>"mod_ldap.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a01a7b5839b012830e416b8614eba081", "checksum"=>"a01a7b5839b012830e416b8614eba081", "path"=>"recipes/mod_ldap.rb", "specificity"=>"default"}, {"name"=>"mod_autoindex.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41e781d9b4a3c8144ad7a193bd0f534", "checksum"=>"d41e781d9b4a3c8144ad7a193bd0f534", "path"=>"recipes/mod_autoindex.rb", "specificity"=>"default"}, {"name"=>"mod_python.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/067f81aab68e4f921167303662787124", "checksum"=>"067f81aab68e4f921167303662787124", "path"=>"recipes/mod_python.rb", "specificity"=>"default"}, {"name"=>"mod_proxy_ajp.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9ac3d0d9b7fe77607317e87eeeca1975", "checksum"=>"9ac3d0d9b7fe77607317e87eeeca1975", "path"=>"recipes/mod_proxy_ajp.rb", "specificity"=>"default"}, {"name"=>"god_monitor.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b1be95d4d44d8be4c158936e55a2a703", "checksum"=>"b1be95d4d44d8be4c158936e55a2a703", "path"=>"recipes/god_monitor.rb", "specificity"=>"default"}, {"name"=>"mod_proxy_balancer.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/63774b0373244cc4229341a47b564116", "checksum"=>"63774b0373244cc4229341a47b564116", "path"=>"recipes/mod_proxy_balancer.rb", "specificity"=>"default"}, {"name"=>"mod_expires.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/91d720f227bc38c3f78bb8ab8206b50b", "checksum"=>"91d720f227bc38c3f78bb8ab8206b50b", "path"=>"recipes/mod_expires.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d31609daa3702cd51dbde26497a2c83d", "checksum"=>"d31609daa3702cd51dbde26497a2c83d", "path"=>"recipes/default.rb", "specificity"=>"default"}, {"name"=>"mod_proxy_http.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/99007d041a525c7c5c335a4d3f02942b", "checksum"=>"99007d041a525c7c5c335a4d3f02942b", "path"=>"recipes/mod_proxy_http.rb", "specificity"=>"default"}, {"name"=>"mod_auth_basic.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ee9323dc3c8ecac8369bd4a13baa0349", "checksum"=>"ee9323dc3c8ecac8369bd4a13baa0349", "path"=>"recipes/mod_auth_basic.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6494b0001dfd9943f71c6d9ddf73ba59", "checksum"=>"6494b0001dfd9943f71c6d9ddf73ba59", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0196ad4efc20ba3a9c90c1f7637a1c8b", "checksum"=>"0196ad4efc20ba3a9c90c1f7637a1c8b", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95", "checksum"=>"8253e4a3bd0a87168561a785cbc07e95", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["default.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4d9bf50 @rest=#<Chef::REST:0x7effc4d9bf00 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4d9be60 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @file_filenames=["apache2_module_conf_generate.pl"], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"6494b0001dfd9943f71c6d9ddf73ba59"=>nil, "2f33fab3bde2a39d8a68fc0824a881a8"=>nil, "e438e3ed68630263c50bf6d93eb32ed8"=>nil, "72b1767bbcfe18d79d2c834c41ed5db3"=>nil, "be181978c5856a761c0091b9c37ebb03"=>nil, "067f81aab68e4f921167303662787124"=>nil, "b1be95d4d44d8be4c158936e55a2a703"=>nil, "b6882491a6d2b823da960f19a50b132f"=>nil, "5e873ba05385ad112d21441e79559c0d"=>nil, "e6fbb8adf631932851d6cc522c1e48d7"=>nil, "802640853e3c8243e9229bddabe5d971"=>nil, "2db2247ae37ae1e2bf9bf35413c14ab7"=>nil, "6012594d39fef96f9392e69c6dd8801f"=>nil, "18d5765cc152b19b351790cfcf00f3b8"=>nil, "01a934d3f94fe73c16be6cc162e63e06"=>nil, "07381b9d3f95d2df0d6a1fa3632493e2"=>nil, "91d720f227bc38c3f78bb8ab8206b50b"=>nil, "149c98c0aa89ab5cca07bfce2eb3aef9"=>nil, "ee9323dc3c8ecac8369bd4a13baa0349"=>nil, "a01a7b5839b012830e416b8614eba081"=>nil, "91c1f50d8c18df72c50dbe82e78156fa"=>nil, "8520056403b26270fcddd033fe00ebff"=>nil, "e79d13751e71f24206025ffcd25a20cb"=>nil, "63774b0373244cc4229341a47b564116"=>nil, "09ed7d522079615834a13990bdef2542"=>nil, "abc49522bc269c995dd4296a4671888a"=>nil, "b4930933223f4be047c732f2101f4f47"=>nil, "5555e79ad578ad44cc00b3dd7ad85e53"=>nil, "2ab19e5f7f0d33adc82004877b792ecb"=>nil, "25480201827ba22eef212617006c1491"=>nil, "15fd18938f51e36739dd784b10b9c215"=>nil, "b193116af9bdc1e5427fc10b8f99087b"=>nil, "9daa5f1afb0f08c8828927184d6d4c05"=>nil, "90e4c6629372e70c2a3a624956813329"=>nil, "6ba6bdd800c67b1e77c3a8e5361c388c"=>nil, "07eb49c91211e6ffa502295bf2ecef22"=>nil, "e5b305c49abcc08c5093badb8b281c3d"=>nil, "6f61d8883cff20d72c384d562b9a2ea7"=>nil, "77ea294b47d8d2e4dc68107907da8311"=>nil, "6d7682704bba38227a18a7336ad0f8b9"=>nil, "7cf690346eed89a806f451ef2be94ffe"=>nil, "7deeb4657aedd27e90538c3d4fd7b344"=>nil, "99007d041a525c7c5c335a4d3f02942b"=>nil, "ccfabf2717d38070e0ac445d4cde66f4"=>nil, "3923941ada6bf8378ea35a6208e8a34e"=>nil, "9085a2ae95e9753dc75e04dc97cfe19d"=>nil, "5311d9085100054d059d0de65c922b4c"=>nil, "f626ed24a129a4f89103b0b2f43f5542"=>nil, "ab1792e9de7461ddf4861e461c0c8a24"=>nil, "ae41634ce05a53b1298726b6fd7490ae"=>nil, "9ac3d0d9b7fe77607317e87eeeca1975"=>nil, "2121993aa594bb1f55251309ca7a0612"=>nil, "08fb2dd248315d7145a28a7b1bb74771"=>nil, "2d9d53447dfef7b9b9d3f8b955359e59"=>nil, "b5395d7925e5f3f2040a49b829d24f9b"=>nil, "56579df79e6ff12511cc2a1522fd7af2"=>nil, "a53da98efdeb5b5b097c37120454ebf9"=>nil, "d41e781d9b4a3c8144ad7a193bd0f534"=>nil, "3e9f12c311cd6c0524d25ca17edfa6bd"=>nil, "cd28945f2de113e10735088dbde9ca9c"=>nil, "480f2cf6ad926cf5b2b4a1d0c9e46c3d"=>nil, "8253e4a3bd0a87168561a785cbc07e95"=>nil, "ebc22b863b112905b2de1c3af87ba341"=>nil, "d41a55c93371095b32513964ab8d9b0f"=>nil, "e395be129fbf6e72ef050365f7124960"=>nil, "0196ad4efc20ba3a9c90c1f7637a1c8b"=>nil, "d31609daa3702cd51dbde26497a2c83d"=>nil, "0bf184a24259c8943c1357d5197df969"=>nil, "7709eb03ccacf46317acee757e27c26c"=>nil, "d4b0501a8e72a8237d433d63e8a26833"=>nil, "dc594d85a2269f5d01617229ee0859ce"=>nil, "0ac6b33f63f234264cf5432c3b75b1f9"=>nil, "64894cde2300960a3e0fec415ed5e9c4"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4d8bd80 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.12.3", @long_description="= DESCRIPTION:\n\nComplete Debian/Ubuntu style Apache2 configuration.\n\n= REQUIREMENTS:\n\nDebian or Ubuntu preferred.\n\nRed Hat/CentOS and Fedora can be used but will be converted to a Debian/Ubuntu style Apache as it's far easier to manage with chef. \n\n= ATTRIBUTES:\n\nThe file attributes/apache.rb contains the following attribute types:\n\n* platform specific locations and settings.\n* general settings\n* prefork attributes\n* worker attributes\n\nGeneral settings and prefork/worker attributes are tunable.\n\n= USAGE:\n\nInclude the apache2 recipe to install Apache2 and get 'sane' default settings. Configuration is modularized through Apache vhost sites a la Debian style configuration.\n\nFor Red Hat, CentOS and Fedora you should first disable selinux as it's not supported (yet), then remove the stock httpd and all it's dependencies prior to attempting to use this recipe. Many packages in these distributions drop conflicting configs into conf.d, all of which haven't been accounted for yet. Starting from scratch will also make it far easier to debug.\n\n== Defines:\n\n* apache_module: sets up an Apache module.\n* apache_conf: sets up a config file for an apache module.\n* apache_site: sets up a vhost site. The conf file must be available.\n* web_app: copies the template for a web app and enables it as a site via apache_site.\n\n== Web Apps:\n\nVarious applications that can be set up with Apache as the front end, such as PHP, Django, Rails and others can use the web_app define to set up the template and the Apache site. The define is kind of dumb, so the template needs have the application implementation settings, since we don't know what your app is or what is needed from Apache.\n\nWe only prototype one parameter for the web_app define, \"template\". This is used to specify the name of the template to use in the current cookbook. When you use web_app, you can set up any parameters you want to use in your template. They will get passed to the template through the params hash. For example, the sample web_app.conf.erb template in this cookbook makes use of these.\n\n* docroot\n* server_name\n* server_aliases\n\nThese are available as @params[:docroot], @params[:server_name], @params[:server_aliases] within the template. \n\nIf 'cookbook' and 'template' are not specified, the current cookbook's templates/default/web_app.conf.erb will be used. If this template is not suitable for your application, copy it to your cookbook and customize as needed.\n\n== God Monitor:\n\nThere's a new recipe, apache2::god_monitor. You will need to make sure to include the 'god' recipe before using the apache2::god_monitor recipe in your cookbook.\n\n== OpenID Auth\n\nInstalls the mod_auth_openid module from source. Specify an array of OpenIDs that are allowed to authenticate with the attribute apache[:allowed_openids]. Use the following in a vhost to protect with OpenID authentication:\n\n AuthOpenIDEnabled On\n AuthOpenIDDBLocation /var/cache/apache2/mod_auth_openid.db\n AuthOpenIDUserProgram /usr/local/bin/mod_auth_openid.rb\n\nChange the DBLocation as appropriate for your platform. You'll need to change the file in the recipe to match. The UserProgram is optional if you don't want to limit access by certain OpenIDs.\n\n= LICENSE & AUTHOR:\n\nAuthor:: Joshua Timberman (<joshua@opscode.com>)\nCopyright:: 2009, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", @recipes={"apache2::mod_dav"=>"Apache module 'dav'", "apache2::mod_proxy_ajp"=>"Apache module 'proxy_ajp'", "apache2::mod_php5"=>"Apache module 'php5'", "apache2::mod_mime"=>"Apache module 'mime' with config file", "apache2::mod_deflate"=>"Apache module 'deflate' with config file", "apache2::mod_ssl"=>"Apache module 'ssl' with config file, adds port 443 to listen_ports", "apache2::mod_setenvif"=>"Apache module 'setenvif' with config file", "apache2::mod_python"=>"Apache module 'python'", "apache2::mod_negotiation"=>"Apache module 'negotiation' with config file", "apache2::mod_cgi"=>"Apache module 'cgi'", "apache2::mod_authz_groupfile"=>"Apache module 'authz_groupfile'", "apache2::mod_auth_basic"=>"Apache module 'auth_basic'", "apache2::mod_rewrite"=>"Apache module 'rewrite'", "apache2::mod_dav_svn"=>"Apache module 'dav_svn'", "apache2::mod_autoindex"=>"Apache module 'autoindex' with config file", "apache2::mod_authz_host"=>"Apache module 'authz_host'", "apache2::mod_headers"=>"Apache module 'headers'", "apache2::mod_authz_user"=>"Apache module 'authz_user'", "apache2::mod_proxy_connect"=>"Apache module 'proxy_connect'", "apache2::mod_proxy"=>"Apache module 'proxy' with config file", "apache2::mod_fcgid"=>"Apache module 'fcgid', package on ubuntu/debian, rhel/centos, compile source on suse; with config file", "apache2::mod_authnz_ldap"=>"Apache module 'authnz_ldap'", "apache2::mod_auth_digest"=>"Apache module 'auth_digest'", "apache2::mod_env"=>"Apache module 'env'", "apache2::mod_status"=>"Apache module 'status' with config file", "apache2::mod_proxy_http"=>"Apache module 'proxy_http'", "apache2::mod_log_config"=>"Apache module 'log_config'", "apache2::mod_ldap"=>"Apache module 'ldap'", "apache2::mod_expires"=>"Apache module 'expires'", "apache2::mod_alias"=>"Apache module 'alias' with config file", "apache2"=>"Main Apache configuration", "apache2::mod_authn_file"=>"Apache module 'authn_file'", "apache2::mod_auth_openid"=>"Apache module 'authopenid'", "apache2::mod_proxy_balancer"=>"Apache module 'proxy_balancer'", "apache2::mod_dir"=>"Apache module 'dir' with config file", "apache2::mod_authz_default"=>"Apache module 'authz_default'"}, @conflicting={}, @attributes={"apache/traceenable"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"On", "type"=>"string", "recipes"=>[], "description"=>"Determine behavior of TRACE requests", "display_name"=>"Apache Trace Enable"}, "apache/serversignature"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"On", "type"=>"string", "recipes"=>[], "description"=>"Configure footer on server-generated documents", "display_name"=>"Apache Server Signature"}, "apache/contact"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"ops@example.com", "type"=>"string", "recipes"=>[], "description"=>"Email address of webmaster", "display_name"=>"Apache Contact"}, "apache/icondir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/usr/share/apache2/icons", "type"=>"string", "recipes"=>[], "description"=>"Directory location for icons", "display_name"=>"Apache Icondir"}, "apache/user"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"www-data", "type"=>"string", "recipes"=>[], "description"=>"User Apache runs as", "display_name"=>"Apache User"}, "apache/worker/threadsperchild"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"64", "type"=>"string", "recipes"=>[], "description"=>"Constant number of worker threads in each server process", "display_name"=>"Apache Worker MPM ThreadsPerChild"}, "apache/worker/maxclients"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"1024", "type"=>"string", "recipes"=>[], "description"=>"Maximum number of simultaneous connections", "display_name"=>"Apache Worker MPM MaxClients"}, "apache/worker"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of Apache prefork tuning attributes.", "display_name"=>"Apache Worker"}, "apache/keepaliverequests"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"100", "type"=>"string", "recipes"=>[], "description"=>"Number of requests allowed on a persistent connection", "display_name"=>"Apache Keepalive Requests"}, "apache/timeout"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"300", "type"=>"string", "recipes"=>[], "description"=>"Connection timeout value", "display_name"=>"Apache Timeout"}, "apache/worker/maxrequestsperchild"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"0", "type"=>"string", "recipes"=>[], "description"=>"Maximum number of request a child process will handle", "display_name"=>"Apache Worker MPM MaxRequestsPerChild"}, "apache/dir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/etc/apache2", "type"=>"string", "recipes"=>[], "description"=>"Location for Apache configuration", "display_name"=>"Apache Directory"}, "apache/prefork/serverlimit"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"400", "type"=>"string", "recipes"=>[], "description"=>"Upper limit on configurable server processes", "display_name"=>"Apache Prefork MPM ServerLimit"}, "apache/prefork/minspareservers"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"16", "type"=>"string", "recipes"=>[], "description"=>"Minimum number of spare server processes", "display_name"=>"Apache Prefork MPM MinSpareServers"}, "apache/allowed_openids"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"", "type"=>"string", "recipes"=>[], "description"=>"Array of OpenIDs allowed to authenticate", "display_name"=>"Apache Allowed OpenIDs"}, "apache/binary"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/usr/sbin/apache2", "type"=>"string", "recipes"=>[], "description"=>"Apache server daemon program", "display_name"=>"Apache Binary"}, "apache/prefork/startservers"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"16", "type"=>"string", "recipes"=>[], "description"=>"Number of MPM servers to start", "display_name"=>"Apache Prefork MPM StartServers"}, "apache/listen_ports"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>["80", "443"], "type"=>"array", "recipes"=>[], "description"=>"Ports that Apache should listen on", "display_name"=>"Apache Listen Ports"}, "apache/prefork/maxrequestsperchild"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"10000", "type"=>"string", "recipes"=>[], "description"=>"Maximum number of request a child process will handle", "display_name"=>"Apache Prefork MPM MaxRequestsPerChild"}, "apache/keepalivetimeout"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"5", "type"=>"string", "recipes"=>[], "description"=>"Time to wait for requests on persistent connection", "display_name"=>"Apache Keepalive Timeout"}, "apache/keepalive"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"On", "type"=>"string", "recipes"=>[], "description"=>"HTTP persistent connections", "display_name"=>"Apache Keepalive"}, "apache"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of Apache attributes", "display_name"=>"Apache Hash"}, "apache/worker/maxsparethreads"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"192", "type"=>"string", "recipes"=>[], "description"=>"Maximum number of spare worker threads", "display_name"=>"Apache Worker MPM MaxSpareThreads"}, "apache/worker/startservers"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"4", "type"=>"string", "recipes"=>[], "description"=>"Initial number of server processes to start", "display_name"=>"Apache Worker MPM StartServers"}, "apache/prefork/maxclients"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"400", "type"=>"string", "recipes"=>[], "description"=>"Maximum number of simultaneous connections", "display_name"=>"Apache Prefork MPM MaxClients"}, "apache/prefork"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of Apache prefork tuning attributes.", "display_name"=>"Apache Prefork"}, "apache/servertokens"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"Prod", "type"=>"string", "recipes"=>[], "description"=>"Server response header", "display_name"=>"Apache Server Tokens"}, "apache/log_dir"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/etc/apache2", "type"=>"string", "recipes"=>[], "description"=>"Location for Apache logs", "display_name"=>"Apache Log Directory"}, "apache/worker/minsparethreads"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"64", "type"=>"string", "recipes"=>[], "description"=>"Minimum number of spare worker threads", "display_name"=>"Apache Worker MPM MinSpareThreads"}, "apache/prefork/maxspareservers"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"32", "type"=>"string", "recipes"=>[], "description"=>"Maximum number of spare server processes", "display_name"=>"Apache Prefork MPM MaxSpareServers"}}, @description="Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions", @groupings={}, @dependencies={}, @platforms={"debian"=>[], "centos"=>[], "ubuntu"=>[], "redhat"=>[]}, @name="apache2">, @couchdb_id=nil, @library_filenames=[], @name="apache2">, "users"=>#<Chef::CookbookVersion:0x7effc4dc53c8 @template_filenames=["profile.erb", "bashrc.erb", "authorized_keys.erb", "root_bashrc.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"env"=>"env.rb", "homes"=>"homes.rb", "default"=>"default.rb", "sysadmins"=>"sysadmins.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"files/default/id_dsa"=>{"name"=>"id_dsa", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/bbba7fb4171d224a2e84902ab179b7d2", "checksum"=>"bbba7fb4171d224a2e84902ab179b7d2", "path"=>"files/default/id_dsa", "specificity"=>"default"}, "files/default/id_rsa_rberger.pub"=>{"name"=>"id_rsa_rberger.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/10bd4952af6288c22221a138bc48d911", "checksum"=>"10bd4952af6288c22221a138bc48d911", "path"=>"files/default/id_rsa_rberger.pub", "specificity"=>"default"}, "files/default/id_rsa_george.pub"=>{"name"=>"id_rsa_george.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/819182ed0015948fc5ca86b0c1cbcf8d", "checksum"=>"819182ed0015948fc5ca86b0c1cbcf8d", "path"=>"files/default/id_rsa_george.pub", "specificity"=>"default"}, "files/default/known_hosts"=>{"name"=>"known_hosts", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/dd62be17b03e6d71b200059bf4af80bf", "checksum"=>"dd62be17b03e6d71b200059bf4af80bf", "path"=>"files/default/known_hosts", "specificity"=>"default"}, "recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8581ec7647a4dbf801d191f442d16ce9", "checksum"=>"8581ec7647a4dbf801d191f442d16ce9", "path"=>"recipes/default.rb", "specificity"=>"default"}, "files/default/id_rsa_siva.pub"=>{"name"=>"id_rsa_siva.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/f9c9849c6abc847eb9006e3ed681f9c8", "checksum"=>"f9c9849c6abc847eb9006e3ed681f9c8", "path"=>"files/default/id_rsa_siva.pub", "specificity"=>"default"}, "files/default/id_rsa_tester.pub"=>{"name"=>"id_rsa_tester.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/e6ff74e203da84e07104f916a0fc0f6b", "checksum"=>"e6ff74e203da84e07104f916a0fc0f6b", "path"=>"files/default/id_rsa_tester.pub", "specificity"=>"default"}, "templates/default/profile.erb"=>{"name"=>"profile.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/bb41e6e022e553f3d73c58baa3186b9e", "checksum"=>"bb41e6e022e553f3d73c58baa3186b9e", "path"=>"templates/default/profile.erb", "specificity"=>"default"}, "files/default/id_rsa_amit.pub"=>{"name"=>"id_rsa_amit.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/b5e8fb8c9406df4504612229a06e63c6", "checksum"=>"b5e8fb8c9406df4504612229a06e63c6", "path"=>"files/default/id_rsa_amit.pub", "specificity"=>"default"}, "files/default/id_rsa_runa-deploy"=>{"name"=>"id_rsa_runa-deploy", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/5867cf84c4500a3e17401722e062a399", "checksum"=>"5867cf84c4500a3e17401722e062a399", "path"=>"files/default/id_rsa_runa-deploy", "specificity"=>"default"}, "files/default/id_dsa.pub"=>{"name"=>"id_dsa.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/6b17f0128f21e7590c92cf340bacb3bb", "checksum"=>"6b17f0128f21e7590c92cf340bacb3bb", "path"=>"files/default/id_dsa.pub", "specificity"=>"default"}, "files/default/id_rsa_swabha.pub"=>{"name"=>"id_rsa_swabha.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/a47e56a29f26054b0650081442fdf710", "checksum"=>"a47e56a29f26054b0650081442fdf710", "path"=>"files/default/id_rsa_swabha.pub", "specificity"=>"default"}, "attributes/users.rb"=>{"name"=>"users.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/ce6395d89585777c4617f6b3d83c139f", "checksum"=>"ce6395d89585777c4617f6b3d83c139f", "path"=>"attributes/users.rb", "specificity"=>"default"}, "templates/default/root_bashrc.erb"=>{"name"=>"root_bashrc.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/845093fe9dee673de323371788f24123", "checksum"=>"845093fe9dee673de323371788f24123", "path"=>"templates/default/root_bashrc.erb", "specificity"=>"default"}, "templates/default/bashrc.erb"=>{"name"=>"bashrc.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8fc62d2e834c6861ccda76742cfc0517", "checksum"=>"8fc62d2e834c6861ccda76742cfc0517", "path"=>"templates/default/bashrc.erb", "specificity"=>"default"}, "files/default/id_rsa_akshary.pub"=>{"name"=>"id_rsa_akshary.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/271b6693ed3f1e2034764457af7095a4", "checksum"=>"271b6693ed3f1e2034764457af7095a4", "path"=>"files/default/id_rsa_akshary.pub", "specificity"=>"default"}, "recipes/sysadmins.rb"=>{"name"=>"sysadmins.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/e2fc3fcc2ccafae0017d6aa286804229", "checksum"=>"e2fc3fcc2ccafae0017d6aa286804229", "path"=>"recipes/sysadmins.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/13c5bf44aee1731703ff1095c660ecec", "checksum"=>"13c5bf44aee1731703ff1095c660ecec", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, "files/default/id_rsa_koba.pub"=>{"name"=>"id_rsa_koba.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/f05f6cf13083c4fedae7b1e1dcf1f359", "checksum"=>"f05f6cf13083c4fedae7b1e1dcf1f359", "path"=>"files/default/id_rsa_koba.pub", "specificity"=>"default"}, "files/default/id_rsa_punit.pub"=>{"name"=>"id_rsa_punit.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/137f63e358f5b7aae2adbe74078f5d1d", "checksum"=>"137f63e358f5b7aae2adbe74078f5d1d", "path"=>"files/default/id_rsa_punit.pub", "specificity"=>"default"}, "templates/default/authorized_keys.erb"=>{"name"=>"authorized_keys.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/c912d95c9ce3f2d2c6e417e55ee82b14", "checksum"=>"c912d95c9ce3f2d2c6e417e55ee82b14", "path"=>"templates/default/authorized_keys.erb", "specificity"=>"default"}, "files/default/id_rsa_akshay.pub"=>{"name"=>"id_rsa_akshay.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/271b6693ed3f1e2034764457af7095a4", "checksum"=>"271b6693ed3f1e2034764457af7095a4", "path"=>"files/default/id_rsa_akshay.pub", "specificity"=>"default"}, "files/default/id_rsa_runa-deploy.pub"=>{"name"=>"id_rsa_runa-deploy.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/a91e571eb08399056da0f42f7ebf236e", "checksum"=>"a91e571eb08399056da0f42f7ebf236e", "path"=>"files/default/id_rsa_runa-deploy.pub", "specificity"=>"default"}, "recipes/env.rb"=>{"name"=>"env.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/4a4995863d56c083eac62950f418f25c", "checksum"=>"4a4995863d56c083eac62950f418f25c", "path"=>"recipes/env.rb", "specificity"=>"default"}, "files/default/id_rsa_lgiddings.pub"=>{"name"=>"id_rsa_lgiddings.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/58f666904a75dab250d07f0237306ae4", "checksum"=>"58f666904a75dab250d07f0237306ae4", "path"=>"files/default/id_rsa_lgiddings.pub", "specificity"=>"default"}, "files/default/id_rsa_rnp.pub"=>{"name"=>"id_rsa_rnp.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/14c183e8aec9d24e2f4fad907c30af94", "checksum"=>"14c183e8aec9d24e2f4fad907c30af94", "path"=>"files/default/id_rsa_rnp.pub", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8cf2de67f3cee3a20536734ae704d448", "checksum"=>"8cf2de67f3cee3a20536734ae704d448", "path"=>"metadata.json", "specificity"=>"default"}, "recipes/homes.rb"=>{"name"=>"homes.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/6b0d596668e563ea3c90fb9a7bae49ab", "checksum"=>"6b0d596668e563ea3c90fb9a7bae49ab", "path"=>"recipes/homes.rb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["homes.rb", "sysadmins.rb", "env.rb", "default.rb"], @manifest={"name"=>"users-0.1.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[{"name"=>"id_rsa_swabha.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/a47e56a29f26054b0650081442fdf710", "checksum"=>"a47e56a29f26054b0650081442fdf710", "path"=>"files/default/id_rsa_swabha.pub", "specificity"=>"default"}, {"name"=>"id_dsa.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/6b17f0128f21e7590c92cf340bacb3bb", "checksum"=>"6b17f0128f21e7590c92cf340bacb3bb", "path"=>"files/default/id_dsa.pub", "specificity"=>"default"}, {"name"=>"known_hosts", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/dd62be17b03e6d71b200059bf4af80bf", "checksum"=>"dd62be17b03e6d71b200059bf4af80bf", "path"=>"files/default/known_hosts", "specificity"=>"default"}, {"name"=>"id_rsa_rnp.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/14c183e8aec9d24e2f4fad907c30af94", "checksum"=>"14c183e8aec9d24e2f4fad907c30af94", "path"=>"files/default/id_rsa_rnp.pub", "specificity"=>"default"}, {"name"=>"id_rsa_lgiddings.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/58f666904a75dab250d07f0237306ae4", "checksum"=>"58f666904a75dab250d07f0237306ae4", "path"=>"files/default/id_rsa_lgiddings.pub", "specificity"=>"default"}, {"name"=>"id_rsa_george.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/819182ed0015948fc5ca86b0c1cbcf8d", "checksum"=>"819182ed0015948fc5ca86b0c1cbcf8d", "path"=>"files/default/id_rsa_george.pub", "specificity"=>"default"}, {"name"=>"id_rsa_akshary.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/271b6693ed3f1e2034764457af7095a4", "checksum"=>"271b6693ed3f1e2034764457af7095a4", "path"=>"files/default/id_rsa_akshary.pub", "specificity"=>"default"}, {"name"=>"id_rsa_runa-deploy.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/a91e571eb08399056da0f42f7ebf236e", "checksum"=>"a91e571eb08399056da0f42f7ebf236e", "path"=>"files/default/id_rsa_runa-deploy.pub", "specificity"=>"default"}, {"name"=>"id_rsa_tester.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/e6ff74e203da84e07104f916a0fc0f6b", "checksum"=>"e6ff74e203da84e07104f916a0fc0f6b", "path"=>"files/default/id_rsa_tester.pub", "specificity"=>"default"}, {"name"=>"id_rsa_punit.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/137f63e358f5b7aae2adbe74078f5d1d", "checksum"=>"137f63e358f5b7aae2adbe74078f5d1d", "path"=>"files/default/id_rsa_punit.pub", "specificity"=>"default"}, {"name"=>"id_rsa_koba.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/f05f6cf13083c4fedae7b1e1dcf1f359", "checksum"=>"f05f6cf13083c4fedae7b1e1dcf1f359", "path"=>"files/default/id_rsa_koba.pub", "specificity"=>"default"}, {"name"=>"id_rsa_rberger.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/10bd4952af6288c22221a138bc48d911", "checksum"=>"10bd4952af6288c22221a138bc48d911", "path"=>"files/default/id_rsa_rberger.pub", "specificity"=>"default"}, {"name"=>"id_rsa_siva.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/f9c9849c6abc847eb9006e3ed681f9c8", "checksum"=>"f9c9849c6abc847eb9006e3ed681f9c8", "path"=>"files/default/id_rsa_siva.pub", "specificity"=>"default"}, {"name"=>"id_rsa_runa-deploy", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/5867cf84c4500a3e17401722e062a399", "checksum"=>"5867cf84c4500a3e17401722e062a399", "path"=>"files/default/id_rsa_runa-deploy", "specificity"=>"default"}, {"name"=>"id_rsa_amit.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/b5e8fb8c9406df4504612229a06e63c6", "checksum"=>"b5e8fb8c9406df4504612229a06e63c6", "path"=>"files/default/id_rsa_amit.pub", "specificity"=>"default"}, {"name"=>"id_rsa_akshay.pub", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/271b6693ed3f1e2034764457af7095a4", "checksum"=>"271b6693ed3f1e2034764457af7095a4", "path"=>"files/default/id_rsa_akshay.pub", "specificity"=>"default"}, {"name"=>"id_dsa", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/bbba7fb4171d224a2e84902ab179b7d2", "checksum"=>"bbba7fb4171d224a2e84902ab179b7d2", "path"=>"files/default/id_dsa", "specificity"=>"default"}], "attributes"=>[{"name"=>"users.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/ce6395d89585777c4617f6b3d83c139f", "checksum"=>"ce6395d89585777c4617f6b3d83c139f", "path"=>"attributes/users.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"users", "maintainer_email"=>"ops@runa.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Runa Inc.", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs/Configures users", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"users", "resources"=>[], "templates"=>[{"name"=>"profile.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/bb41e6e022e553f3d73c58baa3186b9e", "checksum"=>"bb41e6e022e553f3d73c58baa3186b9e", "path"=>"templates/default/profile.erb", "specificity"=>"default"}, {"name"=>"bashrc.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8fc62d2e834c6861ccda76742cfc0517", "checksum"=>"8fc62d2e834c6861ccda76742cfc0517", "path"=>"templates/default/bashrc.erb", "specificity"=>"default"}, {"name"=>"authorized_keys.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/c912d95c9ce3f2d2c6e417e55ee82b14", "checksum"=>"c912d95c9ce3f2d2c6e417e55ee82b14", "path"=>"templates/default/authorized_keys.erb", "specificity"=>"default"}, {"name"=>"root_bashrc.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/845093fe9dee673de323371788f24123", "checksum"=>"845093fe9dee673de323371788f24123", "path"=>"templates/default/root_bashrc.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.1.0", "recipes"=>[{"name"=>"homes.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/6b0d596668e563ea3c90fb9a7bae49ab", "checksum"=>"6b0d596668e563ea3c90fb9a7bae49ab", "path"=>"recipes/homes.rb", "specificity"=>"default"}, {"name"=>"sysadmins.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/e2fc3fcc2ccafae0017d6aa286804229", "checksum"=>"e2fc3fcc2ccafae0017d6aa286804229", "path"=>"recipes/sysadmins.rb", "specificity"=>"default"}, {"name"=>"env.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/4a4995863d56c083eac62950f418f25c", "checksum"=>"4a4995863d56c083eac62950f418f25c", "path"=>"recipes/env.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8581ec7647a4dbf801d191f442d16ce9", "checksum"=>"8581ec7647a4dbf801d191f442d16ce9", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/13c5bf44aee1731703ff1095c660ecec", "checksum"=>"13c5bf44aee1731703ff1095c660ecec", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8cf2de67f3cee3a20536734ae704d448", "checksum"=>"8cf2de67f3cee3a20536734ae704d448", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["users.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4dc51c0 @rest=#<Chef::REST:0x7effc4dc5170 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4dc50d0 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"users"=>"users.rb"}, @file_filenames=["id_rsa_swabha.pub", "id_dsa.pub", "known_hosts", "id_rsa_rnp.pub", "id_rsa_lgiddings.pub", "id_rsa_george.pub", "id_rsa_akshary.pub", "id_rsa_runa-deploy.pub", "id_rsa_tester.pub", "id_rsa_punit.pub", "id_rsa_koba.pub", "id_rsa_rberger.pub", "id_rsa_siva.pub", "id_rsa_runa-deploy", "id_rsa_amit.pub", "id_rsa_akshay.pub", "id_dsa"], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"137f63e358f5b7aae2adbe74078f5d1d"=>nil, "58f666904a75dab250d07f0237306ae4"=>nil, "6b17f0128f21e7590c92cf340bacb3bb"=>nil, "f05f6cf13083c4fedae7b1e1dcf1f359"=>nil, "10bd4952af6288c22221a138bc48d911"=>nil, "14c183e8aec9d24e2f4fad907c30af94"=>nil, "e2fc3fcc2ccafae0017d6aa286804229"=>nil, "39189d80e03a1232ea330fbc5bbfaa81"=>nil, "bbba7fb4171d224a2e84902ab179b7d2"=>nil, "819182ed0015948fc5ca86b0c1cbcf8d"=>nil, "dd62be17b03e6d71b200059bf4af80bf"=>nil, "b5e8fb8c9406df4504612229a06e63c6"=>nil, "8581ec7647a4dbf801d191f442d16ce9"=>nil, "8cf2de67f3cee3a20536734ae704d448"=>nil, "c912d95c9ce3f2d2c6e417e55ee82b14"=>nil, "a47e56a29f26054b0650081442fdf710"=>nil, "6b0d596668e563ea3c90fb9a7bae49ab"=>nil, "845093fe9dee673de323371788f24123"=>nil, "f9c9849c6abc847eb9006e3ed681f9c8"=>nil, "271b6693ed3f1e2034764457af7095a4"=>nil, "13c5bf44aee1731703ff1095c660ecec"=>nil, "e6ff74e203da84e07104f916a0fc0f6b"=>nil, "a91e571eb08399056da0f42f7ebf236e"=>nil, "4a4995863d56c083eac62950f418f25c"=>nil, "8fc62d2e834c6861ccda76742cfc0517"=>nil, "ce6395d89585777c4617f6b3d83c139f"=>nil, "bb41e6e022e553f3d73c58baa3186b9e"=>nil, "5867cf84c4500a3e17401722e062a399"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4dbf7c0 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="ops@runa.com", @recommendations={}, @providing={}, @maintainer="Runa Inc.", @cookbook=nil, @version="0.1.0", @long_description="= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n", @recipes={}, @conflicting={}, @attributes={}, @description="Installs/Configures users", @groupings={}, @dependencies={}, @platforms={}, @name="users">, @couchdb_id=nil, @library_filenames=[], @name="users">, "staging"=>#<Chef::CookbookVersion:0x7effc4d811a0 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/65cb6737572fd853f11a5507dd8ed61f", "checksum"=>"65cb6737572fd853f11a5507dd8ed61f", "path"=>"recipes/default.rb", "specificity"=>"default"}, "attributes/staging.rb"=>{"name"=>"staging.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/d41d8cd98f00b204e9800998ecf8427e", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "path"=>"attributes/staging.rb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/b8f6b3f1a1c729259397b867d342d78e", "checksum"=>"b8f6b3f1a1c729259397b867d342d78e", "path"=>"metadata.rb", "specificity"=>"default"}, "README.rdoc"=>{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/fbd4ba3b71f0590b4f603f3cafa07740", "checksum"=>"fbd4ba3b71f0590b4f603f3cafa07740", "path"=>"metadata.json", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["default.rb"], @manifest={"name"=>"staging-0.1.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[{"name"=>"staging.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/d41d8cd98f00b204e9800998ecf8427e", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "path"=>"attributes/staging.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"staging", "maintainer_email"=>"ops@runa.com", "attributes"=>{}, "license"=>"Apache 2.0", "maintainer"=>"Runa Inc.", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n", "version"=>"0.1.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs/Configures staging", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"staging", "resources"=>[], "templates"=>[], "libraries"=>[], "version"=>"0.1.0", "recipes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/65cb6737572fd853f11a5507dd8ed61f", "checksum"=>"65cb6737572fd853f11a5507dd8ed61f", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"README.rdoc", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81", "checksum"=>"39189d80e03a1232ea330fbc5bbfaa81", "path"=>"README.rdoc", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/b8f6b3f1a1c729259397b867d342d78e", "checksum"=>"b8f6b3f1a1c729259397b867d342d78e", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/fbd4ba3b71f0590b4f603f3cafa07740", "checksum"=>"fbd4ba3b71f0590b4f603f3cafa07740", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["staging.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4d80f98 @rest=#<Chef::REST:0x7effc4d80f48 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4d80ea8 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"staging"=>"staging.rb"}, @file_filenames=[], @root_filenames=["README.rdoc", "metadata.rb", "metadata.json"], @checksums={"d41d8cd98f00b204e9800998ecf8427e"=>nil, "65cb6737572fd853f11a5507dd8ed61f"=>nil, "b8f6b3f1a1c729259397b867d342d78e"=>nil, "39189d80e03a1232ea330fbc5bbfaa81"=>nil, "fbd4ba3b71f0590b4f603f3cafa07740"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4d7e220 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="ops@runa.com", @recommendations={}, @providing={}, @maintainer="Runa Inc.", @cookbook=nil, @version="0.1.0", @long_description="= DESCRIPTION:\n\n= REQUIREMENTS:\n\n= ATTRIBUTES: \n\n= USAGE:\n\n", @recipes={}, @conflicting={}, @attributes={}, @description="Installs/Configures staging", @groupings={}, @dependencies={}, @platforms={}, @name="staging">, @couchdb_id=nil, @library_filenames=[], @name="staging">, "postfix"=>#<Chef::CookbookVersion:0x7effc4d55d98 @template_filenames=["sasl_passwd.erb", "master.cf.erb", "main.cf.erb"], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"sasl_auth"=>"sasl_auth.rb", "default"=>"default.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8109bbc201c672334c80a22cc5e45d1c", "checksum"=>"8109bbc201c672334c80a22cc5e45d1c", "path"=>"recipes/default.rb", "specificity"=>"default"}, "templates/default/sasl_passwd.erb"=>{"name"=>"sasl_passwd.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/aa2007efb986ed73f7b4cc493fdeac1b", "checksum"=>"aa2007efb986ed73f7b4cc493fdeac1b", "path"=>"templates/default/sasl_passwd.erb", "specificity"=>"default"}, "metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/760c5c1192fb9feaf8b22645823ce59c", "checksum"=>"760c5c1192fb9feaf8b22645823ce59c", "path"=>"metadata.rb", "specificity"=>"default"}, "templates/default/main.cf.erb"=>{"name"=>"main.cf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/a10ee2fe7d84f9677fa81a6de68642e3", "checksum"=>"a10ee2fe7d84f9677fa81a6de68642e3", "path"=>"templates/default/main.cf.erb", "specificity"=>"default"}, "templates/default/master.cf.erb"=>{"name"=>"master.cf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/0929f1b9d067a2435a47a7d01762a85f", "checksum"=>"0929f1b9d067a2435a47a7d01762a85f", "path"=>"templates/default/master.cf.erb", "specificity"=>"default"}, "attributes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8166db9e9d2505bf85990fa9d0c9a8ae", "checksum"=>"8166db9e9d2505bf85990fa9d0c9a8ae", "path"=>"attributes/default.rb", "specificity"=>"default"}, "metadata.json"=>{"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/f440d7f8536da89afa02ccf5b2612d9a", "checksum"=>"f440d7f8536da89afa02ccf5b2612d9a", "path"=>"metadata.json", "specificity"=>"default"}, "recipes/sasl_auth.rb"=>{"name"=>"sasl_auth.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/ee8e9b44d6db02fd03894aee83477e52", "checksum"=>"ee8e9b44d6db02fd03894aee83477e52", "path"=>"recipes/sasl_auth.rb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["sasl_auth.rb", "default.rb"], @manifest={"name"=>"postfix-0.8.2", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8166db9e9d2505bf85990fa9d0c9a8ae", "checksum"=>"8166db9e9d2505bf85990fa9d0c9a8ae", "path"=>"attributes/default.rb", "specificity"=>"default"}], "metadata"=>{"dependencies"=>{}, "name"=>"postfix", "maintainer_email"=>"cookbooks@opscode.com", "attributes"=>{"postfix/smtp_sasl_password_maps"=>{"required"=>"optional", "calculated"=>false, "default"=>"hash:/etc/postfix/sasl_passwd", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP SASL Password Maps", "description"=>"hashmap of SASL passwords"}, "postfix/myorigin"=>{"required"=>"optional", "calculated"=>false, "default"=>"$myhostname", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix Myorigin", "description"=>"Sets the myorigin value in main.cf"}, "postfix/smtp_sasl_security_options"=>{"required"=>"optional", "calculated"=>false, "default"=>"noanonymous", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP SASL Security Options", "description"=>"Sets the value of smtp_sasl_security_options in main.cf"}, "postfix/smtp_sasl_user_name"=>{"required"=>"optional", "calculated"=>false, "default"=>"", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP SASL Username", "description"=>"User to auth SMTP via SASL"}, "postfix/myhostname"=>{"required"=>"optional", "calculated"=>false, "default"=>"fqdn", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix Myhostname", "description"=>"Sets the myhostname value in main.cf"}, "postfix/mail_relay_networks"=>{"required"=>"optional", "calculated"=>false, "default"=>"127.0.0.0/8", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix Mail Relay Networks", "description"=>"Sets the mynetworks value in main.cf"}, "postfix/smtp_tls_cafile"=>{"required"=>"optional", "calculated"=>false, "default"=>"/etc/postfix/cacert.pem", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP TLS CA File", "description"=>"CA certificate file for SMTP over TLS"}, "postfix/mail_type"=>{"required"=>"optional", "calculated"=>false, "default"=>"client", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix Mail Type", "description"=>"Is this node a client or server?"}, "postfix/relayhost"=>{"required"=>"optional", "calculated"=>false, "default"=>"", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix Relayhost", "description"=>"Sets the relayhost value in main.cf"}, "postfix/smtp_use_tls"=>{"required"=>"optional", "calculated"=>false, "default"=>"yes", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP Use TLS?", "description"=>"Whether SMTP SASL Auth should use TLS encryption"}, "postfix/smtp_sasl_passwd"=>{"required"=>"optional", "calculated"=>false, "default"=>"", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP SASL Password", "description"=>"Password for smtp_sasl_user_name"}, "postfix"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "display_name"=>"Postfix", "description"=>"Hash of Postfix attributes"}, "postfix/mydomain"=>{"required"=>"optional", "calculated"=>false, "default"=>"domain", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix Mydomain", "description"=>"Sets the mydomain value in main.cf"}, "postfix/smtp_sasl_auth_enable"=>{"required"=>"optional", "calculated"=>false, "default"=>"no", "choice"=>[], "type"=>"string", "recipes"=>[], "display_name"=>"Postfix SMTP SASL Auth Enable", "description"=>"Enable SMTP SASL Authentication"}}, "license"=>"Apache 2.0", "maintainer"=>"Opscode, Inc.", "platforms"=>{"debian"=>[], "ubuntu"=>[]}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.8.2", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"postfix::sasl_auth"=>"Set up postfix to auth to a server with sasl", "postfix"=>"Installs and configures postfix"}, "groupings"=>{}, "replacing"=>{}, "description"=>"Installs and configures postfix for client or outbound relayhost, or to do SASL auth", "providing"=>{}}, "providers"=>[], "cookbook_name"=>"postfix", "resources"=>[], "templates"=>[{"name"=>"sasl_passwd.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/aa2007efb986ed73f7b4cc493fdeac1b", "checksum"=>"aa2007efb986ed73f7b4cc493fdeac1b", "path"=>"templates/default/sasl_passwd.erb", "specificity"=>"default"}, {"name"=>"master.cf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/0929f1b9d067a2435a47a7d01762a85f", "checksum"=>"0929f1b9d067a2435a47a7d01762a85f", "path"=>"templates/default/master.cf.erb", "specificity"=>"default"}, {"name"=>"main.cf.erb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/a10ee2fe7d84f9677fa81a6de68642e3", "checksum"=>"a10ee2fe7d84f9677fa81a6de68642e3", "path"=>"templates/default/main.cf.erb", "specificity"=>"default"}], "libraries"=>[], "version"=>"0.8.2", "recipes"=>[{"name"=>"sasl_auth.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/ee8e9b44d6db02fd03894aee83477e52", "checksum"=>"ee8e9b44d6db02fd03894aee83477e52", "path"=>"recipes/sasl_auth.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8109bbc201c672334c80a22cc5e45d1c", "checksum"=>"8109bbc201c672334c80a22cc5e45d1c", "path"=>"recipes/default.rb", "specificity"=>"default"}], "root_files"=>[{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/760c5c1192fb9feaf8b22645823ce59c", "checksum"=>"760c5c1192fb9feaf8b22645823ce59c", "path"=>"metadata.rb", "specificity"=>"default"}, {"name"=>"metadata.json", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/f440d7f8536da89afa02ccf5b2612d9a", "checksum"=>"f440d7f8536da89afa02ccf5b2612d9a", "path"=>"metadata.json", "specificity"=>"default"}], "chef_type"=>"cookbook_version"}, @attribute_filenames=["default.rb"], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4d55a28 @rest=#<Chef::REST:0x7effc4d559b0 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4d55370 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @file_filenames=[], @root_filenames=["metadata.rb", "metadata.json"], @checksums={"f440d7f8536da89afa02ccf5b2612d9a"=>nil, "760c5c1192fb9feaf8b22645823ce59c"=>nil, "8109bbc201c672334c80a22cc5e45d1c"=>nil, "ee8e9b44d6db02fd03894aee83477e52"=>nil, "0929f1b9d067a2435a47a7d01762a85f"=>nil, "a10ee2fe7d84f9677fa81a6de68642e3"=>nil, "8166db9e9d2505bf85990fa9d0c9a8ae"=>nil, "aa2007efb986ed73f7b4cc493fdeac1b"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4d4ebb0 @suggestions={}, @license="Apache 2.0", @replacing={}, @maintainer_email="cookbooks@opscode.com", @recommendations={}, @providing={}, @maintainer="Opscode, Inc.", @cookbook=nil, @version="0.8.2", @long_description="", @recipes={"postfix::sasl_auth"=>"Set up postfix to auth to a server with sasl", "postfix"=>"Installs and configures postfix"}, @conflicting={}, @attributes={"postfix/smtp_sasl_password_maps"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"hash:/etc/postfix/sasl_passwd", "type"=>"string", "recipes"=>[], "description"=>"hashmap of SASL passwords", "display_name"=>"Postfix SMTP SASL Password Maps"}, "postfix/smtp_sasl_security_options"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"noanonymous", "type"=>"string", "recipes"=>[], "description"=>"Sets the value of smtp_sasl_security_options in main.cf", "display_name"=>"Postfix SMTP SASL Security Options"}, "postfix/myorigin"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"$myhostname", "type"=>"string", "recipes"=>[], "description"=>"Sets the myorigin value in main.cf", "display_name"=>"Postfix Myorigin"}, "postfix/smtp_sasl_user_name"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"", "type"=>"string", "recipes"=>[], "description"=>"User to auth SMTP via SASL", "display_name"=>"Postfix SMTP SASL Username"}, "postfix/mail_relay_networks"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"127.0.0.0/8", "type"=>"string", "recipes"=>[], "description"=>"Sets the mynetworks value in main.cf", "display_name"=>"Postfix Mail Relay Networks"}, "postfix/myhostname"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"fqdn", "type"=>"string", "recipes"=>[], "description"=>"Sets the myhostname value in main.cf", "display_name"=>"Postfix Myhostname"}, "postfix/smtp_tls_cafile"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"/etc/postfix/cacert.pem", "type"=>"string", "recipes"=>[], "description"=>"CA certificate file for SMTP over TLS", "display_name"=>"Postfix SMTP TLS CA File"}, "postfix/mail_type"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"client", "type"=>"string", "recipes"=>[], "description"=>"Is this node a client or server?", "display_name"=>"Postfix Mail Type"}, "postfix/smtp_sasl_passwd"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"", "type"=>"string", "recipes"=>[], "description"=>"Password for smtp_sasl_user_name", "display_name"=>"Postfix SMTP SASL Password"}, "postfix/smtp_use_tls"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"yes", "type"=>"string", "recipes"=>[], "description"=>"Whether SMTP SASL Auth should use TLS encryption", "display_name"=>"Postfix SMTP Use TLS?"}, "postfix/relayhost"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"", "type"=>"string", "recipes"=>[], "description"=>"Sets the relayhost value in main.cf", "display_name"=>"Postfix Relayhost"}, "postfix/smtp_sasl_auth_enable"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"no", "type"=>"string", "recipes"=>[], "description"=>"Enable SMTP SASL Authentication", "display_name"=>"Postfix SMTP SASL Auth Enable"}, "postfix/mydomain"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "default"=>"domain", "type"=>"string", "recipes"=>[], "description"=>"Sets the mydomain value in main.cf", "display_name"=>"Postfix Mydomain"}, "postfix"=>{"required"=>"optional", "calculated"=>false, "choice"=>[], "type"=>"hash", "recipes"=>[], "description"=>"Hash of Postfix attributes", "display_name"=>"Postfix"}}, @description="Installs and configures postfix for client or outbound relayhost, or to do SASL auth", @groupings={}, @dependencies={}, @platforms={"debian"=>[], "ubuntu"=>[]}, @name="postfix">, @couchdb_id=nil, @library_filenames=[], @name="postfix">, "monitoring"=>#<Chef::CookbookVersion:0x7effc4d796f8 @template_filenames=[], @metadata_filenames=[], @couchdb_rev=nil, @recipe_filenames_by_name={"test2"=>"test2.rb", "default"=>"default.rb", "test3"=>"test3.rb"}, @file_vendor=nil, @definition_filenames=[], @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/e906632ab4700fdf46d4cdec04234550", "checksum"=>"e906632ab4700fdf46d4cdec04234550", "path"=>"recipes/default.rb", "specificity"=>"default"}, "libraries/assembly.rb"=>{"name"=>"assembly.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/ef53b23d15752fbbbc2517b3ac89fae1", "checksum"=>"ef53b23d15752fbbbc2517b3ac89fae1", "path"=>"libraries/assembly.rb", "specificity"=>"default"}, "libraries/network.rb"=>{"name"=>"network.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/4bb7a92630f2ace5e3de4da9245a5584", "checksum"=>"4bb7a92630f2ace5e3de4da9245a5584", "path"=>"libraries/network.rb", "specificity"=>"default"}, "libraries/metadata.rb"=>{"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/c44348e78fee42d0cf6489267b8c4173", "checksum"=>"c44348e78fee42d0cf6489267b8c4173", "path"=>"libraries/metadata.rb", "specificity"=>"default"}, "libraries/normalize.rb"=>{"name"=>"normalize.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/38a0e81c3d7e74145a0999dc64d4ee25", "checksum"=>"38a0e81c3d7e74145a0999dc64d4ee25", "path"=>"libraries/normalize.rb", "specificity"=>"default"}, "recipes/test3.rb"=>{"name"=>"test3.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/0d372586b728fbbbf5dfecbfe3ef2a45", "checksum"=>"0d372586b728fbbbf5dfecbfe3ef2a45", "path"=>"recipes/test3.rb", "specificity"=>"default"}, "recipes/test2.rb"=>{"name"=>"test2.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/16f84304b0bc2023350fadd0ceb44f5f", "checksum"=>"16f84304b0bc2023350fadd0ceb44f5f", "path"=>"recipes/test2.rb", "specificity"=>"default"}}, @provider_filenames=[], @recipe_filenames=["test3.rb", "default.rb", "test2.rb"], @manifest={"name"=>"monitoring-0.0.0", "definitions"=>[], "json_class"=>"Chef::CookbookVersion", "files"=>[], "attributes"=>[], "metadata"=>{"dependencies"=>{}, "name"=>"monitoring", "maintainer_email"=>"youremail@example.com", "attributes"=>{}, "license"=>"Apache v2.0", "maintainer"=>"Your Name", "platforms"=>{}, "suggestions"=>{}, "long_description"=>"", "version"=>"0.0.0", "recommendations"=>{}, "conflicting"=>{}, "recipes"=>{"monitoring::test2"=>"", "monitoring::test3"=>"", "monitoring"=>""}, "groupings"=>{}, "replacing"=>{}, "description"=>"A fabulous new cookbook", "providing"=>{"monitoring::test2"=>[], "monitoring::test3"=>[], "monitoring"=>[]}}, "providers"=>[], "cookbook_name"=>"monitoring", "resources"=>[], "templates"=>[], "libraries"=>[{"name"=>"assembly.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/ef53b23d15752fbbbc2517b3ac89fae1", "checksum"=>"ef53b23d15752fbbbc2517b3ac89fae1", "path"=>"libraries/assembly.rb", "specificity"=>"default"}, {"name"=>"normalize.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/38a0e81c3d7e74145a0999dc64d4ee25", "checksum"=>"38a0e81c3d7e74145a0999dc64d4ee25", "path"=>"libraries/normalize.rb", "specificity"=>"default"}, {"name"=>"metadata.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/c44348e78fee42d0cf6489267b8c4173", "checksum"=>"c44348e78fee42d0cf6489267b8c4173", "path"=>"libraries/metadata.rb", "specificity"=>"default"}, {"name"=>"network.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/4bb7a92630f2ace5e3de4da9245a5584", "checksum"=>"4bb7a92630f2ace5e3de4da9245a5584", "path"=>"libraries/network.rb", "specificity"=>"default"}], "version"=>"0.0.0", "recipes"=>[{"name"=>"test3.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/0d372586b728fbbbf5dfecbfe3ef2a45", "checksum"=>"0d372586b728fbbbf5dfecbfe3ef2a45", "path"=>"recipes/test3.rb", "specificity"=>"default"}, {"name"=>"default.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/e906632ab4700fdf46d4cdec04234550", "checksum"=>"e906632ab4700fdf46d4cdec04234550", "path"=>"recipes/default.rb", "specificity"=>"default"}, {"name"=>"test2.rb", "url"=>"http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/16f84304b0bc2023350fadd0ceb44f5f", "checksum"=>"16f84304b0bc2023350fadd0ceb44f5f", "path"=>"recipes/test2.rb", "specificity"=>"default"}], "root_files"=>[], "chef_type"=>"cookbook_version"}, @attribute_filenames=[], @status=:ready, @couchdb=#<Chef::CouchDB:0x7effc4d794f0 @rest=#<Chef::REST:0x7effc4d794a0 @redirect_limit=10, @redirects_followed=0, @auth_credentials=#<Chef::REST::AuthCredentials:0x7effc4d79400 @key_file=nil, @client_name=nil>, @cookies={}, @sign_request=true, @default_headers={}, @url="http://localhost:5984", @sign_on_redirect=true>, @db="chef">, @resource_filenames=[], @attribute_filenames_by_short_filename={}, @file_filenames=[], @root_filenames=[], @checksums={"0d372586b728fbbbf5dfecbfe3ef2a45"=>nil, "16f84304b0bc2023350fadd0ceb44f5f"=>nil, "4bb7a92630f2ace5e3de4da9245a5584"=>nil, "ef53b23d15752fbbbc2517b3ac89fae1"=>nil, "e906632ab4700fdf46d4cdec04234550"=>nil, "c44348e78fee42d0cf6489267b8c4173"=>nil, "38a0e81c3d7e74145a0999dc64d4ee25"=>nil}, @metadata=#<Chef::Cookbook::Metadata:0x7effc4d76228 @suggestions={}, @license="Apache v2.0", @replacing={}, @maintainer_email="youremail@example.com", @recommendations={}, @providing={"monitoring::test2"=>[], "monitoring::test3"=>[], "monitoring"=>[]}, @maintainer="Your Name", @cookbook=nil, @version="0.0.0", @long_description="", @recipes={"monitoring::test2"=>"", "monitoring::test3"=>"", "monitoring"=>""}, @conflicting={}, @attributes={}, @description="A fabulous new cookbook", @groupings={}, @dependencies={}, @platforms={}, @name="monitoring">, @couchdb_id=nil, @library_filenames=["assembly.rb", "normalize.rb", "metadata.rb", "network.rb"], @name="monitoring">}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Synchronizing cookbook mysql
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:hocNpxVgJO8K3+ubxiMnfLBFb6U=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"DS4NupHpsRxXLaKSAINg+2FpEHmZ3muWcjnkLKNrtJGUoDxcoq0uPYWBGHTJ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"OAwQorfU6SR7flaj/jAh4sp5Q20JEaleOqX+z9HalLMVgmpbWMcmbZ4UnB7c", "X-Ops-Authorization-3"=>"yiGCxFn8Ycvt/lOC67PEIXEn+a/swcO8pjkZrnI+QiuszqFYE2KhBTqSZBpZ", "X-Ops-Authorization-4"=>"ZH4CGyR5c9MbVrX9Mfiyfo+5ThgdiVa1otOeEZOkPAnD/MXL3gDM+xjwlQdY", "X-Ops-Authorization-5"=>"eNoYntWxFMXfPH3a5nNOa7L+ot4hs0uEVyaQrai+AHeYs48+u0w9Hj2Lv9N3", "X-Ops-Authorization-6"=>"5vdpDPnAmsPXN2EevdpDF0zlMnbL65mnLD5+KE4FgA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/8aa8e2cafe54c2932c7aa65d62ec2695
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/8aa8e2cafe54c2932c7aa65d62ec2695 to tempfile /tmp/chef-rest20100902-20636-12ni2of-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/8aa8e2cafe54c2932c7aa65d62ec2695 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/resources/database.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/mysql
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/mysql/resources
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:TyhA8XXHrwCW3WaO2FV2sln4PzA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"lNsDAZDdUBr+z8jSacB75kd9k013o7MxKJ4PMxL7AYV0+ZYcYYJncO+k95gA", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"a61D6c2/sxqJIV97tabxdRYCTRDB8GMJW2T03BIKFnguGzyt2gMqeX+THhY2", "X-Ops-Authorization-3"=>"mFhrViJ0h2UsGeXbZODQn0cBbnI+u4Otiz/FHUvVrgfcUr0Z9cUV66Axes5O", "X-Ops-Authorization-4"=>"H3iSKHfPuvhEHIjrmduodjYq+4ty8S2Bx4Aex3IO/vxnBFjiZfRNtkgVx1nh", "X-Ops-Authorization-5"=>"OiWSqrVjpS+RjkjZitSYsLi9hmtiYHnMGD/hbDpcYB4v4y7sZVDcgaXdMBnq", "X-Ops-Authorization-6"=>"tkC+xKmmRM01DRaA1uOMTntsMXpdDJghdTWAm0Rq+A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b994881a2aba60e32c4b6408ffba993d
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b994881a2aba60e32c4b6408ffba993d to tempfile /tmp/chef-rest20100902-20636-amw2qz-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/b994881a2aba60e32c4b6408ffba993d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/providers/database.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/mysql/providers
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/qk5o50RU+s3xazYTlpoXUADAqU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"eNyjF4onKZMeZTv+bIOarftXutOQphidNFku33fzxKokWETv+gp/a+dL0XMs", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"iVmjAJPOx+EjpeqSkAM9s9V8bfvYEWO/Kh87X41ggDLDdy2pfDemRw/bV0IV", "X-Ops-Authorization-3"=>"lYOF0PCEOVq0gqVREaPGtAlbGo0aWSV1BMRr8qg2JmSu57Jz5b8IHFzvsoYH", "X-Ops-Authorization-4"=>"LGbGoLlTy8sHmMxqWr6toMg7uRg5mCk9vEKoMGv/4O1N5N4G8/nHViHJiYg3", "X-Ops-Authorization-5"=>"AJaB+RCHN42YMxnIOAOYY3BvpXAybOTC4wbLf3Vy1S24fA53UEyRER/Gercc", "X-Ops-Authorization-6"=>"swSEvHpCgoi9w/65IN9hLPcVpJkGJN1r047qncp8CA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e652fc95491810a9e9debfc7ee62518b
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e652fc95491810a9e9debfc7ee62518b to tempfile /tmp/chef-rest20100902-20636-xwln6b-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/e652fc95491810a9e9debfc7ee62518b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/recipes/server2.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/mysql/recipes
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:UQQlV8/WDlV4GRl4Y2xjQcmcpWM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LEbhbn3jYodimFp958qHjGEpxEhrhmkAajueWwP4L+sKBXkkpDDBslkkpkir", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"JTAPLZug/uHBM1kI+T9Jd5T67SvK+PGILKUusxk1h53UNLn7IdUfV4dasejk", "X-Ops-Authorization-3"=>"Sy7sfiTzwW145ceFrFtPvfwYhGFmpJlHz80qc933r1aJK/ImE6COBEf8eFJ7", "X-Ops-Authorization-4"=>"lX7yK1Cw8caNu0BXBDFN5v+LV9a37LH7hhc0JJJgjCoN1bl7Qy1nI/mpGtT/", "X-Ops-Authorization-5"=>"x5ht8LcICYncaMyiZwWEIJGoaD9g8oKnMaafoCrBV1ev6JX9Ma47B48yZhiy", "X-Ops-Authorization-6"=>"OKw76/noaAyO20m48X+cFyZp9Px3BinhgI0uXqagPQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f51bd8122b7dccc9f4656319fef3252a
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f51bd8122b7dccc9f4656319fef3252a to tempfile /tmp/chef-rest20100902-20636-1ywee0u-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/f51bd8122b7dccc9f4656319fef3252a (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/recipes/server_ec2.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:8HqkOv7C3Ea7jzU8X5y8mkIWY1k=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Gnwe5SM9k2bOEQA67ZMqodG4LMHnwfdJLCkL4Yv3WfkLSYTqQSwLvB2kTJ8J", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"tSij1AxpNw/S0FNcxxFvFnHmOGC7NUaHq/g5cjHhE7A/KMnbakHNcLu6Lsq0", "X-Ops-Authorization-3"=>"4+/iBvjLhnVhEeE/7eWaXvAs9a0MxWlE0quRppaImawUb1P/STDjRES9sbvc", "X-Ops-Authorization-4"=>"qlvaRk30XTPJ8BSWpbr7x9QmsibwxHNA8qspR5k7uKQ9s7InAVqkObtR6LtM", "X-Ops-Authorization-5"=>"ij2Wpv9oCOBoR7eCMbCMM8YR/5VIUDtFljhtzPXUkjLMpBUxgXpRg0Z1df6H", "X-Ops-Authorization-6"=>"di4cUMNIi5f3v+IGI8T+4mEfFAgAJUdGG9U7Is6F/A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/9ad59082440f88654763abdf7388b9e3
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/9ad59082440f88654763abdf7388b9e3 to tempfile /tmp/chef-rest20100902-20636-18en6e-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/9ad59082440f88654763abdf7388b9e3 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/recipes/server.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:yaZN2YpHBCa7SkqrWmuJehEARB4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GPycZBIdT07ha3OMdScseC0on0sC8/t/35nE0ifOEctkkOaRLR/OoeKRXgCa", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"VLK/LZiCk5d4QxGREJd1cwuTGbvhXf8CDQM9HfdyCwH3tZtS6xIJmWBm6FQ0", "X-Ops-Authorization-3"=>"0BSarhyQHBjXFcbWMXA1V5sTzUbOfvD1ej4hwrVD1YtOAF2XMK+foXDzgQT0", "X-Ops-Authorization-4"=>"jkavt/pnPJB3NlZncqq/mLOf5CGVBXxs2F0mdNSQyLmQdYZbOMWcTk6O6XKZ", "X-Ops-Authorization-5"=>"kG92K1gM3+thR2GLJamJ8wTt4U2WofiqfRoaQ5TRkT194gct+t+O/5izWnW9", "X-Ops-Authorization-6"=>"E4J2GeG0dU304yjjGL/TZXj23N2gqU2AHkgBRJInkA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bd3ba2d05dea6a8cf0dc2a45f540cc32
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bd3ba2d05dea6a8cf0dc2a45f540cc32 to tempfile /tmp/chef-rest20100902-20636-1464441-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/bd3ba2d05dea6a8cf0dc2a45f540cc32 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:leTtgxz3pEyWUd9CIE9xPp3qEKI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"lSP1BOk5UbW4vbw5/ea1Ofrwo1d+v5JI7c37nskKEv60VlMn7XWtIZuu39wf", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"2cuhwVvZRCWlxmdXLGn7O8JgtD+TwTgqQocWMpFjWKhFQAqTgNwy1PaLB9lO", "X-Ops-Authorization-3"=>"qCuaor1Uuak7/cBxKSgH1HsT2e7G2fxPdh8JAYzCajUo4c7gC6npnME8PoSx", "X-Ops-Authorization-4"=>"UDfsW0M/ys+ujmlSc1ncrOoq160K1NgIfUj4YrtcZYlEk3wUaVIN4nEA4a6k", "X-Ops-Authorization-5"=>"pQa1ysDMljEN6A5JtzgwOJ7Trkv+Xb1hFF44Vc//B7RbnEk6WrYey0JMJff9", "X-Ops-Authorization-6"=>"G506m8VKckjW1oL8KEg56DF7ZH7qeKI617mHR0ARKg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/469c26044cc972ae72b95fd3432416ff
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/469c26044cc972ae72b95fd3432416ff to tempfile /tmp/chef-rest20100902-20636-j0zq9m-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/469c26044cc972ae72b95fd3432416ff (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/recipes/client.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:lsbaylLsvJWeSpWDKHpygJCWOEE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"gbk4nCBDOi79syLbC05SYUF94RZKv914IFPmO2jePER5dB6y1Uk2jY0WFUbR", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"WuzeGLQKDFBUJTfLnqopAxB8qRyjQN4K1dgpHJSkU0qfYqrANBjD/N+CSBrk", "X-Ops-Authorization-3"=>"BPCes9DciQ0OqZkY3qjpkI0iOV/PE6CqtpsAkgdgC2dspYQxxdVCs49xv2iL", "X-Ops-Authorization-4"=>"6PnFZ3rsCj/M5s1tPu80TFfBCjL4EhSMWibxMCU9JB2rE7ea32SsDQbqkWB9", "X-Ops-Authorization-5"=>"UAHOxLo/XgtVoXwFKFbWrdWBVSw+nUkE9mhwNagYWwaMn5eCZPi8cmo4xG99", "X-Ops-Authorization-6"=>"RP+3zdQ2lA0S+zETUhkFZpBPsDnJJWKycrdsbAD1dQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b2eb0760c07734be9c637dcffc86175a
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/b2eb0760c07734be9c637dcffc86175a to tempfile /tmp/chef-rest20100902-20636-113nnaz-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/b2eb0760c07734be9c637dcffc86175a (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/libraries/database.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/mysql/libraries
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:iulQ58Xn/6v0kyxBfNbwKCezrwM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VAG0h2PHf6EmZmJsG/DhbqD5Y7NIPSb2Hd3sCPpc4acIg3kQdMfgSdcC3RnP", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"AXC1c4mhCMKTQLl/H9K2/98Uny0IBC4G3j1xBe/Q06PL8xqLufXfElRF65Ub", "X-Ops-Authorization-3"=>"hg85eJFXpMlyGZ90LC+EYlLbMMbv85S66+jKqH8lmKSaMjgIa1soxw+18qMC", "X-Ops-Authorization-4"=>"gFWCkFHSQiiXuIhi2vkKa+s1SdhDJm7o8g+2s97nH6UZiU0FfQeLEdxtkZPf", "X-Ops-Authorization-5"=>"2EOcnNoEbGciiyHeoo/x6g4ogyxxL1SOuiTiwlvV5n0KzbbjFdKgqroBr5ii", "X-Ops-Authorization-6"=>"d29CQzLO8kJAVX+ahApjQZnO4dRT+7FlOKI++4k51g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/1de0d57cd17e3311c0248a7f013d0683
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/1de0d57cd17e3311c0248a7f013d0683 to tempfile /tmp/chef-rest20100902-20636-14ie9sn-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/1de0d57cd17e3311c0248a7f013d0683 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/attributes/server.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/mysql/attributes
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:jBls/2FGfU4+W1ztGFUTdtBQtKU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AuTCkyAyUT6kgwYzpvpIuSTmZwWwQw9+fRrQT0ysWEcnK3B02xpeESvuOc/x", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"CiPb5yBQq4wZ8p5qGpcPcCzPh5XaY+llz7FaKH/KlyhI79FstTuBOytiMer7", "X-Ops-Authorization-3"=>"DjQM3H9/vwXaKa877pA6wHjJu8NngGjT40LzVpwNcbYo7YUNamH7tLApFhjN", "X-Ops-Authorization-4"=>"pIFoPfawgvAExmCls03Fjcbkmpya//xxnyLUrGDg0az8tm3hfzmPk0aj1Q6q", "X-Ops-Authorization-5"=>"KiJNtGuNSgfoOSjseKTJ461WD+l69Tn+CDTwdB5rA+PnkOhgOPAV77Gq18Wf", "X-Ops-Authorization-6"=>"E5IrkXlPxD0NCbwc7wdayBar5r8as0OrEeucjS5XFw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f838289ad139523e3971b0362c41d1f8
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/f838289ad139523e3971b0362c41d1f8 to tempfile /tmp/chef-rest20100902-20636-1fwd621-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/f838289ad139523e3971b0362c41d1f8 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/monitoring_steps.rb in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:btf9d42GyIvL4Qdh7XQkAIU/h/8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"SZPplCrVIqfpuQG6hZaPOhLc9a/Iy5exPAN1I3RAaVxbmuB19/+GqEuMhShn", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"1PfoeAFelPfgdAd9utI5MFqMGcy30lTAKA9TwlkwPFAZIZ3z3VuXOIMHnKwr", "X-Ops-Authorization-3"=>"4f51lprZrOdll5FAmnM+JbMfYVJcHsuh9x0nuxtr4L4Z3bB3WTLZOXjYJQzJ", "X-Ops-Authorization-4"=>"ogn1fpw8tYUX5B74GN41s9Tb6ftWEBZLnSioN0inovDs8Js5oOSuQbb0qVhm", "X-Ops-Authorization-5"=>"QLXAitdk1Zopjhr5HiUlkbRp77geBoFAe9rZgh0vrW8a/j1fZtDKxKnEFJtr", "X-Ops-Authorization-6"=>"qOhWIJIaQ9fa5TTcLIJH3PvdmS2oZv6D4Chbd1C9mw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/ba02bc0c8f81286fde3590ed40ded806
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/ba02bc0c8f81286fde3590ed40ded806 to tempfile /tmp/chef-rest20100902-20636-ml2avd-0
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/ba02bc0c8f81286fde3590ed40ded806 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:35 +0000] INFO: Storing updated cookbooks/mysql/monitoring.features in the cache.
[Thu, 02 Sep 2010 21:33:35 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:62fmGUrzSIbm4qs1J3oGeXz8QcA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:35Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VAGo1WsEhYFC2Kg1x4eP5qCTMai4cdavuP7O/84bcrvqA1Hj7j0oQEopSzzu", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"bdTLYlarUXq7hMjA1NwCcqdZFXKZk2hReZaCD+YgP11O6YAltT2DL+2VJ+0r", "X-Ops-Authorization-3"=>"B9GpmN6UWBRc6Rg9N5whQaWuMguLkgFSzptS+/iKkPYvCp24n3xSv14DzfIO", "X-Ops-Authorization-4"=>"6hGIDUdFNZw/npllxG0eD6jQHMuBoDB4z5Z8iy85maYRo6Tvj2yb2qfgvdhX", "X-Ops-Authorization-5"=>"eWHrx+p1kIS/nnD7pQ2Agv0KkIeZ8gnj5pAP4PQyCJ8t80LQJLkY8flmYDwp", "X-Ops-Authorization-6"=>"5eBcvhVjV9dpWMPZUPKinYFH5XwudeqeGa3yWv9mrw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:35Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4516f9c63cf19e3174cb34ea5c8ef80e
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4516f9c63cf19e3174cb34ea5c8ef80e to tempfile /tmp/chef-rest20100902-20636-14tav6z-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/4516f9c63cf19e3174cb34ea5c8ef80e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/mysql/service_binding.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Q6BslIv1djvpfE5WvbXuMKJzYJg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kppef8OCIcRCxdHlOe7PC52EZp3fJZjI0sN89XK5J2jYbllUHXeuugHlWHUM", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"+XvgAaE6w++cyhGuw/+uu1vTMb/m5/gc+mXDkZ9eZohQtBTGNlh+SmTFhwjQ", "X-Ops-Authorization-3"=>"MJwfK2eHwRF0+TlxsOpxUUvq+gTs/GfAOQOpiu+QLouKtV/mLxFGA8vW/3E2", "X-Ops-Authorization-4"=>"uXhwJweqeD+xK9k6YvIkkGRz7EgkCPA/gqUDTbnom1ZW/N+0TWpI9hgdsjhX", "X-Ops-Authorization-5"=>"u4FIleyl2eDaFZBFZdT6irI2iODydrvujLWQKusa5pWWJstCo3F8AXIXBIKC", "X-Ops-Authorization-6"=>"dI0VBCfyqhYWVujsTe2xTbLbKh4FEFCqVfMO51UvnQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4668d197dc303c16c7519cce1e295bf0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/4668d197dc303c16c7519cce1e295bf0 to tempfile /tmp/chef-rest20100902-20636-1bj2sfq-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/4668d197dc303c16c7519cce1e295bf0 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/4668d197dc303c16c7519cce1e295bf0 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/mysql/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:oe3FZJoY3Cquhiiidi4NAMs/C+o=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"FxGUg39R5BTw780LUflQ+Bdj9AHHCrZnTyenptTim/kV/+KXKogFRssEMCB6", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"sxMu+fyuboIkEj0nKoJuypBtXe2tbgq8mAKFjNegDNoDdOaTrZ1w04mKFilM", "X-Ops-Authorization-3"=>"BK6cKqQk6hGX7GF/HvecDpdjBr840HPVHM54exO9nwwM55nItGDNaMPvMcV0", "X-Ops-Authorization-4"=>"1st+f1wQv35n9bHgGKdUc8GCfNKyHkymUwlnwuOAqubpyebFEoSCnvx81SQj", "X-Ops-Authorization-5"=>"5qyiBMCmkLo+hlnR3kH0dw5jTqDvk9Lgh/8iHnwJALYrOoQPWnTS+CyKMGnM", "X-Ops-Authorization-6"=>"wbNCW8+IIDDX8XdSlT39cYK0B7Vv745fBfNEArHmoQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bea042f6809ca033775814b99d39b8fe
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/bea042f6809ca033775814b99d39b8fe to tempfile /tmp/chef-rest20100902-20636-h54sa3-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/bea042f6809ca033775814b99d39b8fe (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/mysql/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:fSosJNDONZQHOLjACHaBH0S2wWc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LgB2K8DVLxvVdGXtq4IY8NLXzfO2NmHgP4raFflDihAA359x/Xf606Jnjckg", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"iCcPuVb4d1mb0bM9D0Tcgt12AH6+jmwFH85Wir8pCweVZeQIhzOT1drb88JP", "X-Ops-Authorization-3"=>"MX8pk5Z8RTZa2cTWajX6cyhuC7IgCOYl0OvWEGt7KOzzSd6JmXAKxnIDGSZp", "X-Ops-Authorization-4"=>"lvOShySOsGH7Hm7QTKLIRpzWK3OMS/XgBv9K9ucSkxOmKg7+hyY68kY6vkif", "X-Ops-Authorization-5"=>"M3pg6cDA+hruhJwCwYLHDQltXcsHA2MetkbtHYSSy9CBg0H09FJDU+P5hk0a", "X-Ops-Authorization-6"=>"Qu1yFSfP2gnKSIplXrFI5qzZmu0QZg/vLJHY1Ndwkg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726 to tempfile /tmp/chef-rest20100902-20636-1lolj8z-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/mysql/0.21.2/files/e6be57b4904be953bc1aa07bd2fa5726 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/mysql/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Synchronizing cookbook chef_aux
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:8nljl9m+j6yw+8++jCfAxmxdjWQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"YlusLriynaPDGy2ZnkcozfTw3B6uRpxbtFdAGC7o16KuXbU5QJLIkjRki/hg", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"AqqTQGNmB5h9o0ig0jC94xW+LXqQveyqIMqAaSUKuZSj3KoVZWmmka3iPFO1", "X-Ops-Authorization-3"=>"YDQ7EynllJz5jdSlztz8rd8EJxZqAWSf/rpIEkBt2NAZkY8miJQ9dH4HI7DL", "X-Ops-Authorization-4"=>"RsBV9WNA96toGSX9Ap3F2aFPVHKes941mDV6IH2PMfPVTHzDg+HDAOSz+VLK", "X-Ops-Authorization-5"=>"1qIHDW3VoD6KMM3dKftMSvQ1rQVVkoxz7v14JkT1ASrU8gzq+siiYwI5GrX9", "X-Ops-Authorization-6"=>"lDLG55lWGnkfkCvBOfJ+NAUMdpnL/79/oSB7kAEBzw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/f9d8ab4ed4fe7b06648da55aaf5ee73e
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/f9d8ab4ed4fe7b06648da55aaf5ee73e to tempfile /tmp/chef-rest20100902-20636-eqcidk-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/f9d8ab4ed4fe7b06648da55aaf5ee73e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/chef_aux
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/chef_aux/recipes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:PwK1cmuM9Ir+FSJ4zjSpiVZ8XEQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"B0SYKMBIDn4nwaJRAu9HWopGZiabWyqxJHCIXcobt9AcKleYVV8GWJ86T8Q2", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"AYXnzSB+hZu55zWam5R05u3VB3kV53zfv0rbkAySMwVwOLaVCfBPyyB2JWMp", "X-Ops-Authorization-3"=>"nlpvfyW48KvEirgAK9nlvt9yY8j3jqe0oxjNYYPPlamaGMw4Ukmr9zjtDAp/", "X-Ops-Authorization-4"=>"g6ikBhl8t3c01xHabIZaPraDUPEqfKfZ1sBCeCDg7UhGRl7yJIldA676XFUS", "X-Ops-Authorization-5"=>"XF5gVbdZJufPRKIM7/yUWVxEjb23WeLH0D+qhTvgK7suADN/a90oNFlYAFLb", "X-Ops-Authorization-6"=>"ob6gz+bn2nP/khJAxpogpFnZf+86O4AmpVxDcVnGnQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/eb8f3951b315eb875dafea599b52831f
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/eb8f3951b315eb875dafea599b52831f to tempfile /tmp/chef-rest20100902-20636-683z71-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/eb8f3951b315eb875dafea599b52831f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/libraries/hash_object.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/chef_aux/libraries
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:o5SQ+oJxrG3dZkxiv/lHoQJqyNk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"eXkSRp4S4uWFRBP8KtvS9o9z/5tzyK8gyeWqvrZzqb9D/r1Z43WHcAXdG+4Y", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"x81JpoLv7+65LLwNAhsyAHHPWy9AO88ajV8WWsDf54TbY8/o9CoqDEL2JIM4", "X-Ops-Authorization-3"=>"8qSTQ93rO39EXxKg4xJX3V3IvZ2O+N1OB7P4hMKxIhS/uSqTJoiGfejVw1YU", "X-Ops-Authorization-4"=>"H2ZIm6nc+s8DnFUuUD/Yv2y7ZzQ2Lc/s6hlPbtYYrMY588O0H/UB5iyVpiDe", "X-Ops-Authorization-5"=>"Bfzl9FAy6bE3XZ1P6MZO075EGstDm2p63wW/plFHQcraqPnHQNaHelyIUM1h", "X-Ops-Authorization-6"=>"cJnt4yeNzVZlgVtxSsh4pEh4bHaq/37GKhy3P/ey1g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/75f46a7fb4b6a9b5bc03e88ad2f2c7f3
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/75f46a7fb4b6a9b5bc03e88ad2f2c7f3 to tempfile /tmp/chef-rest20100902-20636-1tff05b-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/75f46a7fb4b6a9b5bc03e88ad2f2c7f3 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/libraries/aws_helper.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:+zsf+2qV1ixkUW64XjKPAsyZEjk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Xmw2AN5L3DfiQzZYbAFgoCPlKKdHAYVE3a0NN8wy63DCpdF1QLa17beW+RGT", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"CrwJK7KjkLcrclffwJXnD0Ct1hZhU9s5aG0alQvgE5iFKOTgmM73hMuDt7hX", "X-Ops-Authorization-3"=>"J9wgxI0csnHqOG9V3ro5479QMNJfE49Cf+O0Op3YZDrqnjEcgWy9YfUbR08l", "X-Ops-Authorization-4"=>"phVycUhVURdBDepZ4xJaGL2BLu851wuQn4Z/ozLL/uOtoobWW2eoWQLexelj", "X-Ops-Authorization-5"=>"rI3bUQzqVVe/KyI2oqxSXfqBd2uWvhS7K5qGte0MuWeNlyg/fg1/ORjB8I9l", "X-Ops-Authorization-6"=>"3lA6V2QYbgeEYKQJBBFXF8S27bVRmEUQkHgtff1oGw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/69291b6ba5a96dcd0a3f6b99f570e728
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/69291b6ba5a96dcd0a3f6b99f570e728 to tempfile /tmp/chef-rest20100902-20636-4fjdiw-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/69291b6ba5a96dcd0a3f6b99f570e728 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/libraries/helper.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:nQZhDsl/QzPV3V2X4Ad0ehLR/Vc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"gNFzhRJ9dWkUSmQqeVzK2nPIqDe4O/Z47SYUMe9nSOciLwrJwCygAah+Z3wS", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"uOr3FCKS5tiQ8ikDZib4sY+9jrvIaJMfTa9lpjDqi+9SgV5+Y2ApAoHYJorl", "X-Ops-Authorization-3"=>"kBdYpii5BnAyhZzKnJyCD5HHx6QoB0/a/YXLnqRfAg+c+0bBJJw2kkeZbVRg", "X-Ops-Authorization-4"=>"zPYvLYxPDDvhcjKTaZCA1lyPgv7TZepiWY825DblqzLVgLCy9GAkRSVq3Mj7", "X-Ops-Authorization-5"=>"kjNAcjvZBTJspert59p83Ab8gzVkqFsZThMhNY1eeM9PlbodciscgGX90BMe", "X-Ops-Authorization-6"=>"FsmBfGZLGmar8daC00/XZN6rXxKTmyKCIAjhAHGKkg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/25a338d94733cfcfc1b20e38e08cc6c6
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/25a338d94733cfcfc1b20e38e08cc6c6 to tempfile /tmp/chef-rest20100902-20636-t85ksh-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/25a338d94733cfcfc1b20e38e08cc6c6 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/libraries/array_object.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:XrcjqW8vjooCnVW+23O94pB6OJI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Of6kKghOz7CtBB38Oyz32lCmgoYzgjoneOW9MvSfFSCo0DfMBjslZTybaw9g", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"h9mbh9gvakaTOksqurOlRdw/tFwg5skqefmMr9bewT0cBxKNtzHXrK04/Vl0", "X-Ops-Authorization-3"=>"3pbias1rpVHts+xxjFWz7C1qZkucNlynao0SdOb0u/WnjyvMmIWu/jwq2bu7", "X-Ops-Authorization-4"=>"+2CZ4RRauzpAHwTdRP+KMrOZ0sGJc2huB6Aqk0dVyuSELA87fyccwux+Nu29", "X-Ops-Authorization-5"=>"y2xdZ3ETAvXdg4X5IkWD4tRHPGFJc0FaT1OluLWZb8QfC4vvNP4Mpx7JQ2pc", "X-Ops-Authorization-6"=>"1krKh4ZS57sG4gCiYgnELAyY8TK9I3NSO59af9bk5w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/ddd284f51c32c8ae73aa0a81fa7454db
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/ddd284f51c32c8ae73aa0a81fa7454db to tempfile /tmp/chef-rest20100902-20636-1gtg571-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/ddd284f51c32c8ae73aa0a81fa7454db (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/libraries/errors.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:B0T/kmuoZB9qdwJW1oa6PsVLUD4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"dvHjJjRK9jqDSRTgOwEQWTJdt4JDrlqELqFUXWuK7nSrDwF6otqWQLosRkwX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"+eMUNt/0UI0FELzIxWx395cFPy4KhTqD25ds4ue0GIn6DjuQbIlgs3YOYty6", "X-Ops-Authorization-3"=>"a2/Xo+Z+QHtK6GdumCT7ftppa2AM2hVtasDmrbEFSO/4X3OG161wkm9NSiSW", "X-Ops-Authorization-4"=>"DDB1mNCk4LVbOeHkRvAfDFWGPZAdB4Zq0dZWt7YSYKt1AruK5ztl8kzr+vXU", "X-Ops-Authorization-5"=>"yVYSnnvOzhLsr6OMP/7tzN9O5nJv2ywX7SsVXFlqRhM3HQkzHEYlJ4PACU9a", "X-Ops-Authorization-6"=>"6vOPwLTjjKUhpLc3P2of6EZMVE2o+TQ6nwCaPoDt1A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/6155024b3b441822f1f2fdaf0e3e7aad
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/chef_aux/0.0.0/files/6155024b3b441822f1f2fdaf0e3e7aad to tempfile /tmp/chef-rest20100902-20636-gzk8cq-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/chef_aux/0.0.0/files/6155024b3b441822f1f2fdaf0e3e7aad (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/chef_aux/libraries/cluster_state.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Synchronizing cookbook runit
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:pLDvIUQDKXivsK3eMPvTAAd+Wgg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"NR2sU+YS0JttQLnafJ3KEEr/gmKp8jxQNfwgMr+URnLPAOeU3vBhs60S/8VL", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"TUICQtnUGQMJS7op+EDZhvUD3Em8kkggJzYmEKffpMijtjykzrowBDpj66Iy", "X-Ops-Authorization-3"=>"S+yH9Dl1l8KUAUT2za8IQURRF+FcT9DwPU/syjvPxwaPz0QKorFlwycpucWO", "X-Ops-Authorization-4"=>"zResMYLFO2COkHJXglSGekvS4lmX3cU42W7jt19e8SkszoZc9S/3WbojTJvX", "X-Ops-Authorization-5"=>"1QcdpH2zfPklhTpIrhbX7afhzoYQIxr1PN0vozhcwG8oVpHLQaHpYriG7kV0", "X-Ops-Authorization-6"=>"NtI+VsAcW/9R2mwTsd3H0DBNiSZIHOSNyP454nh0XQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/ac87b692389b0d9d99e628a9f25fba19
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/ac87b692389b0d9d99e628a9f25fba19 to tempfile /tmp/chef-rest20100902-20636-mtacoj-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/runit/0.14.0/files/ac87b692389b0d9d99e628a9f25fba19 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/runit/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runit
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runit/recipes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:3K4B0mS/kZUjjgH4wDEhu5Dvyy0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kMzBl54iPEHiJd1pp1V9bI05iyQHzRgxlPHx57Ue1uuJan+vq1ozah60fP2R", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"IiQJWWsUV7waarlx3fgtATZI3zR5JzzrG5IhVSh4YDuHPGovvVMehuE0keaF", "X-Ops-Authorization-3"=>"0kuDqoZFsT/CqGPlvpzBBykCdViacnjyOe57K4NFHDCe/M7cmXeUFqGsV5jH", "X-Ops-Authorization-4"=>"kh48ycx8+QX2M2WtEo7Pw5a2d6rB4vZqKTKoneXrshP4HxPk5G+52FgHVU3R", "X-Ops-Authorization-5"=>"N3sxIaDDC2jBHV/doYgwl+5XFA79yAp3r7+3BJBtd8vaH+UlVpxhPJMYsJ0C", "X-Ops-Authorization-6"=>"V8eCDWCF4Cvd8on4cZA6tCvULx6eWz8tV1JF2OnrNw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/79aa2e6eb8b13d93383aedc79ba57948
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/79aa2e6eb8b13d93383aedc79ba57948 to tempfile /tmp/chef-rest20100902-20636-uddbux-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/runit/0.14.0/files/79aa2e6eb8b13d93383aedc79ba57948 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/runit/definitions/runit_service.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runit/definitions
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:nndo8OI+vZ4jsONEb7TFmNh8tZU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AS6uvNBiHSzzdjxigniPR40pZEP6ao1CJ66JnSRyLEdMbFTBlQgFBVZZFBDH", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"t4MnnHmXd2TEvXWameNUCiVCKtM9Cy9cF5d3tx2d3lkydulWAdPowAr4bpFC", "X-Ops-Authorization-3"=>"W2NxvfzE0KT5EBbF29zs07dv7zqBdgRHYT0GgxaJ/+gDj6i/OBZ0ilAt1+2D", "X-Ops-Authorization-4"=>"wbfSV8FQsmH4w/u0WrePX45i2wXKZYARFqBdztkPyKwOme9IZ6VmzboABttP", "X-Ops-Authorization-5"=>"HOmSvYR46VPB6sJG5GKAbC4JUEsPb0KPzLv4GB5i9PnBHTJB47k9VYa6JrgF", "X-Ops-Authorization-6"=>"2auowwaOBJbjRiPYxU1V80dv1dFUASVU6WrcQUwqwA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/f5782c4c9c50f35b900993946ea7e9e9
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/f5782c4c9c50f35b900993946ea7e9e9 to tempfile /tmp/chef-rest20100902-20636-ci9o32-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/runit/0.14.0/files/f5782c4c9c50f35b900993946ea7e9e9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/runit/attributes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runit/attributes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:hURw4l2+owx+PpMYk3pIQizT6eI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GEoPnCxkO1jJlB59B2aRlvzhCOxjcikupuQvqAYyAFjSirDl3dsWG8gGMBTr", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"f2LwRARTRvaNSyRTNW3YE3OK26mdD7l+PCa9kSLlIItgnsecgcp0QUJ3HO80", "X-Ops-Authorization-3"=>"sMi1qHoUn4ZOMT4qgNST6cRpAh02RZd2jBB7JBlKNK0ldwUhGm1t36oNloTf", "X-Ops-Authorization-4"=>"g2zM07Z7tKRSpOLP7cY2y3A2AeF9EFJYP8DmNj72llevPReMLZCXws+SnIlM", "X-Ops-Authorization-5"=>"/plaqdqEdxYyoUwEWe+vHlq8xn78EDN/PCmU8RdqGoFJHhhLYumFwrUD9SW4", "X-Ops-Authorization-6"=>"lMnHcGINwL+5J/nSzXFRL1iFy9HqdEnyVjG9NHwVYw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/361a957cf5e646aa9832ece9bd41faa4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/361a957cf5e646aa9832ece9bd41faa4 to tempfile /tmp/chef-rest20100902-20636-1dohih5-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/runit/0.14.0/files/361a957cf5e646aa9832ece9bd41faa4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/runit/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:G45Z4RI+E0WHr5XR9fwuIgxBi60=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"DSF5FH/p2iyeaSJ1ZcFO2NkyMdlhhO9ZRSU9dWaavci0VgSRy/VJoY4ubF1v", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"yROrqkjF3RysZOlMF/4+WwVaar1bwZzic8yB5vYkOgveRQL6VTlMiFnZz6JS", "X-Ops-Authorization-3"=>"MTxasnZUyrD0kpEgQdRK7USN2xvAgJu0q7o1x90IqKPJx9IPXq3yLH+Ls5aI", "X-Ops-Authorization-4"=>"y0aE6KWxfW/2PQvPekS6Me/l/tcI1djvHsZqH0I1I+nZFkuIwR3uEUo6Aqe7", "X-Ops-Authorization-5"=>"EKTXTakIVnhdWwzMM6x7A6uAw/E07m8PZo/5+yKkjzF2aBZtwuK7XgPaBldE", "X-Ops-Authorization-6"=>"QV2FyzsACmd1DnLSxPyFkS/mBimtHK+lnRkKICjlpA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/82c73c26e5044e5c348c86bcf3e435e5
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runit/0.14.0/files/82c73c26e5044e5c348c86bcf3e435e5 to tempfile /tmp/chef-rest20100902-20636-1s87hm7-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/runit/0.14.0/files/82c73c26e5044e5c348c86bcf3e435e5 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/runit/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Synchronizing cookbook sudo
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:uj5YYOIcd72ZKlITj8HObfK08ig=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"gM4i502/UGZyj6E4xTQ8f9aUV0cEIoHKyVRCrUJ1SyJdHvRZBgmB0+ogp7Pa", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"GzKEm7/aE37qneyRymLWOmahMgnQPnI8+F3fFVj04S2XQ43KOzb8kefSFkWI", "X-Ops-Authorization-3"=>"PIYJe/Dhnwyw+LLTxvDm5ZLJfyn8EPCdxHen/bcdU2TwRRlpMsRT3did8hE3", "X-Ops-Authorization-4"=>"p5GbxabtaigwHDlAXdsENuxAWxXnlWH2x8x3XVfxIc2TFuULreaCgtluGrhQ", "X-Ops-Authorization-5"=>"r8kAdmu9t9eBi1SzPudQqcKe8069JHywTgp7w0wG/maFJng/3n7oAn7gIIBX", "X-Ops-Authorization-6"=>"7o7jVkVtsw8rQa0A3qCiDB8w8Rr+7cyDnV92qj6DPw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/4c8187c8263b71d45d40037bbbbbef37
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/4c8187c8263b71d45d40037bbbbbef37 to tempfile /tmp/chef-rest20100902-20636-1emet75-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/sudo/0.9.1/files/4c8187c8263b71d45d40037bbbbbef37 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/sudo/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/sudo
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/sudo/recipes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:b5Fwy/x5U9ZOeBqOJj5mBXDBtZI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"SD1LX6XkHH7CxiiSa99TURn7a0Nq26ipzjG44cmfEBAmNyOLGikpQ1iMa2py", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"eW9PvBW2m1fAP+48P3/dlt1ib2MtoFAtRu7Ja1W7huVRdR0POoZN1JDQfQBY", "X-Ops-Authorization-3"=>"iC1uFbZ3qhX03L/ASBIjIaHzsg044uFTzl/FrD8cXOnBJwD9wI9WmRnwljwS", "X-Ops-Authorization-4"=>"QyuMhjWKUAZoAXbN46P8ACxCEnSsYSpAobPoOMjtdIio+psZImhrkBVLFwC4", "X-Ops-Authorization-5"=>"oK7EaHR+/HsFuyww0gbF6uoEkHeTr+3XnLsVr1619+L8qoSYybE41W5wxTnV", "X-Ops-Authorization-6"=>"Gq5WuLVxCl/Sffyr38mshwQLQ9lUuLrEN9xNCPeHxQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/0547061c815689d2050b21b21354f058
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/0547061c815689d2050b21b21354f058 to tempfile /tmp/chef-rest20100902-20636-utfgh6-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/sudo/0.9.1/files/0547061c815689d2050b21b21354f058 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/sudo/attributes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/sudo/attributes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:I+08/w9674RMMySMwsMS8HRdkLM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AfRooTtfdlGc12J6qVz7hjBzaR7sMESY2bV2fCvizYGAVaNJaEkdBJV0Sj/m", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"N5gzW2rnsYGnf1RpLFYxXP7u0EmJoh3Rhg74ERXXIpsC5qcBp6KTdmeNTS9s", "X-Ops-Authorization-3"=>"LI8rbWDLAR8qVn8CppdaWK72ZlNVLZhncKiW3ZjUqI3PQ/ViyfEqWtLaAZ0h", "X-Ops-Authorization-4"=>"FSRpqkhHbujjx8myK1NJDrompW8FZD/WqnnJmUAcOlZD7SfKg45P/MBiaNWR", "X-Ops-Authorization-5"=>"ZvxhrwAq0RL6vCQ+ne9gdi7i3JC5U/WlcOEl5cK7IdBRz5LdujGYBIkULvfA", "X-Ops-Authorization-6"=>"ov9F8t9JILLkTTX+hXdNv4R/9PCAm5+KLyGLYliYmw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/44d85d2f075eccaeb5923f563ca78323
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/44d85d2f075eccaeb5923f563ca78323 to tempfile /tmp/chef-rest20100902-20636-1ezd6df-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/sudo/0.9.1/files/44d85d2f075eccaeb5923f563ca78323 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/sudo/README.md in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:kCKSMzn7BNezBHVTAC7knSMNj0M=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"fS6xr+jDG+KsFUhbZUCkvhRw+0grodfx/AlgQWVBMi8UMbusHMWaGnit/CUQ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"DmXEHrGJjdI6Qws7FWmWM5raw85CfhYdarkK3s06pGVzfkXF44cBcGHZDoOF", "X-Ops-Authorization-3"=>"zBlwVOuQ9mZ/GKrPZKVmL+vZA4aROLi8TsDIh6kU0Le9HXj4tWerFrVoPF/j", "X-Ops-Authorization-4"=>"8is+fRdAT1fEaMRiLF40Oomo7KecjHARg8cDG9dyoke6cfuLURVMiip0czQp", "X-Ops-Authorization-5"=>"W9Xy9BSACqRLRnRPYwTBxs5NIrS928/aPrSaNgMk8LeIC4UjV7Ksiebav/TJ", "X-Ops-Authorization-6"=>"gqltqv9AfJs2/nR5cpjfpv7XxZhp7BYv9/stfOimxw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/9e2be76f8fdee2b94915124f9373749b
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/9e2be76f8fdee2b94915124f9373749b to tempfile /tmp/chef-rest20100902-20636-rfn8lz-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/sudo/0.9.1/files/9e2be76f8fdee2b94915124f9373749b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/sudo/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:aGYmhKUjHD/Bvgb5GmH3R3fFrd8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kx5nmYiJzkX3WbwQY3N4vtgEZBfA8mB89zguCJ+4prea5phQi4RqehLM7vaH", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"b2Y4sI3USYpjSIlUiaRgAG7XrFDLW7/tVo360cbuOxEJM0UFOiGsSv8Sw0Zx", "X-Ops-Authorization-3"=>"EokNiCeJQYmkw6tXDpmGfnu1F0RyvDoIA1JuG4/M7RAMpMydcxR7cVr6+0HY", "X-Ops-Authorization-4"=>"B8TupHB4jCGAd6N5nDjRj3PQU15FhrLW5tAJaMdV4WmAiVUAwwyrAj+7+iYv", "X-Ops-Authorization-5"=>"PnISy0xtXg38LgGyH4lAgWPpE/zWuCUj6hJ0csX6uq/IPP+6haySPgXvJFsO", "X-Ops-Authorization-6"=>"eBT1UPA8CsJQ5lp4lAM4mMPJeYJcuRF82NW+BgqaeA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/36f7a7c9fe1ede7a7ee911c302599018
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/36f7a7c9fe1ede7a7ee911c302599018 to tempfile /tmp/chef-rest20100902-20636-1xqx4da-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/sudo/0.9.1/files/36f7a7c9fe1ede7a7ee911c302599018 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/sudo/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Synchronizing cookbook nagios
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:J0lRnBXOvIjLjtfFLe6n7e4sak0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"gLF1/GHLY/C1TTv8XGSZd4Xze5tbOFiQQix5Ye66X5RPr5wYm2yoMfJUbEnc", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"k+mjhG6nEOZGjL66xe76vn6MRoy/wkVCS/mQjUYxkSpOIatHkdzHKnvDuoVe", "X-Ops-Authorization-3"=>"QsKkbCxBEST6c03iHELA5Eo73YKnluyxtZT14t4Y6Y8q/lSRy68C+wNk+JYF", "X-Ops-Authorization-4"=>"3IQhMIQLeFo0gZQt2Qm/Xjm9BJS+KfQDO9uC6Hu8AQMUzYDwku1z1niW/T+8", "X-Ops-Authorization-5"=>"VPxEGCpq9CkeKFdX2LqaA59IkQZD13ij6hckgKvpBjrzwWyoRLqVKNj8jEKS", "X-Ops-Authorization-6"=>"HHAjoUPBaOQw/zOKCyKNKAl58EnxFUShf0ZnsQEtgA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/0a0f2f1cad191a63aad1178b7ac0f2e7
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/0a0f2f1cad191a63aad1178b7ac0f2e7 to tempfile /tmp/chef-rest20100902-20636-8ejts8-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/0a0f2f1cad191a63aad1178b7ac0f2e7 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/0a0f2f1cad191a63aad1178b7ac0f2e7 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/recipes/server.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios/recipes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:vmRH1LF44UeNeQSqqiMGy9+rMYo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"nyWGkmGhFdfrTpyJnoCZRCZUJuseVSLnfzuVErt4nwK5SuVtCtILfdz2PwZ/", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"52GrJ1CF9H7NguC3yMVOcpwWqv2EiLO6ZkqFbmU0SRbpw6Mf95NbbC4DxPLl", "X-Ops-Authorization-3"=>"7VVbRkXQckGhxxcr1cG4eh5RVi3131KlIuRUT5XZ5NdqUR/AA7qz6LIth5RL", "X-Ops-Authorization-4"=>"5bUChY2vqx4HVPuVyK2xR1K0B69P9y3YMxKwrf82tTkEQXy6BEiSdsTJ0V7j", "X-Ops-Authorization-5"=>"Jf2HpDxZQzUEsaCvIcmMQNeEmOyPSQUar6UgWEjPxPknwePx/53Apyh3R7tL", "X-Ops-Authorization-6"=>"Cy4w6GhlRvS/impcjP5rwUUbbWcMpNflRFY9vGE0ZA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f7700fc5bbbc68e5527b02a57163e4c4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f7700fc5bbbc68e5527b02a57163e4c4 to tempfile /tmp/chef-rest20100902-20636-ua1tzl-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/f7700fc5bbbc68e5527b02a57163e4c4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ejcKSiiWCBjf/wIBnDoLYQ52QhY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"FuFLRtZr6W+npycaA3tL/5afnI72oJvZ8vVT0VHwpie5jGLhL7k0NkdO2Jng", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"KC8Iw3/ZNdXeyFLTG85xdjENjh6dNoeTohe/2XGPoONe+XlrwuAqpbFkAVAa", "X-Ops-Authorization-3"=>"0Z42N5Gjp9KDxEqL4Z7c2nG2KvfJ2xzogQae6K0QrVqcaFwp9PAc2ZO4W/Oj", "X-Ops-Authorization-4"=>"ymwv4z4yjVI/83E55XRCyEoNZOP82bQP0RrB0SOyx+2FZmdj6Qo74OArgckf", "X-Ops-Authorization-5"=>"BOe3hGqECD6YOEzAREPbuVEJqerMBQehnGCVoMOZiPgoH/AKazVE9ZTQzJ34", "X-Ops-Authorization-6"=>"vIoAmFBn4KVClw6IQY63blZVN4VVGQdMSdpxq6Dovw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/627680d44959bfd6059004fcb3db042a
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/627680d44959bfd6059004fcb3db042a to tempfile /tmp/chef-rest20100902-20636-uzd66h-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/627680d44959bfd6059004fcb3db042a (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/recipes/client.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:6G8mFlC/AOwvBHc2tAkUw3mgnLk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AITJSWl/3MR09fIwGCe+Jn+rjmL6a/MlBLoWHdt3WXYgsEibU5QNyMbPU/Bs", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"eFIZpcHxKRU7HXHN84WFZHduxaf7yfGM0W8dpO0ZC/e/wagfqUcnjwyTDq9n", "X-Ops-Authorization-3"=>"JTYNGWdCmVmkfcp3j1U/l4UEVC/ISK1Gvwui3nUFfBmUVMG/JeyKMpj9h/kr", "X-Ops-Authorization-4"=>"J8QP8S0EgaeYR+lAM9hkIJI0YBVMLDQTTuBfGyNBmLxV7p7Kq6FkB7lBDvfy", "X-Ops-Authorization-5"=>"8SACaPtuAOvI9x+ahIiMhjNMKW3R3aDTZ0BN2REkkza5WTDO6lSTh2ENJkLN", "X-Ops-Authorization-6"=>"4wDvXIZSBgnDYXD1WRjtJxhe7pC/PMgGYq4DopLHvA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/a0477d63265fd4cd74babe3b35112d8f
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/a0477d63265fd4cd74babe3b35112d8f to tempfile /tmp/chef-rest20100902-20636-1kpfn1m-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/a0477d63265fd4cd74babe3b35112d8f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/definitions/nagios_conf.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios/definitions
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:hr/jRzCaMlRMsyfr3RAgAY57GUM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"eChuFYq8l12sOzhDPjg6RQWJSdMKGaDd5iRCokK0h6w+7h4TwvJFKHh7JWNM", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"JfEEeV8rI22vrUYMFsU6Fnrkbym3CE9gXeXyyGafrFeYE+f+eZcVBjBz0Xkx", "X-Ops-Authorization-3"=>"VspO7erYl3cTkfkyqrg24EX6BrTSm/votCTkuSaQgma6JwZNfqNSzzGJ9hCd", "X-Ops-Authorization-4"=>"zT2mq+fDxpRgCncpq9J+8XbLJE/NJe/GkI89tB4oCGVyPfmNZyZ18KdKaPZ7", "X-Ops-Authorization-5"=>"mIuHZQlfUzrgFpM46UKH5rGMJ6V5DrJHbZ6Qz0ocwcznkkBsU7poIZ3mPuvJ", "X-Ops-Authorization-6"=>"Y668axxOpq4CAdmLx0l0ksk54aKUWzmFsebHwajiiQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/28c410ee35d733cc0ae1f237cf8b6d30
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/28c410ee35d733cc0ae1f237cf8b6d30 to tempfile /tmp/chef-rest20100902-20636-fz6kqa-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/28c410ee35d733cc0ae1f237cf8b6d30 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/definitions/load_plugin.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNiKVldr3/qpSKRiq0+7E6GFJ/4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kwsoP2kFYNBgn0QKwW9ltaFMJjklhnisNpUHvrzyiKNzMtuWLb4oleWAygnD", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"bI/2vEegS+Ol4i/eQEEHvm+Hd1T+6kzGn8MloyHr4Eh4eIbioqK4X0RUcfJd", "X-Ops-Authorization-3"=>"tEznrgJRQv6fN3jsOnRogRIYmPu2Dn24uQyjuQeZwsKhjy83OHxcia1bD29R", "X-Ops-Authorization-4"=>"GjP97WBh5FeWVZSOpAzYFlR0w0CP2CflrEE6eMAZhqpwIXi6ZhQDnIvPgwed", "X-Ops-Authorization-5"=>"HivEJAGLk1Aa9hEXQBVIqrj+AkIXsljbGhG9+4Iq1UzulN5kWWkWP0R5gCNG", "X-Ops-Authorization-6"=>"CVXMabjqBQjnEZ1rAySW1LbuwfqWWnBVM3UUG1pprQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/1cbc11d6dd8377c09693e69abf909ae7
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/1cbc11d6dd8377c09693e69abf909ae7 to tempfile /tmp/chef-rest20100902-20636-xhdikp-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/1cbc11d6dd8377c09693e69abf909ae7 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/libraries/generate_services.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios/libraries
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:JFNrgQzKjaqb4nHPMbp+XAkUsfE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VTtrGifLHnf6HgNjQZB5KZ9x/LUVfSQ1Qftsl03mPZDRdE27HepbOIcrywHf", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"k6m1gfPFZgl6R4pwDAczLY4PKwnnaDEoMKl4RpAsJbev8Qf8IZmtOndyf8Cz", "X-Ops-Authorization-3"=>"q6mJihjC14LX3yw+rNM6crqJm6QLLOmBZIzMlz4i2h/uzrHTzd/gQNJ9oQST", "X-Ops-Authorization-4"=>"Tx9logc6zbql67gUhNiyR6LS/EErKTzaPoh3eCw0WYRjSc6EiOtWPA0TPrRt", "X-Ops-Authorization-5"=>"Cq3IYoGg8jXufglemsipP55fl+HimSigEc3hwU1eEtCK4pflhjwHGWUGo0oc", "X-Ops-Authorization-6"=>"s7gjU1fOD4b0+e0LHkVBl/XE5tTbw8/5LVXEfP+aVA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/552fc5a4cb7abb4234af21b80b9fb8c7
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/552fc5a4cb7abb4234af21b80b9fb8c7 to tempfile /tmp/chef-rest20100902-20636-houped-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/552fc5a4cb7abb4234af21b80b9fb8c7 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/libraries/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:1N5ji07m0Mg4eRw3GU/upG9VOMg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Lw2CIUc/Y9mLl4TbRR9y+I/q7Ep/1aOsNpwd2xF075Kq/a33l/7CF8zbsWcm", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"NoQTXz1t5v3QOEADfYuIDRn5nR/rxWCmo4xlHuESYC7xMrElhrRJOkytQWUf", "X-Ops-Authorization-3"=>"b7ec7mZQK2UMYCrap6yOzx1cJYU0IK2bo/9ZSWlJW/SAdJUU6DhMrpy8ocYY", "X-Ops-Authorization-4"=>"pQZxCrh1ma4Nf5oRRhidYx6BHLzN1PaxgFM2MVYZbcySS/FIpAJNZT0dV2zr", "X-Ops-Authorization-5"=>"3xhkT+CaGfkGjvWgj+jDQBY4+gBr/eLNo2NbI1pAKTaL3O/jlHxhkJowGwPn", "X-Ops-Authorization-6"=>"JZu9bp+YvKEqiZLd4QITUml1BOxRND2kKTrfN4nprg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/8f57c626db398eedab7413821404fc6d
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/8f57c626db398eedab7413821404fc6d to tempfile /tmp/chef-rest20100902-20636-jtopgw-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/8f57c626db398eedab7413821404fc6d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/attributes/meta.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios/attributes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:BrNPUnOxtL9f0G1P2FVRkZhGxIU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OwXTYJduT6llHKhqrlYFsXKAwXRDV6pK+aNHjtqDe2GbbTEG6iDKqdIMaUQo", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"i2tP4bg5vMJ9msN0vm+nvJkO1bJdyLV19pXoYyOn7LHQQDLo4OxmhJNC6vu9", "X-Ops-Authorization-3"=>"/wGwQNE7/e8Wcl7L4YKUajJxFiVI3zock8y4IbtH/FQyUfCj1Q5FGfkcG+uv", "X-Ops-Authorization-4"=>"QE0eoUp4shlnWvGpHQQZreUM2RpWRDRcxeNWT6gXcEaoOu8fmPVyYJBhneIH", "X-Ops-Authorization-5"=>"kOz6yJHRdTfudAX+k/D1pziUnNvHiF86Yfn3U0VYfc7UBQtcT5b1sophAiAF", "X-Ops-Authorization-6"=>"0JWGKoqJjizhaXZWnFK5I6DJZrPlTc/FS3CjUxRELA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d1a03cb80ac5bb06627395529c144478
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/d1a03cb80ac5bb06627395529c144478 to tempfile /tmp/chef-rest20100902-20636-a8rmzb-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/d1a03cb80ac5bb06627395529c144478 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/attributes/server.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:vuQqPq5I8Jne4DrH0ZKQW8LcHOE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"irmIHQ8EmLpyXojrAsmOBoL177Y5fTCieII0BrEFTUZhoIjZeKs8CXGS8OQU", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rhdCzzm054jyXjsSSXssy1vX/H8soV60bU6gy3TvuilTXj3C0COUyvxx+suP", "X-Ops-Authorization-3"=>"bjDosmrjtLwMFHWloF2ZbCNiE4Dgpq4tCjJ27lDZ+HVJzJMeyF3au5J/BkS8", "X-Ops-Authorization-4"=>"hAnngBA8CeIp5Czbt1wUa/vjLdywl4emg6V0OgGNvZx9wInQ2LC9NLGBUrxI", "X-Ops-Authorization-5"=>"6OVTVezj6q6jnGhcl37wIU4nbICn0yXiuCZTOKETz3DhOdums6Jdmg8z7gm+", "X-Ops-Authorization-6"=>"NMBWy2gN6rz1cOQXKN6G2dAL/cjV63uKDiBRMDGWNg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/4fd9ee2317a3a6c254568bc327d93749
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/4fd9ee2317a3a6c254568bc327d93749 to tempfile /tmp/chef-rest20100902-20636-1ento0o-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/4fd9ee2317a3a6c254568bc327d93749 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/attributes/client.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Tc06H49nP3Lwc4eyd2RHRP0cXXw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"WEWyBaHIxnOdeJxSQrqk5ZerDH/aifSFO+Mo2+Rpi2o9mwHp9bJfvwFeqqjU", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"TbsZqNpCI/BVhXuzAPLIs8zUUJdLgfo0eQpeOkf7rsl2sSsYlBnAm4jDYmFS", "X-Ops-Authorization-3"=>"E1AbrTsM2nE5ioTIZPN3HOEIdcRyANi9IWD3cqSZLyyU8EcYietITYFcyJ/U", "X-Ops-Authorization-4"=>"8rLWqDLsNcJbpzv1pTqeyxQPRfoBsgUp+Mm33LaU2E8Wy3x/XfnQp8L++Rfv", "X-Ops-Authorization-5"=>"ZvFCTv+DHt7/Wa4QyTfblrAYl52nmnE8Y06zr8JRptZhVLTMaa61wWs6wrOn", "X-Ops-Authorization-6"=>"Ef7oGJ7i61gMdY/T2WY+LbYuePCEnlV73GZqIKsXaw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/457db76b32c844dbf11cae1c7a7a12aa
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/457db76b32c844dbf11cae1c7a7a12aa to tempfile /tmp/chef-rest20100902-20636-y7gr8d-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/457db76b32c844dbf11cae1c7a7a12aa (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/457db76b32c844dbf11cae1c7a7a12aa (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:3W9ocbI3DNMmmy9esjVvmyyfTxo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Jr5ePkoqTHhS5I+otc2/k8yDNhTzCVJyhzxCAEgJHjXOPGkggzuzo9VqGmHB", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"AxfX6w3rM2Ndqbvzgx3tte6eyAJjYTWMXD0FWjra7LbeTouh9N3ytWyTvUH0", "X-Ops-Authorization-3"=>"XbrlUsmfFRTfFVFxSm/ga738DMLgG2EuqYDC87EfxZ6n5NqoLFUpiRpUEE9U", "X-Ops-Authorization-4"=>"rcTmjlgzYEfwx56clBt44TSisPBhVGrheq8q1eYXhDhaNvgKkq1VcpjoSEFE", "X-Ops-Authorization-5"=>"YYKpJhHOwWS5KWewH/00Vcd0tg/kPKZcO9ijwiVnvR1NoyQlAN895Ak0iU0s", "X-Ops-Authorization-6"=>"+DsEp0PfhDe7pHfc6j1HUZz798SYRp1UQtBMXD35Yw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3d2e75a7cd32e56098a742bc6c1e1ccd
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/3d2e75a7cd32e56098a742bc6c1e1ccd to tempfile /tmp/chef-rest20100902-20636-1ml3bt0-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/3d2e75a7cd32e56098a742bc6c1e1ccd (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:CrOE8N0cVuMDhj3iX+0b3O6JeTs=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"jc/ut/SLEeB5eKAEYdOiuhhBwd4rupOmUyFpK/iRnEF4xedU5QWGiwP2oiuV", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"QsMoxKKl16flMITZ11Hy+7mbO88WWwa4IHatLyqXZU2nvuktQBY2eQgbQkjx", "X-Ops-Authorization-3"=>"fqgou0/jUT9ChYnRMPrunTN53hk54k+WWkIV2e5JthsTiyAru35GVgkRoiVq", "X-Ops-Authorization-4"=>"gcpWkbZs8dHDstXeWou9Er9LKzR1hoeoOubXAoCL5kNNyM/bns92SppfHrme", "X-Ops-Authorization-5"=>"cNAG2P5VY3hQ5V5Cy/T8HA8D155FCX4BwP9p8Dy4jzHotxLvMPhqpR4yXl2+", "X-Ops-Authorization-6"=>"YjKtlcs2U2hsBDhWlh0hdDTF8Gmo08wMRGdqk1eoEg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f5752d6f864d6b2e2ce69b9230fa6630
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/f5752d6f864d6b2e2ce69b9230fa6630 to tempfile /tmp/chef-rest20100902-20636-t88dfe-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/f5752d6f864d6b2e2ce69b9230fa6630 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/f5752d6f864d6b2e2ce69b9230fa6630 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nagios/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Synchronizing cookbook nginx
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:VYUwCIs5gXEUtW5FaOX+5uJRi78=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GZzEI4Xb6ekKqguPqESPzK265/ac9+5mmZ0KqNKF7cJH6aBG09LFbWE55uSX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"JQzuN6dudNmVqriFAJ9x666OG72QdOrZ0mqmEJiLexLT84MRoHBih5PaYaHm", "X-Ops-Authorization-3"=>"chCJj1oWc+kuR9tcz0ReaiQ6VNgBNdpyoJbS3QG4yEZKanQ8v6MppSVnUhDp", "X-Ops-Authorization-4"=>"uynoS7ilwC5sUXxLrLEPu7iAonCblcrMCT5PihwRWpwDVO88Y1VhSD+wE1ib", "X-Ops-Authorization-5"=>"3NC6sZPpex3wlndEKLGLmqo7TlcXkmUnDge3eZR3rreIliZppQts4FWg5bpb", "X-Ops-Authorization-6"=>"R+YKh83f0aWRZHBUBLz9gekCDPaHdt4PmcLuQc6Ylw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/a8904201e2bede8d1189687941613003
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/a8904201e2bede8d1189687941613003 to tempfile /tmp/chef-rest20100902-20636-t2gs8e-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/a8904201e2bede8d1189687941613003 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/a8904201e2bede8d1189687941613003 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nginx/recipes/source.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nginx
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nginx/recipes
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:gCrzB5XL4lQFJGhNzyvdGpNYeVI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"RarDwXEX20ZM1VtmDYcLj7Wx0Vu7CF7v8NwbZDViYDvd/bxbf4ctytsoeGGr", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"wop0UVeCLGxig0UrR0RU7isOeF5alGrv17efOObxxXTiGehu+CwvMoUkGIRj", "X-Ops-Authorization-3"=>"CRsf7vP9frLqhaHXG7kGZ4xw3IHvX46i6eXvs9Kc+Dal7UBfL4wkWvo95yKH", "X-Ops-Authorization-4"=>"maX70wtr3gYJYgyWtARhiLcjAXxsmLXvMrjznPeQmBPuIFXjhJq4txSMoEVj", "X-Ops-Authorization-5"=>"IsbVH+306Nx2uEB2aWvHOXRE1oPqAUsecglh6+r26GhgFNjF2x77Fs4/+1dv", "X-Ops-Authorization-6"=>"HDDiTSBjKn7h4RA3j3LtOQhembo/NzmBNFrgCqgmCg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/b164434ccf703477e6226b347d482a0b
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/b164434ccf703477e6226b347d482a0b to tempfile /tmp/chef-rest20100902-20636-kdcghm-0
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/b164434ccf703477e6226b347d482a0b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:36 +0000] INFO: Storing updated cookbooks/nginx/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:+lPUQu0s1h3wyWAF4yU531k9pdQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:36Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"I5Jfr4e2OOlWMTnjLTybc7bFHDW7K3GzVXZ/BjLAKJIkYQAfO+P977pL4E1D", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Cd1kNrTyNc1OK8ZSVgN69o+KWBgUaw3aAkd2wcVAkjIcllalDHujcyJLmPZU", "X-Ops-Authorization-3"=>"ckuLa1ZYVf+qfYMYm8n1PpSIL8hUVj4GTP54pv4gzqy1vylOY2slNMjfU4Im", "X-Ops-Authorization-4"=>"gt8svTrDqjb/XCbnXoOdb7BKboln3dMYG1hlXDBJKZEIB00e13YjpPNgCqxi", "X-Ops-Authorization-5"=>"DvUuYz5XKtpSvWxKnWLtkAEqbThdqAlOPa+xNChgR4Qdw64gNDHDuP/Cjx5V", "X-Ops-Authorization-6"=>"i45MiNio16lBBn7/ah4Fd17wDG8Zu/1nB6t28C2nCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:36Z"}
[Thu, 02 Sep 2010 21:33:36 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/04a5b9dacd5e6ba1ac7d7cda000816d4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/04a5b9dacd5e6ba1ac7d7cda000816d4 to tempfile /tmp/chef-rest20100902-20636-1b6j339-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/04a5b9dacd5e6ba1ac7d7cda000816d4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/nginx/definitions/nginx_site.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nginx/definitions
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:fJW5i5C1OVVU2gJt0lPDxWgtFQQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"lFH4fkXZjF6tROh8xH+Pq9RWkZxaF47bOcsFDxu2xKIPTqe4oL+IqDHp3Ufd", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"BZwykX/NKwCCWL8vJ1uAt2jDpzzlOpsfSRaFix/uY6KRAKiT3gV47oEAa+J9", "X-Ops-Authorization-3"=>"w0sZtdXWwx5CO4OYsD/1yH2LF5vXPr76Wnxk+VCwZah7SNHCFJ/WvwysnYav", "X-Ops-Authorization-4"=>"vYA8uLr2Ek71w3KJPELKlHi7M0jlFRIg8qWO64u5Xq2DrsOAXz5D/8Gbf65h", "X-Ops-Authorization-5"=>"rngBXb+j6OMFlmbPdqSO8sbr0OshrIhR5nhZWbb6MpPGAfakZGrAu+YLuXM/", "X-Ops-Authorization-6"=>"9vzMdKGRnelWhOP9jwinWox1TcNd0x1j8gr/AG4RcQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/45ce302952590f55255fac510dc194f4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/45ce302952590f55255fac510dc194f4 to tempfile /tmp/chef-rest20100902-20636-zv95f1-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/45ce302952590f55255fac510dc194f4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/nginx/attributes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nginx/attributes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:biwyHdz/T64OquIXsIGST7mwafc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"To7hRljyVOBP/gNRcx4AijfeWpFiTT/IkYikkNYq+wm9egiNTf4OdJ0lFwYi", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"fydZLwMXFkW5KwIXi/UGFtkSncOIySkrK/3+Ss1Rxpdxp4tch60aSi0kng8h", "X-Ops-Authorization-3"=>"2VkrLQDIF0hfxkr1xY06YjdsiYRzaQ9GmO9EA0UGAPCIN3IZwuJTvye+kNby", "X-Ops-Authorization-4"=>"BUqD1ndCnOYST/591rg/g3txegj5xoJafDJUnjNhwAj3BN+ZPPfTjt3XGuKX", "X-Ops-Authorization-5"=>"rL3WWRtHyfdbGBgUdUs/QcvzCQKrG+6OUPDtTL1G6i0ZM34ZuowH5QPwPRXn", "X-Ops-Authorization-6"=>"nhtn3u1qCOz3TkIriEC15wk58URpk/P5WmBx8Purhw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f464e3b961a6842006ffed907d8e4d6b
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f464e3b961a6842006ffed907d8e4d6b to tempfile /tmp/chef-rest20100902-20636-1rklzb5-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/f464e3b961a6842006ffed907d8e4d6b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/nginx/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:v673LOTrlUyQOGnXmMxIqafasCY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"E/h+GFZrFAwK5p4cuXFvMkDtW28khGYZirEnKA7i6C55+J4ouJPBUaRkQVTK", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"jiVdA5YgbXkOiVaVNwb368dJTtDt8L+5s1ZjkTSh5zJPqbxnfMad2llPgX9Q", "X-Ops-Authorization-3"=>"/WEUfxly7V3l0CHK7ybLmxHRxTrmuAFfhvKo/evEb/KRQySSkH/btn8cc+Oe", "X-Ops-Authorization-4"=>"vKBxJYc7vihG6i+dMOyDiI6BcuMVvNiuV1dDS8PWM+Qr4oTo7uShOs3PDo2S", "X-Ops-Authorization-5"=>"sgX6FOlCmuWNHEJlqriSvBkOzOZCmUsRKhmVfAGhCyQMOCd1KYyR0NgPc9WA", "X-Ops-Authorization-6"=>"BM9Rhe2/ZaAggwCNDBvIsLe7SbR+1mmuP1/NCciUwA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f17695da6bd01c687d88617fb8c80ef0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/f17695da6bd01c687d88617fb8c80ef0 to tempfile /tmp/chef-rest20100902-20636-18lv4gi-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/f17695da6bd01c687d88617fb8c80ef0 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/nginx/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:U+oZ1dfAtV6G0mBxKmJo5wfrVs0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"mnLiat+oifj4vcAjtXLBKJf+mEbM1M0GkH9dVaA2vAzuggi30Ph7n5edPWgJ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"qQlHfvIycLaf6ZfTi/MB/eFlEVgodfWlRWoOSzAMb3iTzFFVT4TcmsrC8koD", "X-Ops-Authorization-3"=>"LGlDKuFYgey1oRWstsJZhBSD8UAvmYX+LeBkgHtmrtohvkpebNEcual8lBpY", "X-Ops-Authorization-4"=>"9tddTS/qPRbDecoPh2NsONKT8mVlxfHhcYwFQQSMCbGY61GPHu+VNax3n5VG", "X-Ops-Authorization-5"=>"VLvRunTdLvZdw1O8KSEQk8z2lViKg4xqRWqSA4ycVS2UqUQGqm86ViGWn1Wo", "X-Ops-Authorization-6"=>"f6eKf6wDRFYjdcBrMW4/E72n8QiXji9ImxZlKdgbcQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/c97999a47fa6d61121b3488352159fdc
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nginx/0.14.3/files/c97999a47fa6d61121b3488352159fdc to tempfile /tmp/chef-rest20100902-20636-7bhnih-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/c97999a47fa6d61121b3488352159fdc (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/nginx/0.14.3/files/c97999a47fa6d61121b3488352159fdc (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/nginx/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Synchronizing cookbook java_sun
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Q91/f735m/qj2PBt+0Qr8BjjUxg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"MXJ7grAdzF75w63DDGqNYQPazsHvVbJw86HskBd3yCD8CwpSSmjU3Cx8GHdB", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"7MDNQceuerByX+9msu6kBRkCH+578YTwREzikodfZxrL5bKFp/W6zmyB1Gt7", "X-Ops-Authorization-3"=>"w+cMf5C4OyTeR0T8KLFHB2Wg66p1vtI1+yxHvTBCU4BxnVeuIAl+OMosNWWE", "X-Ops-Authorization-4"=>"1GEg3X3llDgP9gJPmiF9rhP1mUWIxY7g5RJxTkztSqmWDBzAxRwUZcMppktZ", "X-Ops-Authorization-5"=>"DKzTdczyj6022I4mq/DXeghSazdO9iLoTByPwFEE6Kr2PbnvyFANG4T+UltD", "X-Ops-Authorization-6"=>"M0bLitqG2HnbiiXfLuk3nC9xrW3xW4oOm4P5OcxXew==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/d2cfa56360f5889b74945acaa1913901
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/d2cfa56360f5889b74945acaa1913901 to tempfile /tmp/chef-rest20100902-20636-169wjgf-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/java_sun/0.9.1/files/d2cfa56360f5889b74945acaa1913901 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/java_sun/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/java_sun
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/java_sun/recipes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:zJJGH3cnhbYS/FZAYDWJBLLS4tY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"UgbF156uqpKrm9uPNzwm+ORWqMG9bzlATAH1vH19yDFJisBqx1Wr0oNrRRg9", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"u1YEM4bn4xxqzUqMRitSNTvwTGdgLg1ShaMwQjVzgMhdWLSrRrSOYVVWPz+O", "X-Ops-Authorization-3"=>"2GovJnmjVR4D+v+jPMiwHtFa5weJMAHrmWLuTDNLYDrp0Mmm7TxtR0IEaJgx", "X-Ops-Authorization-4"=>"amukNaj5YbCL2pNjbpZvIqv+Vvud2nZ+WEYmwRquKafTOyfn78A8BXgRFpiB", "X-Ops-Authorization-5"=>"fstYsUhhtupBj7o6FKsqRjXXBotRfzZHz3ubnHmh8UCOSz+K6eAyUUwuoKZI", "X-Ops-Authorization-6"=>"kW56RqTZ+jafpYsdBHFBoRCdM9/IifzzFrPJCRmmqw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/b76e8d74490a07063748b01de436c4f6
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/b76e8d74490a07063748b01de436c4f6 to tempfile /tmp/chef-rest20100902-20636-47kznw-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/java_sun/0.9.1/files/b76e8d74490a07063748b01de436c4f6 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/java_sun/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:8EG+vnYYodlCqMusmhaR1TejU2o=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OjEvBDTe2mZ6rEJVwtRAsB5qYQpUddVnAeWI9lhAeyBH+fsMnZRozVHOyq+i", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"q5psABNdqc1tpiapOqWHOVphlen8M6ihcgieHmrTi84HIG7DCXUxgme7DR3w", "X-Ops-Authorization-3"=>"z/zXqs/HYknLT1c+vLxrXoTaAsEeryX2CEj9bxfOMzhBaJYrWjkxW/2bXAId", "X-Ops-Authorization-4"=>"wjTYLbxjBDTu2AW607IKZPp4Ljw1lxj7lO7vB2Z8EXFCf+6aPBkhRE2tdPww", "X-Ops-Authorization-5"=>"3SjX0XGdboTP2wnWVlWSBqr0ZPJw7rDirDqahlahC5PKdHvevHHTGEBaoJg8", "X-Ops-Authorization-6"=>"Oivc+naytbY+avWtsHAcTXZOcEn43l7XLvh1Oi1yzA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/c71dbf949456a0a4de303eaa45fd9641
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/c71dbf949456a0a4de303eaa45fd9641 to tempfile /tmp/chef-rest20100902-20636-1gxt8bt-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/java_sun/0.9.1/files/c71dbf949456a0a4de303eaa45fd9641 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/java_sun/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:vF7YzF3THX8NrH1eZAr6e66bxIA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"F3yeE9+yMXxNex9RyynBFI8NL02sn2/VarYo0ZwroBAaABJuMkYxF1Ii+4ga", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"yRDXVHniNjmZugmQhysKlpkd4fNU6tg4k/ULjsIdfrqxuERu0R8on/qZL10z", "X-Ops-Authorization-3"=>"1Uq4FzSZZDfTX5DidAvvyP3LDn0+YMYayHPUL6G/DUTaZlDyTFle31Mm8JvU", "X-Ops-Authorization-4"=>"7N4nLur0M2+eud4T2HEKQJQjEnDKc+Vde3OMH9Wo45i4HRpbGcUvuAko16Mq", "X-Ops-Authorization-5"=>"5yxwT8Ldri/MrT1bB62cyA2ESD0ScLa1atOjtWPT6NhDjTufDgGrJcoVgwDK", "X-Ops-Authorization-6"=>"+z8cnkqhT3xiTnJFj7pvcci6qjhgmk1xlSiCZeaA9A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/7b43d8eb0a54289ef61471c09c8c8329
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/7b43d8eb0a54289ef61471c09c8c8329 to tempfile /tmp/chef-rest20100902-20636-1abhpzd-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/java_sun/0.9.1/files/7b43d8eb0a54289ef61471c09c8c8329 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/java_sun/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Synchronizing cookbook jruby
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:IwKSf8yvAbDWd+qom/AfgQLze1M=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"f/H3msUFVCtdQnpQbx0LSYZlpTi6i2tc6HMJgLye7nfsBQkKWb9v35KJsvjY", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"/bV1FmTLQBkf0xFR2Xk2A5OKP0UNTQGj3zpjXAUEgHj64mhh6uywPs3oGx4w", "X-Ops-Authorization-3"=>"aMb3aatlinad/Krc3sLtX/Ul8aKqEbmh5GDwW1eDNn8L2fRtw0Ki/+YSOeqn", "X-Ops-Authorization-4"=>"X3XgUszpWy1C1I6hCAvs2aToEir7MvZbaRVxsc6lzxHGIJ0KwjqA5iNx9yyx", "X-Ops-Authorization-5"=>"atskAJLapi+gruwZHuHctRvrrl74i/M8fQimruVCdILekCEBqHS69RY0HikD", "X-Ops-Authorization-6"=>"F+Fih/9hVUTnZrQ4FTcSSn+/a4JvneYYXfxWuGUMsw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/7954886583510575488ba5325e76c103
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/7954886583510575488ba5325e76c103 to tempfile /tmp/chef-rest20100902-20636-ddzqug-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/jruby/0.1.0/files/7954886583510575488ba5325e76c103 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/jruby/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/jruby
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/jruby/recipes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:MieO4rAhEl8+I3SKa128Ld9DPPk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"mq5Kac4Z5oV1VJ8krgnDIfkcS9V5LBT9pBVOEF+bK0mpK7+KDKIKD/XoYcJa", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"eSbRIuQosoZ1W26CByj1Roq+5fgpyLSMf0U6euz8GAa9Tll0qMf3ymjuY3qm", "X-Ops-Authorization-3"=>"smzRd6Pt6LQN6uSER4elAULjYdJqcipnnHRSSDKgexhavvHkFOWxpcS/v1FX", "X-Ops-Authorization-4"=>"B/JOtj0ycrKINeSI35PRj8HWEvnYg+YETra/FXtHsYe59bSOmoF13ifCwNrc", "X-Ops-Authorization-5"=>"A+uM7kRaTztUzMh8TocT9z8rkoF1RwBQJWYzvBqivmcFWMnX7Ny3/POfSJAK", "X-Ops-Authorization-6"=>"KSzhuSAAfQehO1cmjvZbZPx+l3bpkxz83/MDTiGquQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/0bee6bb24ac9995ffa92ec27b248e3fe
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/0bee6bb24ac9995ffa92ec27b248e3fe to tempfile /tmp/chef-rest20100902-20636-1je2ikx-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/jruby/0.1.0/files/0bee6bb24ac9995ffa92ec27b248e3fe (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/jruby/attributes/jruby.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/jruby/attributes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:RgC5p9RZPv1r5Oiqjx7U0GxsYsM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"a4tzzX82DzLgh5cEZdWdaFPuKHx5kJJ2lg7MVGyDjHgslgg0l/QWGb/endr+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Jk6utkW0yHxwx7rAaXzNnbQbMOJsqKF5miNaDPvMHe01lKmJvzKOAqBadsoR", "X-Ops-Authorization-3"=>"waouyUJBreqQ3DEPqTjcoOLHpjs1zPd+RMvQq0ZTrWLLy1igfHWaF+XRBzrF", "X-Ops-Authorization-4"=>"k8O3Z3+I0mlNwsjD94Wa6yBGTpKhtuC3Sldy9Kt04M0IXmF+GHMa0I1DSCe1", "X-Ops-Authorization-5"=>"uTNsGW+8S2KBNtBJJhpsmNS8nlIocQTG14W98zPaQ3Ued1Xe9GL2Myy0wZ0G", "X-Ops-Authorization-6"=>"8+KTiqqEkavjA19qT9fUGV6japVZdr8NC5ur1tpR8A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/b2d184ad310c001c34f9a12844b84dad
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/b2d184ad310c001c34f9a12844b84dad to tempfile /tmp/chef-rest20100902-20636-1b8a339-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/jruby/0.1.0/files/b2d184ad310c001c34f9a12844b84dad (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/jruby/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:3tP9ItvYILwIy1KtjtR/bWRVdzE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"edChYU2MFLood5ogf+f84EDSBddcMSx/7XyaIF9AV5k2fsD5YpXonWdrjqAm", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"J+1oGGeA7Hh7UXzI5apAzXQSbuXbI1Z5E3BnhFvew5NT7xRG1AoVEhHqQ7Xc", "X-Ops-Authorization-3"=>"gxQBTMLoHELMiAl5rVZKyo25QPNJ7H7MSCMqb5BJX2/sFrwCTDtbM+cTo4LH", "X-Ops-Authorization-4"=>"B2EFc10aCaPJTWVlvN219lQylo8e/TjTQYnBSNAGHKR+M6E8xaT34EuncMdh", "X-Ops-Authorization-5"=>"S6fybax6IeGt90hmWCyC9gxHskE/mu99I6ADtF+NdoQ/lqEPRG2wmR/Cjh2B", "X-Ops-Authorization-6"=>"igLB70iVugYsaRptEn6GXo4MpmTeUAA/givoX8oDUA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/a8dd75dbc7b98ae479495aeb83aac30b
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/jruby/0.1.0/files/a8dd75dbc7b98ae479495aeb83aac30b to tempfile /tmp/chef-rest20100902-20636-1mg9wv8-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/jruby/0.1.0/files/a8dd75dbc7b98ae479495aeb83aac30b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/jruby/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Synchronizing cookbook openssl
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:rICW8at3PQVOte+Whp8LepY95xc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"HtzVVwDtJ7iVVhqcasfGls3qdh9nrrxdgOjwAUUTftgA8CnA2vOSTAm/9JpT", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"aL2g/mxC5a7/7lEQtlU1S4mWm7eClEM1oSh+n0a/LpdmKO3o4ArYY6rcCrIU", "X-Ops-Authorization-3"=>"h+2Yh7wPKZgCvzxG4vs76KQld1rO4U+qk4QGUV4lqlp+XSRta75uYEG3QRbs", "X-Ops-Authorization-4"=>"C9w8FoDVemvr7VmyG1bWzzuJejbjbzFyM7H8A1yWxfaiTJ04tmlxANjXoxFz", "X-Ops-Authorization-5"=>"SprF2l1+Kz0261I3b/vL0hywTLS0DYaROFlyWbFhXxh0Qz8D2HOAqe7DdcDu", "X-Ops-Authorization-6"=>"Lv84Yl3B2SzsDykZx2MkUsCeMfGFd3FYJZmI9bn3MA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/cd9b688975824954297838f7d4214b7f
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/cd9b688975824954297838f7d4214b7f to tempfile /tmp/chef-rest20100902-20636-n0i9vc-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/openssl/0.1.0/files/cd9b688975824954297838f7d4214b7f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/openssl/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/openssl
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/openssl/recipes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ZPGeoHgQX0noUpi24qeyV853fZk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"L1Mb2qyc2gWiheJkwK4QSGGfxltZg/9tyj7/EyC3L2yTnQX4AtGxmHkg3yKX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"1j7NuLzq9fVKaXWNdaDuthBT6uaKpTG84ge4WTbRseeCYXrBFom26nrNKz4q", "X-Ops-Authorization-3"=>"9SENOj3nXGPL+FZ79TjXzQMSnx3UCB0GVdYYs4epseQSD4Wrr1i0Rt8fETfr", "X-Ops-Authorization-4"=>"N6vSwUkovLX0sxtggUT5bHlf7X80CFRh4Je9F0yiEPMb7K58aEvpj6HY5wZU", "X-Ops-Authorization-5"=>"rbYFClmNBB8zgEFdD9EH8wQ7Zn0yfwYgeS9lZF3waBg6HdSTIf0Jg7dlvwzs", "X-Ops-Authorization-6"=>"0thsHvqDUuZ9MG+2JZP867a7BdtOa1vNL8r/6bp/dQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/b3bf8b34c97e21c5ee6aa0ddb11b133e
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/b3bf8b34c97e21c5ee6aa0ddb11b133e to tempfile /tmp/chef-rest20100902-20636-1arcxle-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/openssl/0.1.0/files/b3bf8b34c97e21c5ee6aa0ddb11b133e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/openssl/libraries/secure_password.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/openssl/libraries
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:BD2qMT7MKKc+A0YglSlHmjRZmtk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"a3eFZZSIUAK9AQ3QfvnjGEjubEJFxBXFeWQxkiRNIn3nL9dXewRmom7xCcY0", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"QS04KjzOrAJzza47c4w16fTqEIr+hoIN4abcgjXdsK17uUQqm1fw+NEj4AZ4", "X-Ops-Authorization-3"=>"Zdt6vH1hwGYT2wKUIIZtI1BxvLtRb3Z0dvx7HAEl+b+KfF1U3Z7CVIaiBrh+", "X-Ops-Authorization-4"=>"xiaMpvXCDO6Gk287aHVrTtPDydENQoPp97aFIwPYcyfdfVmXdo0brNH/Vkfh", "X-Ops-Authorization-5"=>"ECmMjfP6wQzYZo9Nc0bOglQvrmP8cp+q33Ef/RPRYXZM+6TRJHPOpc7roagS", "X-Ops-Authorization-6"=>"dHX6x6SVP6W7IxZIldTf4Im7bBLG1j/S3oykgTULpg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/9079f62ac8455b3d85a2ee143fb93368
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/9079f62ac8455b3d85a2ee143fb93368 to tempfile /tmp/chef-rest20100902-20636-1vkkpcs-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/openssl/0.1.0/files/9079f62ac8455b3d85a2ee143fb93368 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/openssl/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Rkh5QgNe/LTaYz7ENvzbTl4efj0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"EC9r+LK7qS4sWYotkiac4xCQYl4ABW78p3tsYJvYCRP/FIqIkXWK+LKY6zbi", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"RGpaQkHvKjl2Ab1y/ntllq76SbOCwzxUVHf6mtK835EjI9uHkwQUVLK93uHJ", "X-Ops-Authorization-3"=>"z8g2Coq0Ydq1+7/0FjIEUOtt+dHdOrhBeprJg1dO3WKBSHO8SiBoDsmBo/Dg", "X-Ops-Authorization-4"=>"NFMx7K6NuEGRZ6Vlhy7OKIOTJHCXob7JClBbyu7Ldqu4knsvEwXCc2l8FSm/", "X-Ops-Authorization-5"=>"0BX8EyLv/uVs9/IVGTG5+urzMJjkAGZCm7QRVnQQxh8DM2Gc+wuh95Z9QtMR", "X-Ops-Authorization-6"=>"7tc8rOAoVxajOCaxfOu7sRr9iSo4YXjaFT1SXFjjMw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/11f0c2157b8874c2d7962bf4024fb0b9
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/11f0c2157b8874c2d7962bf4024fb0b9 to tempfile /tmp/chef-rest20100902-20636-19gf2cj-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/openssl/0.1.0/files/11f0c2157b8874c2d7962bf4024fb0b9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/openssl/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:u3xbsn6lCvj1d7fIOV6EG4oDgkk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Rl6RiZIDKBRLr6yqHnMWnuGjFxdjSlj507DauXOs2gnL6LH0Mju/kHJgZW5k", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"GOWm1X05Ty5fCI4oUwFaHPYdVQmD4uefcUIEK/+hAYWUNkbPdMOZ/lC5rpLs", "X-Ops-Authorization-3"=>"yrHj9paLQoZI3CDikaOnwI+rojQa4aeinhVoV4Wfjlh7CKQwoRc7joHXZNoz", "X-Ops-Authorization-4"=>"re1sEczrThnj0ihceV0DFI9CM8NqIc/vGvH2fKOIYITiTZFCUP1ps8nDVg+i", "X-Ops-Authorization-5"=>"aBnzgYKi7E9Cn/5sAzxD18FS59KkeGT6Fv0ybB9vMgZJ8G+lMs/RtoaSlbAA", "X-Ops-Authorization-6"=>"WPa8FUhB5AuvpUX6efycOq4UqJVIiBhQXN9hLQUk0A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/a4aba49726799739c6366107cad0630b
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/openssl/0.1.0/files/a4aba49726799739c6366107cad0630b to tempfile /tmp/chef-rest20100902-20636-150ct4o-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/openssl/0.1.0/files/a4aba49726799739c6366107cad0630b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/openssl/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Synchronizing cookbook swarm
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:yx6QdkTVKXPZ60m++ZlzaR+9mzo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"WrfX2LGclXB6ze5aFpIopYt7hRtr5fImMi8cTW9cOIKLuvUz+TKhIM6GM/mq", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"s8Zjy2zppbfx55PEK8SkBMclclnpy4JuypVxWy1jeaivzkpavLvj0xGQXJFV", "X-Ops-Authorization-3"=>"PYnVcGU9FHRkPxakFV4+ymJTXaPHwaV2HVGwCFE9ZxvY4C6WgOsoHs0zCorg", "X-Ops-Authorization-4"=>"KMNEb1m1W9G/Kl//IKhgM+aLSCF2N4sp4qFNQVovY5+T+LJ7lJNPxjMAnNLE", "X-Ops-Authorization-5"=>"+SNvXAr35r9pevxaHBRjfGV2kXpCVlULDwoEZowzI/2nuwSvTza6kXmvBq4T", "X-Ops-Authorization-6"=>"ocxirjcbm9Vl834TltKFJH4eCTG2uMqgdIWgMChGQQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/043918e2624f7edf7959bbd044cb68d7
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/043918e2624f7edf7959bbd044cb68d7 to tempfile /tmp/chef-rest20100902-20636-1xmirx7-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/043918e2624f7edf7959bbd044cb68d7 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/recipes/hbase_migration.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/swarm
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/swarm/recipes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Qi6G0wpL6gO80yYAFR0YmbL9OJ8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Ic2r8pSmRbD4HhmfwgwmRC95/RZoHHMuARWBn802aQ8wm41t3nzkIc7LSlsm", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"GdBeliUiIDSHzAuOSt0hKbx0DY7hH7lwOWcv1OlbQWYS1K8ZFCQL76nD5W9j", "X-Ops-Authorization-3"=>"61MLCiZu+0JYc8IuvS1XQRGjSNtoAVgHOgqMIVdzFiY/SRzcd+ObQ7BUxxGH", "X-Ops-Authorization-4"=>"cGshhB3KkPyasiNGiDQ1dzKsmyRETe6otiXHznQJUn+EDkcb/ZdEZDyI5y4X", "X-Ops-Authorization-5"=>"oUsw1ixJnTRBew+wt1lh3FeJ45AtbhEFH0o9+Ac8K5O5ReArpDtSPVs7CT5P", "X-Ops-Authorization-6"=>"7vMEdjMBtdDaUhpwH0B2BrLpkyQU89K4fqlHtJH39Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/75d0d39a9517ef9afbcdc1d14ef115ff
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/75d0d39a9517ef9afbcdc1d14ef115ff to tempfile /tmp/chef-rest20100902-20636-15arfyh-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/75d0d39a9517ef9afbcdc1d14ef115ff (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/75d0d39a9517ef9afbcdc1d14ef115ff (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/recipes/furtive.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:WZhE2FPFhp4u+I1FLM/nnuhvkU8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"XJHnDXPQUmvgW2Tew7yT43Y7+5f1uqfS37qB5xmERZzgrqJGQGiu2mfqVqvM", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"uZBau+WO67tAvYwXTcsFHE6+xEzNIxyYf15OB1M1dnznAP2kkMXV2RX2cfov", "X-Ops-Authorization-3"=>"210khlaAlU4ieyXwxDCQqKNI8PYJ6WVhmxsCKSFM5r8NMSjHr8FYQ9LQgXhp", "X-Ops-Authorization-4"=>"FhZ/xlzB20j9NMSlRc7WS3wxaleBQjAxwLHacwnGX10NGcgxOPh1LlW5krU9", "X-Ops-Authorization-5"=>"SlKWW9zftGu92Ilru5hR46QfMoB4yOG5N4Pj20Vc1FgHQv0ztFn0imo31GHI", "X-Ops-Authorization-6"=>"iW9BN5JomK4FKbPcmjgm2/7SVXc0ykNZLG+zeD+Yeg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/82f99dbf2f83f7092a40c47c6b577b1b
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/82f99dbf2f83f7092a40c47c6b577b1b to tempfile /tmp/chef-rest20100902-20636-n4423y-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/82f99dbf2f83f7092a40c47c6b577b1b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/recipes/postfix.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ElB+Ja7mZo1kQmOZ04q//GZlAkM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kLKdzSJ/+lUuOV3UUdxjHBBNMpueznnYBHsAjHM7PwS3i2FmnzYE23H8KVWF", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"vlNdpBSKhsQogauTo4B4yyI8AzNyiyZlEBMmmwuKrqvx8RLWh561QJUDjKEA", "X-Ops-Authorization-3"=>"8dMsd5vnK56mVLpY2Pkr7/pvBJFl0EG/wNK4ku6aXuKcvo4CqBbj7Vdg0VrH", "X-Ops-Authorization-4"=>"fC9DfBR61YM5MqEqReRWTOHMV8ItmglmfRwezzKeo3c4Vsd7zK9Z2E5HzBje", "X-Ops-Authorization-5"=>"/LYiGOMo1fwndSvZMhP53wiDqeVylmDvdHQ2IzZHxgQTZjyfEQysGJsw4xQL", "X-Ops-Authorization-6"=>"FV6Kzg+/kTIQg2nCHE4bLhHzyYifcx52RlsGewbEoA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/98f0b7cc6fff28fea79c1bd56f98572e
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/98f0b7cc6fff28fea79c1bd56f98572e to tempfile /tmp/chef-rest20100902-20636-1jc271v-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/98f0b7cc6fff28fea79c1bd56f98572e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/recipes/nginx_reverse_proxy.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/yjI3kH1Xl2CbcfmwMxzx5a3UUk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"mP/Qn3J9pBQOeNDQC2pypuWqwBl//HV/Z3bPmj+MxxK+MgxFoO0xjN/mgseZ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"+XgtJSfyoR/2dCK45qCGVDSEWcTho+NBhZHabwIcOsJRwBcfe4dB5hS2YnhB", "X-Ops-Authorization-3"=>"gXW4vbNQGQibwCvMBfwWqxbylgC6OTwkU4dAtvaPMgVZpjBY85Mw8rrC8TOM", "X-Ops-Authorization-4"=>"RgwQvSiNxf0KNdtaiNrmCbTrNsWzdJFZFalkNvIx8qkLR0NgJVcVgyJ+5doA", "X-Ops-Authorization-5"=>"CIsnw9dC1IRma1PF3lDB6xBmboJyHGqxWw0WToAn2L0u51lW09eUp7V8KiKN", "X-Ops-Authorization-6"=>"yuvIzCX8WgvgIT/L1dOsXSkTCjLkCZuSRIE0JY6nMg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/706376e8dff6029feeb740f6040a1fca
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/706376e8dff6029feeb740f6040a1fca to tempfile /tmp/chef-rest20100902-20636-mmtflj-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/706376e8dff6029feeb740f6040a1fca (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Rm/FiWYgiQqMiMSeT/bATNrh75g=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"MB5AojyufqmiGmlC45JowVBWenvL5ReW4eTtjnLtVLjwKCZqoJFIAMKytJ3m", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"o1UCNu1ijjgwLZ6P5HTULf2/bylBxknQvVY5P8VVOa68wvBcQVX4HlUBK4Qj", "X-Ops-Authorization-3"=>"zks/ypeET479YZugYtJHJjJm6UiTtRf8seezQu2tyClQTE7cxHVk2I0GU6Ve", "X-Ops-Authorization-4"=>"kp0lmTfZcVS7LXnIo35Nd8aT9UubZ0uMW1H3q70RsrjvZxcro1c+GKnPWWbt", "X-Ops-Authorization-5"=>"21qlKJDPH/ZicjcpKCak2KKFXwgq0G711axEdzIXkMIriwQpjdO/7H3MPtUt", "X-Ops-Authorization-6"=>"AdIZ1u9VDWJkZkxYMIJYyZ3i5sPFfeFd8k9W4Ded6Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/d11c2a95f1485dd22153cd829e2a81d5
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/d11c2a95f1485dd22153cd829e2a81d5 to tempfile /tmp/chef-rest20100902-20636-1uo3lvx-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/d11c2a95f1485dd22153cd829e2a81d5 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/definitions/deploy_thing.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/swarm/definitions
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sFlMA8yL/rJJ3xMmN5vKbD5uIN4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Bt2j/T8lutEyBoP5TM3Fjs68V5rjzpwSh2oCktwnXlFMX5j9tW86jVX9uGqH", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Nm7smCnAlwLuusM6eo0IeowOXxy4iCgAyVC2wm8yQ/VzfJNou6KfkfESD7R8", "X-Ops-Authorization-3"=>"CKA92RVW1RnjgltT+Y8Lt4cUfwmdCOmrrbArNYdVa1qsF8NIr0gLYxV07yDI", "X-Ops-Authorization-4"=>"KjSWc+OG0EpsmqO2RUByEJxYETiLs8uGpe1Ov4BDrwotemVBQqL+rrVlna3M", "X-Ops-Authorization-5"=>"fvVIEjJ3oXd/1M2Lqlc0j9UerTEDDtL5kNNIAek+4ZmqnmVr3AWeFaeDv1/g", "X-Ops-Authorization-6"=>"1lCcKdtyAnsYTEiM9WS/lyzw8V5eoAk2IC1/AvH9KQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/76274afa9409f86186b625c0d212adff
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/76274afa9409f86186b625c0d212adff to tempfile /tmp/chef-rest20100902-20636-yuximv-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/76274afa9409f86186b625c0d212adff (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/libraries/get_node_by_role.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/swarm/libraries
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ryuL2kxhbtZLDlF6xmjhUSyn6eU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"iA7ghxvM/IOfobk044ndU/KVAT7cLa4AyMAjcKBE+2ekak6pDubazo+2yA2k", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"dol9PyvdQUQpkYzRVYnFQqSPYQHOipsT0XplsyqBRwNg4Mxudr7xbTydNwLY", "X-Ops-Authorization-3"=>"GTPcnzsWWi0y1Sk2R4wdgM2QhXLxLhN116qQZGKEBuxyTeOYvXPlRXfOaP5i", "X-Ops-Authorization-4"=>"267U1aA+7eU1ZOPvFblBkTx25OjR1MUEt9zNn8+D/ZAS6ZVdNk6Nt9+nq6v7", "X-Ops-Authorization-5"=>"Pp0doe1YSJEKxz0q7/olu7s+0+2Ubc3CSFA0CoabSpt8hGgm8Y8M//+qYkng", "X-Ops-Authorization-6"=>"5u6w7d0DBRrCzGFRPuInmKWKzhfw2sW1xcJpp6WEPg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/c898f036223dfa4669d5b403fddc7a93
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/c898f036223dfa4669d5b403fddc7a93 to tempfile /tmp/chef-rest20100902-20636-1t2p1xa-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/c898f036223dfa4669d5b403fddc7a93 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/monitoring.features in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/JMpy5ExhPgO09DPTcSrVMLuiOA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"fX4Jn9DqXODfzWE2Ad1wudBpS7d56apaSN9Kn6tcc4NDV+i+UEfIAr+j5QAS", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"9s2liIZvG93QyE0ckZnVV77NDse3s4Mhxf1sGbyAFtmPrNIHHr7AS8f34nat", "X-Ops-Authorization-3"=>"2YbdvDZoUiU8SFfCNLwN4cF2z/UtYiRS5yjtqdSJCqu7nYay6q/z+OUiNjZ0", "X-Ops-Authorization-4"=>"hCQnGT88uDXkgvRqPucl4gekKQMBE0YD9shK7S6z5t26bCNU6VMHjEus5GCS", "X-Ops-Authorization-5"=>"DNMhLqbuDV0dpsYcPj3brtUTE77t9bZAY+R+PrIXIFU5i1rpwlZz0qhDP92d", "X-Ops-Authorization-6"=>"0gYwXgaCRPwx7UlcfSJx6v+v4gOyARiKc5YpvhD1ew==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319fd1d16641ac25800d12f67c8353f5
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319fd1d16641ac25800d12f67c8353f5 to tempfile /tmp/chef-rest20100902-20636-1jbpeai-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/319fd1d16641ac25800d12f67c8353f5 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/service_binding.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:zbMMpbQsEIa1wEpwK3nCLHhlf/c=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"RF2+ps+pjVln+Sp4BZewb4WaHwi2febXF04z2K9bs3Xx43aZ1CloF0AnCDRC", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"0CxOxFoARTKbCPzJNH49XKH7rTLkhKWIgFsUt3ozN19V6/mWv4KsP9NiQqNg", "X-Ops-Authorization-3"=>"mfZ+7Qe8Uk5mUrDkxbDU8lOSXJZ5Ut+m8gkYWl7l9k+wPHq6NBdBPdNvjvnm", "X-Ops-Authorization-4"=>"w0bohR6NxPp/u9IY9eDv2At/zbTNVT5etuLK49PnSTvdqm7ebnFu6uXiZ0sk", "X-Ops-Authorization-5"=>"XD91tjOs+Ypt2+lkv4/l0mpJuiat6FYtu7MDcSt+byaRVWDWlTJUbetsfPdC", "X-Ops-Authorization-6"=>"VqtinDS1bQ9NVzkuqGSGMYC1/q2ybFjCBuU38+jVJg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 to tempfile /tmp/chef-rest20100902-20636-1f035uq-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:oIQO+JnEf/3+Sl8STj56KZVHgC4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ONsQzJrKZ3J0w+/CdM84L6sTzI9gcYNwgOQ3oh25j1HLsGw0qQ6HZTPv3Iv2", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"zoAt0vVBYxGs432S5xAsdL/juAtosDL2eOapq9rVwru8VamTiRaJXSY5K6xj", "X-Ops-Authorization-3"=>"Ne7++4vUP7cMVCyShFtk1CzUJCtC9nEA+hz6wV0WUVfI3m3lwagIc3ThTq5X", "X-Ops-Authorization-4"=>"49KgGptn9auWe8eOkMgQqKhMf3Vf9rIi0OSLnDBZgh0zeTnTkMv/iG5910o9", "X-Ops-Authorization-5"=>"7zg/2qtabL1O2BWuGgOem49PMn+4GV2D4aGeD6LzeVlnfjQLoYIkxD+hukaP", "X-Ops-Authorization-6"=>"vcMnM0WIQY4XgxLgiU1fyPMDLANdFLAFjssNbvOpJg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/acbf25d716de2b1a092dc646d93a4b49
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/acbf25d716de2b1a092dc646d93a4b49 to tempfile /tmp/chef-rest20100902-20636-1nvbp50-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/acbf25d716de2b1a092dc646d93a4b49 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:jUUesU5nU0HfKuXqMpj2yEMBxCw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ZZf/I+nYmvlleeiZmvg5xeEic/gDP56w9Ctq/wwu30Ktmc1mjrJ3J5vWTCXW", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rU+F87ceFP++GTJe95oh6cFQkq1iN8+NJUku7Rpp/ovkV3jeXwfcEjrfal5d", "X-Ops-Authorization-3"=>"mWT7Vlkv5lvCaKyt2F318B5jIXI603BXqUaWmJnJb2kF2qwhCJKr5TNKvxdY", "X-Ops-Authorization-4"=>"B7rqe7FyuA9hp1xgCRGLQsmgpLbjhclLyrkDI2D5OyFqip5WEBY21HdvF3qP", "X-Ops-Authorization-5"=>"j78fiupocVwoZKjOo4Nerm+rz4TdvkHQI+IEb/lyi7SxL+9fNHBjyUKqAFkj", "X-Ops-Authorization-6"=>"oQNNIlbO4yGtdBtIaTxjDV9D4mmzIsGvc55p37RwdA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319a2097b8a4d383df42a69c9e7d8f46
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/319a2097b8a4d383df42a69c9e7d8f46 to tempfile /tmp/chef-rest20100902-20636-1py2z8m-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/319a2097b8a4d383df42a69c9e7d8f46 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/swarm/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Synchronizing cookbook runa_base
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:VDfhUHqWarr2neJ9coGr85VvXMc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"UwvpUAH04M2/q+K7YM/SHRMvQ/Opkg4Bwn8KhK0X+J8u7J6yN9f+0vFrxPxp", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"LeUzf+qKq3Vy2JqBAAL/tJwNruGNvNT6ej5ewXZ7AguKZEBZLf5UDu8JM8hC", "X-Ops-Authorization-3"=>"Bv34T6IQrPM022H8WF0gH7m1gBlfUQbliAvQCmsYl1fPNmtYmvVJ8ed8riu/", "X-Ops-Authorization-4"=>"jwxQinkWSLLfVWMYNj8VUJKYXXwIdttNij5y5mgUBjtsiFZLRpGWKLS2CjfF", "X-Ops-Authorization-5"=>"YozHpVRnDwvAj1F/Hev/nUZwMHRgGej+F+xDXSI8C7XZ+agH99fk3X4OHZ5b", "X-Ops-Authorization-6"=>"1ybAxsMIG7H4xOIMum5UXTj6z7fnn88WXpH3hMeLZg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/95d5eb99d44b3042a4a495973f4a9242
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/95d5eb99d44b3042a4a495973f4a9242 to tempfile /tmp/chef-rest20100902-20636-7m1wel-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/runa_base/0.1.0/files/95d5eb99d44b3042a4a495973f4a9242 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/runa_base/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runa_base
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runa_base/recipes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:q2T0BQCOl64ZnF9kq0ANR+snvqI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"B6Qw+dkUYV0TBdVHALIDOsZJO5rqAjnoLQ18CdMBp2nY/PCE3attlzWwMkVI", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ToIAQKJlM2NGrSLzCFTNiUTzpziN+fTXMSN4YdJZhAU57kFxVaakgl1fAYBB", "X-Ops-Authorization-3"=>"XYC9Ut9k11m3fbXbD86X1NSyzh8hmh0JV4n5Fy1lA9f0cZvD1SxBSGgNyQH3", "X-Ops-Authorization-4"=>"+3alJ7ARDLUdRMM5HVe0Ketp0aeaEU/sTtAza8Unb9ACK3gsoK2FOBltYl0H", "X-Ops-Authorization-5"=>"kuwjBCAt/PkvcVuA41i2/kRiVDaRsXBQqTZlAPg+j568WwsWIVr8wojVPCBq", "X-Ops-Authorization-6"=>"Eefdpp3qfJCT8XOrJp/1RfMvrEQB2y3BOI/dmNJdzA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/3b5f61ce60ad32fa8d21af764e5217af
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/3b5f61ce60ad32fa8d21af764e5217af to tempfile /tmp/chef-rest20100902-20636-ta8bfs-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/runa_base/0.1.0/files/3b5f61ce60ad32fa8d21af764e5217af (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/runa_base/attributes/runa_base.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/runa_base/attributes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:yF+q1Oweyiu91rQLb6KgolPJRL8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GbIgwtw/yYC1pG7NiOcQ51AWwWv4LXF1yQTxVJeI0SNJcIrZUAthEWLSljKr", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"CJ3q3qR5FR/2LGQtddb94uGwVKNrvA4K8RUYLBYWsDtVJfZ1snl8ka5nk7re", "X-Ops-Authorization-3"=>"RXXgDHhDO0EB+HwvVXUski8hH14Pr6Y9N7cKDqt3DxhpREnXkji5jHXbLud8", "X-Ops-Authorization-4"=>"gCrA9ZvKdxPWK9Zi2TTLNoMWJbNpctX0vBjbGwGSUFVPTkT+22tGhF3CQnOs", "X-Ops-Authorization-5"=>"8Easoqvic88KH2A7qlMcL3PuwXd6SleXRWWHEt927rv0m3/pL0KEjPR65EvG", "X-Ops-Authorization-6"=>"uCuQMXk2HcHXjvvc/vE3Dy53OdkkXd+tVUOamz+S4g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 to tempfile /tmp/chef-rest20100902-20636-mppxwt-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/runa_base/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/runa_base/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:VfgXgAHLulfFiPURnRNBToLbhBc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"WuXjlizhGsO9VIksGP/afI2tj2O66iyl8JC6ov7r5G5PxUSymlRgcR21UY7G", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ACd5n2L08/euMUUFY6eo55y6Gg7bn0WZfR79hEhS1PjYmOkZ0rsuzOlUF+WL", "X-Ops-Authorization-3"=>"bFBGvl10fzM+v7WL+jjy74x987l4+fSaXz4DtIx75iQb3LPJW0nhfQr5b0Ha", "X-Ops-Authorization-4"=>"8CF5OzOlX9/h25nowR/zo/Wm5jvO9/tl5oiDdCabNXVhv2IGMfp83tr0WPS+", "X-Ops-Authorization-5"=>"2o4Cfn/1dsSbkItiM8b/8sFyzOaetPBlh7TjaqDngs2/FXM9iUYXpCyPRK01", "X-Ops-Authorization-6"=>"lfjjVis+Y3OqQm4Clm+f7aAd5LFKUs99TbclXtxoew==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/d731931bc77627a3ab6b5a8e7f678b1e
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/d731931bc77627a3ab6b5a8e7f678b1e to tempfile /tmp/chef-rest20100902-20636-uhnpan-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/runa_base/0.1.0/files/d731931bc77627a3ab6b5a8e7f678b1e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/runa_base/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:dDpb31He8OeEE7HHGFOGrW3he6g=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"fNgA0LnlDPlB20Ltb6QDISVdpuIotKYK8KnfTvDmnGHJ7Gm1z8gP5g11F9Ac", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"WSyGsSTiM4nJDNAtxVcBLyJEko3z6O+dGXO8wZ0iKfsunefNpbMLy7lNkpq/", "X-Ops-Authorization-3"=>"9LTt+FdwDI2ApGO8UAB0ePxWt4jRuZi9mur/wAp6nsVjHodaIUqj4CmpNW2t", "X-Ops-Authorization-4"=>"tOXzhH6rWSrCDJfreWO8v42vy9j42JlckkLQ8GnRcOlLuEyXLpQVij8bxyWs", "X-Ops-Authorization-5"=>"slwImybcMvZP5HdHGPGicU4Q8Z3VBqblvcBllWZg70vx54jfNt9kOPrQ5yk6", "X-Ops-Authorization-6"=>"3MkI0P/mu40+zV0AkQkIxTDGQ2HkdLm3j6KoEK3Eng==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/acd576fa81359d40b74ef116b40a53a6
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/runa_base/0.1.0/files/acd576fa81359d40b74ef116b40a53a6 to tempfile /tmp/chef-rest20100902-20636-b4np1p-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/runa_base/0.1.0/files/acd576fa81359d40b74ef116b40a53a6 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/runa_base/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Synchronizing cookbook apt
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:vfWUI5LHqPKHkJsae7ObkA04lM0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"NK0e51ZP9asMU/71GpzwDgJVDfYm92KjaATjz8TSyBRXEEe9OXmpg+J7E4mu", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"SJRrKm/V85pD+GpsxBwyGhDU/fMotK9Avf9Uby/Z3yRw4i7CSZksw6iRKLPX", "X-Ops-Authorization-3"=>"lNDSoJjeZia4FoKoP+38IR6HDSQ3x9eMZxD4CcSsuYtDJTjiXmdGFKwTn6eM", "X-Ops-Authorization-4"=>"iwvgxAXu4xnxlf/bBfPoT9kwT73+MswOlwulE35aaBNEFR89DE4kiufKzlmW", "X-Ops-Authorization-5"=>"l4X1X7HlTShExPOTGHa5oIoGO+ZCu3U+R41+kkAqxW1d9p1i+9wmDY94168n", "X-Ops-Authorization-6"=>"kPZOs/1AfcMiz/kuRH/kjQFNdKU8luqIcgE5txzuKQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/434450082c67c354884c4b8b5db23ffb
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/434450082c67c354884c4b8b5db23ffb to tempfile /tmp/chef-rest20100902-20636-4hyf7u-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/apt/0.9.1/files/434450082c67c354884c4b8b5db23ffb (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/apt/recipes/proxy.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/apt
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/apt/recipes
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ihI0nkjaeAzQzMyodnQkoTEu5UY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"SfG4tzk4+YqsQO9GrOMgBCbv6PGrmTWUM2bdvcN32nYpUKBS4i2KDW6FpvrE", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"z0Dtr4NQzxntT+WcBMeKeGgJ8bUY1na4nYQRHVo1bpg/78ZwHZc3MioQtvza", "X-Ops-Authorization-3"=>"WTnPDPJcwDm+10SAACpNelIzKBlFaTSB4HXQUNm9nHqO+kbJjRgWfaht8AGF", "X-Ops-Authorization-4"=>"WQ47Y9lEWE7IUs/hKRSRHFou0aDX89UCbDmXzZ3tU9XqtKXsmIln8xeE7AGS", "X-Ops-Authorization-5"=>"jszcnA3r380Pskh3ezxboltjKBQMzTbTRrhtnjvnCpodwpazB3klTEqlLeuW", "X-Ops-Authorization-6"=>"6cgKGfM+D3DDNaCcvuo5GbJHZ5Yoi7Qa2vceLN+zww==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/5479013c6f17fb6e1930ea31e8fb1df5
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/5479013c6f17fb6e1930ea31e8fb1df5 to tempfile /tmp/chef-rest20100902-20636-1u4u9ja-0
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: /cookbooks/apt/0.9.1/files/5479013c6f17fb6e1930ea31e8fb1df5 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:37 +0000] INFO: Storing updated cookbooks/apt/recipes/cacher.rb in the cache.
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:EQGMuo4y2e6XhU7aBtsqg1q8dX8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:37Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zeklx8sNmsKyfY6im3RD+zQidTIZ3sdZeqCqL/XAew9fv3QnSnv1TfHLVtcv", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"uHh+5qRoBISjYdQ1MVs5mx9Mpfeak5oz8f8fzuw8oBmL0RfJqUpGXmx//ZhL", "X-Ops-Authorization-3"=>"qOA0hGJNiIRFDgjzbeaiNXEchfUSzyjxKl1bvi68Q6bA5AFCfSKwaCfcFhCX", "X-Ops-Authorization-4"=>"kxsTaycsjFLjRFhB+dsnm23T2IiEFBna9mGV1Um9iffNCLJeVCz3LTOe77n1", "X-Ops-Authorization-5"=>"Gp45S5er3bW9Fy/E1cliNB6A2VXe0cOAHT50sLehEeKI5pvxt+PiZwxJ6UOy", "X-Ops-Authorization-6"=>"iHNq58CamhvJL0MCQ90r0Benbuu9aU4J6MUcPnjt7A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:37Z"}
[Thu, 02 Sep 2010 21:33:37 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/112a8c22a020417dcc1c1fd06a4312ef
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/112a8c22a020417dcc1c1fd06a4312ef to tempfile /tmp/chef-rest20100902-20636-fcjqmp-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apt/0.9.1/files/112a8c22a020417dcc1c1fd06a4312ef (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apt/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:BP3W/1bMjE+qU3zMqmabFjOODGc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GpHfv2nW1DuTZTnKX3zskgSOVkwsiVq+mJNXlCDx32IoLJ3G++ZbjKeW7Gbu", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"xM76M4o/4wftPd1zSU2E8lan+spLv3nvRMd5Os4dvufJ+c72KzwxohoNtN4Y", "X-Ops-Authorization-3"=>"lfyyiwcraK+TzjkhH2uV7zIpcDVzf2DPFtG1IO1XIgih4fIZ5zdhpFZd31Hz", "X-Ops-Authorization-4"=>"3CVssTiX2T6Iq2o1VI7sc+3Cr8IYhf5PeSTee6vAbDwq7MJbhSCzljnAAW/8", "X-Ops-Authorization-5"=>"KuOXjHmdDM4z4fxCKDXuFzWjPbsHNIZU3FyWTbRL6IhNCuWty5HJ9AtWn5eu", "X-Ops-Authorization-6"=>"LoznnowNyjFegiYtIYRHybUYmwMd1pPPaReVIzsVNA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/40c51d3f6d584ec4bd27ecb165464502
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/40c51d3f6d584ec4bd27ecb165464502 to tempfile /tmp/chef-rest20100902-20636-16bw518-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apt/0.9.1/files/40c51d3f6d584ec4bd27ecb165464502 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apt/README.md in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:O31TT1/w0HOWyUIsJsj6KYi27T8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OL9lV/ThyhKQdgLsm4lltSbHghTVwq82N2+RjGjz6IvgFCvroMbNZnCa6m3B", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"kv7ZL49nWEXwo4VWNqa1FOQAQH2CsV4i2JqtnaAy6JEsNIyinv79wujZ3SJA", "X-Ops-Authorization-3"=>"QIv9EyWeUoxXkhH0t4gkU9kpaV8nrAeXoQK0uMsOkfZ1K0hwSeKcmVYAViP4", "X-Ops-Authorization-4"=>"UdrXwAndZIsc0ghyFDs2+p6Ry9o+AhnVmR17x4MaBLn5Kq1sOdSvgVICtWbN", "X-Ops-Authorization-5"=>"4F2Du57JWF4y7DLeJW8n7r7WSswOl8TF2S3MtFknfd9a+nRlCVZrJygm4DPa", "X-Ops-Authorization-6"=>"iMmUB5NPjAoamBvmODsNsxOaUab1Uybgep8NyDtkcQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/845529fa981084ed6bad973273213b69
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/845529fa981084ed6bad973273213b69 to tempfile /tmp/chef-rest20100902-20636-10hv55j-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apt/0.9.1/files/845529fa981084ed6bad973273213b69 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apt/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:L+vO0pSw6vWinfO8wdNPBRuc4vI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VIlSIY7YANChn8XTDZ/DOJNZJvEUWVnf2VYjTx5vBBP0vra59Kc3DscY/o7G", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MdyJoS5/25jrKh3pwrYNoJfmXhZDMdBQaC4+k/ZcF+6XFPQX4XOFdq8eLPeL", "X-Ops-Authorization-3"=>"YAFaveGvj/qkcrHEIp87T/Suz42QV1jr/dddZDr0tzSNnhZDomKSUMEZtITw", "X-Ops-Authorization-4"=>"mFJ4zWg6d00rJnX2ZHIUYACXv6cUIGy65KKKnyZd5hdRe/1fWqN7Udz6MCAt", "X-Ops-Authorization-5"=>"/+E73vlIn/hb+5xqBDsI3mBrPiArb1RZYwt04+CCS6a6zaJf9pPjiIOnmKDe", "X-Ops-Authorization-6"=>"dofqCUTWSVkwgqSar6pIt673h7KgeWQ/utYRaMqGQA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/0954695053bfb66c71bcfc33befd3e8e
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apt/0.9.1/files/0954695053bfb66c71bcfc33befd3e8e to tempfile /tmp/chef-rest20100902-20636-9ncvfq-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apt/0.9.1/files/0954695053bfb66c71bcfc33befd3e8e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apt/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Synchronizing cookbook leiningen
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:TAi9zgAVb639tcR1nvUkRXtL3Fo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"cOLsuFCOP7k8dybh7OKTK5yBGFTROSVLmI159OXCr1DiaAnYUbYaeiXVKxoI", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"x4hHpRsSybaag/euGUWS+AjPBFMa17UDvULk71p6CRQGbcZWuliRhvcqg0Jq", "X-Ops-Authorization-3"=>"RDkFowTbiZG4sS1SJpLwlZ9y5zChbkHjWEcMR7aekgBXEjZ6YJj/cXcsYcLy", "X-Ops-Authorization-4"=>"jIRaUJO9yX+BjW02ryFTqOTqeU4LDReKL8nz3gkuuHBxx4AVPiWuyPP8E2qo", "X-Ops-Authorization-5"=>"Pk+ZpB2uZIaHPrI2RrM+iQvjTjgpipEEKvUS6UTFcpTvhSDcrWX3/5IXDqLB", "X-Ops-Authorization-6"=>"qZNW2U1GGLObij2a1UDA7dukx2ETc2wLl5VIz5hu1w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/89fd2aebd33658e1c77e27fa7c7bc637
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/89fd2aebd33658e1c77e27fa7c7bc637 to tempfile /tmp/chef-rest20100902-20636-6adfgn-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/leiningen/0.1.0/files/89fd2aebd33658e1c77e27fa7c7bc637 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/leiningen/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/leiningen
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/leiningen/recipes
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:VWAaxuWnrqDnINRjvzm4y0A6oD0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"YR2tEMfHqZRzylXIyf4iBjd54P/NE51elN1zq97N7ks45r37/S3NJobZ5clj", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"FlzEt5+MFD74xngwGk35uB5dG7/0Rz5Lhl7B1XXNmByJw6Yd9jwgX1t7tpg0", "X-Ops-Authorization-3"=>"RxNgW4q8VsnqqQ7e37RkRWQNs8SfjKPf9AQq565B+yKQXN+xonGGl118Psgu", "X-Ops-Authorization-4"=>"G0806d3T+J4BIg6E5unPDjufYIWPgLrehp1qIEPUjd66OKg4/uKKylTNVmUu", "X-Ops-Authorization-5"=>"YF7YBqcXsxtDZL1jpdiUMlBTQ39RR68B0IOFjIvY48uW7OPPAj4dqbrAytvJ", "X-Ops-Authorization-6"=>"7lc5I0PNWMxZHF/Pv3tNeMqMX5RZpZsmV8dzDgiqhQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/e58f78b62b07a43bf722c9e17cfa923a
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/e58f78b62b07a43bf722c9e17cfa923a to tempfile /tmp/chef-rest20100902-20636-778cje-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/leiningen/0.1.0/files/e58f78b62b07a43bf722c9e17cfa923a (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/leiningen/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:6vAGO1XHxjzggSVymD5WKGx1zLg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Pj1Q0OfehtX7/SzU6XxqUQsLEMJoeT7WFPnNqMDHLCcVhVUmdm8Phu/qjodB", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"M+RWPZzfzNFHV73qwcclS+kR/mKO/z1WSHv5Jm8ZUQM/VbZCynnKdOMZyIJI", "X-Ops-Authorization-3"=>"Y1vFpygqlZTJwY5tFJswv5wz9Gr1VHpKsUPZeh7s549+oT/aTANIhi/vNxEm", "X-Ops-Authorization-4"=>"oZYRtDv5ge+Ls2QDrptZ0KrN4OZLopOC09cofU3v1WCkGWAZXUQ3IAo2P52a", "X-Ops-Authorization-5"=>"xZtn0CukADRCd/mnvkdfp+2TG3igq5kWS9b1t65ElztvkXhgVb6Zw6ClPBzv", "X-Ops-Authorization-6"=>"ec2KpybixMmEr5VFMM8XhSw8uymySfI1/ygAIum5RA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/5c4430c8883421e7d59dee7b043ab9df
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/5c4430c8883421e7d59dee7b043ab9df to tempfile /tmp/chef-rest20100902-20636-sl1skp-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/leiningen/0.1.0/files/5c4430c8883421e7d59dee7b043ab9df (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/leiningen/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:1PgdNcSOBFeLm5syO7LnBWc0TKQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"CI+n46R5v5Zt8PHV5ZqtBoz1qtrx1RSj1lXsvAR9ApLkBfDj0i/h/byJHj0G", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"iJcVs750FACFcsmLjwirjdQENjvEz130WOD6ffV09ZEhZ03jiyuGXRwrQaX1", "X-Ops-Authorization-3"=>"YT4J+G/qSlnjSt5STddbNFhblbAfaILopPf/0xi833KvWs775TnDxX3R0ZR6", "X-Ops-Authorization-4"=>"RwauXSMqpY9staMfFm1S092sw3IfQ0OOlojF50kc1r+5iitbPFKeQqDuV3zd", "X-Ops-Authorization-5"=>"oxwNfU1e7NqC906yXBEwM6z+82iHYEFIu9DIWsDjrzHyfRpwy5i3PGD0EDvx", "X-Ops-Authorization-6"=>"ydIobBkCMXCk/qXJSfor6whFJDOkR3Omv87IkmKwlA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/7c9d3df55f97b9dfd82c9c107255f043
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/leiningen/0.1.0/files/7c9d3df55f97b9dfd82c9c107255f043 to tempfile /tmp/chef-rest20100902-20636-7dd3n9-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/leiningen/0.1.0/files/7c9d3df55f97b9dfd82c9c107255f043 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/leiningen/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Synchronizing cookbook git
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:cOblbSLZzFkkvdxfD27sAQIAafc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"R0tnfT1OdtyomJw6PFjPPPz1su/Yg+fqn1v/15IBUj0uqt5jJhfUp+YGBZjE", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"bg9g3t54l54QXUxkbWSCvOzBBm005R2QYY9rdXric9aHRME3gHNz3tWxGfJt", "X-Ops-Authorization-3"=>"IobWtCZyvJ0kqx2Gu4Oo9bxZ18ewutGRmqWMpqyiBXCUJoU7DOPuLtN2YO/q", "X-Ops-Authorization-4"=>"v/k3J19UDodgymye4MBPwgSO5oD4z6RQE48aARC1YwrCSYydk1uWbkj0houh", "X-Ops-Authorization-5"=>"JGh5owIXQpy8B2AkFmLFTe0IEnFu8zKrnq8rXXTwfW2KiePvrj1yL0toKUET", "X-Ops-Authorization-6"=>"N9oKaFcdvTdxSg21RsB++8cNQWMM0tcbmASMUINS+w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a27e387408bd1f47b6bce391bb8b6205
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a27e387408bd1f47b6bce391bb8b6205 to tempfile /tmp/chef-rest20100902-20636-41zxkn-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/git/0.8.1/files/a27e387408bd1f47b6bce391bb8b6205 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/git/recipes/server.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/git
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/git/recipes
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:oy48BzeOeKZ7bLuo8sTU9dQuFdE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"fMmB8YFdQsf8ziD0ubhq9ejYodFJltBEcZwJsUyHwLV44EBtk7ZaXQ/zg2m+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"S51gJIf0bz3WUMNlKhmFdd5+QRcotqwKWlvI7FFV2ZAvWXk4ycmJkKi6e4//", "X-Ops-Authorization-3"=>"ao1Cc9dmZVoYir/fveaSVTkQKEWxGqmU5X3FermIsV27hIc4IdS/0EVtDYk5", "X-Ops-Authorization-4"=>"BQXDl0+86I1NejvEgDhgRFIkhyHR+SRqynfy9MfdJYE4g+7+Ce0ATS/fdu40", "X-Ops-Authorization-5"=>"jiFlZP8CE4fZecXj0B9t8eyueWX2waXGcXSBlvd33sEzZ70YQTSXDV7JLQsq", "X-Ops-Authorization-6"=>"Gy0MoCz4t8BOz6P/N031qUVVcOq6kI/chitDvkj2WQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/ed1f136de7900d908f5c35538db0f214
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/ed1f136de7900d908f5c35538db0f214 to tempfile /tmp/chef-rest20100902-20636-1ud57te-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/git/0.8.1/files/ed1f136de7900d908f5c35538db0f214 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/git/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:gXMqOejUxNX2z7Zj6OdX3EaMchA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"mo142E/NlRMVdFZYXChbddNFQv1vkILDgRQNu94hojpjDccWrHJLbOvOSZ1L", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"CR5Bs9eVIxU+/hJyk/zwp8LSNNuVmKx5KtCvwHJEdw0SaG27k1h1rdI2lcaW", "X-Ops-Authorization-3"=>"xnqFZ6nwMWllu6PbHtvGhc8YmoHDj+1zOv0C+8yRY3KC3vqA2uiwvp3URaFy", "X-Ops-Authorization-4"=>"7ue3VjN9V8nTzAF9EkjJGw2UOuJeylqH+A7CziTkhHrPDT95OW4jmaW5Rc/H", "X-Ops-Authorization-5"=>"k8zMOVPGxYae/IdtTQgaQhjs2sn7GiSAZ1ohDSIFKUIJz4ns9NT2V+n9CQgR", "X-Ops-Authorization-6"=>"kDOrD1I4PsHz1v3WL9iTccCEC8WMc+e1EFXswQLplA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/21576f9ddc97b3955fd43187830ec2a0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/21576f9ddc97b3955fd43187830ec2a0 to tempfile /tmp/chef-rest20100902-20636-hbpr4y-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/git/0.8.1/files/21576f9ddc97b3955fd43187830ec2a0 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/git/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:1HVOU9AcsAdfCxIodWI5pxTt9DM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Wx7B2N6WORkkyiPcqPuiQYwcASljBk4JBeQDcIvF4ZYdQKQ7yK8P+fYkiAa+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"kyPWMCN22PGNo/OUZCn9n5Kf/EQ49pOLrqS8WELKqEneyaKtUXJe3Ed0Qsoi", "X-Ops-Authorization-3"=>"rVo6l6u1EKh99kNBwt0RSECym4LAe4uoCm2NcOZtx+jXvKsvHVfudHbrEqKr", "X-Ops-Authorization-4"=>"iiniJNKd7grYowlHEtiVj7jxSD3maaGDDKvpLu/E8NLFSX2v/oCO+6er8SKi", "X-Ops-Authorization-5"=>"SsilxyelTIzbSYYdz1Rmgd408pgBKIFW0IZflf5nfwx8uHUleE118mnYqBc7", "X-Ops-Authorization-6"=>"AENloTcoMCbtQLmXnjl6I423t7P/8lEcfS7t/Cpc8g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a0b2470428976290dd0e8200d925fbe9
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/a0b2470428976290dd0e8200d925fbe9 to tempfile /tmp/chef-rest20100902-20636-19nklz2-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/git/0.8.1/files/a0b2470428976290dd0e8200d925fbe9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/git/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Tq7AEEgvNnHfa+/O/DL6tdOV4lg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"bbUAbqzNBOCSIrBklZI7J0BnIrmPy5oJqm2pVYMoN+QXn9+equ2wzjg/x8hk", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"0nhoYw/7/tYP4qqtvoMTXA/5cL4Kr6GEmWlnghvY9g19rGp/NLpNHCyDQq8r", "X-Ops-Authorization-3"=>"4eFt57O6xhLPyy7ofet5s1wxmYxguNKHbqLdycBrvmyTbjKCctoS63s2j7yi", "X-Ops-Authorization-4"=>"1pfd6PWZ/efhKrexBaJwQ1Uhz3Cx6/N9usm/71ql1XSYJxoICr8vBAoCW6Qg", "X-Ops-Authorization-5"=>"nuyWW/GGwCbb5i029dR94xsDSV2+W7DyyUumsaHC5wPeD0YHFasjsCG+IWDt", "X-Ops-Authorization-6"=>"7G7RBxwZblmULQVIZsWlNhnX5d05i8823uyhdMa83w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/4e4894fae694848d81794883a8fd7f84
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/git/0.8.1/files/4e4894fae694848d81794883a8fd7f84 to tempfile /tmp/chef-rest20100902-20636-1e3t53p-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/git/0.8.1/files/4e4894fae694848d81794883a8fd7f84 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/git/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Synchronizing cookbook build-essential
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ulLiRh813ldzG/NFuVU2rMr5ZCI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"lbq8Zsl4ERnXEC3LsGGpCsoESCccivdEq1BCfYTBSuYjPIZnsVJzLN+MRkuJ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"3jRtGCkv+K+MyiU8y9aHWOb9bdN/FbC7MXd8lu3B1a7QjmQHqbyT55WxEt/Y", "X-Ops-Authorization-3"=>"aZK5OOdWCtU7ez4nKYvPAwQOSXmHjUnbJYFfxiS3HgDrOjSUnM+kXFkeZ45n", "X-Ops-Authorization-4"=>"iqTTEA98iAdzKu7LsVW5+Fjr2aZ4kMsmr47KmPDFPZe0mGFxeGReJxWG4ENu", "X-Ops-Authorization-5"=>"w1lSBMbgoxDuvR12f1zRvKglxUfgVf4JYSiyjRJqOLqpuuRvymeAQE23aR63", "X-Ops-Authorization-6"=>"5BTogzj7wL9Os4N/T8M/BqKWlZAtW859HgpZ1xkb1A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/cda38155621d77fc57ec2e89894851ee
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/cda38155621d77fc57ec2e89894851ee to tempfile /tmp/chef-rest20100902-20636-mrv2up-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/build-essential/0.7.1/files/cda38155621d77fc57ec2e89894851ee (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/build-essential/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/build-essential
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/build-essential/recipes
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sJ1T85Lz/oZJVaj9d4IBc/Yx07Y=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"gUbq1Z9FX8BqHa8SCz64dsV8NtGW2EeGwLbFinB4L1/omkVSY1/JXMvYLEbB", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"qxBP9Kq2LZgNaTf4Affv16ZUV1qu2aOlV64zXnHHLAwQOcQy4gZGqN34AHPm", "X-Ops-Authorization-3"=>"aTQwzPofs4HWEklzGeqmk4GFG9hCUJ2og1mLWUBmIvtPE34y2bXZFdrVG4H/", "X-Ops-Authorization-4"=>"/EZg9vAWyQTvB8IfKkc1GW5bH0Vi1Uqbl6+rehu/60OjbbM2ppgAovzdTeAf", "X-Ops-Authorization-5"=>"WuW5udzkdSvKJqnQsSa8u5q0is8DEAfFUj/jABj1FvDNTQuastCFGeF9hccl", "X-Ops-Authorization-6"=>"qNSd1e7KVS64nGEYnFmwZwLnmpBBzSyPZU3qkwaQTA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/06a6f94dcc6c7dbf75818f309602d93c
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/06a6f94dcc6c7dbf75818f309602d93c to tempfile /tmp/chef-rest20100902-20636-1dxblfr-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/build-essential/0.7.1/files/06a6f94dcc6c7dbf75818f309602d93c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/build-essential/README.md in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:GT1UCh+oyYmc4Ry7IaDsfHwlUXQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ONtJlnVDjzAah//dYGNr+OT3T5kHzcPciAbHCyKt/8MEAE2Fn6FMQdS9hBd+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"gHymSsymve8v6OGtVPKnJnE9RPjpokMaXH4UJhJkQnPY85CF4th/jceemw8e", "X-Ops-Authorization-3"=>"v/wgjTN7/Cy3R5GR9htaWzyNA44nS4L6NuNVo96p47NtTzOvzmDIvk/CKKo5", "X-Ops-Authorization-4"=>"L1IuvuEm0wHJPaJSFOgV8tS4oDOK7pwWpGIhWOF3Y01pyzvb/SZKm7qRx2Tm", "X-Ops-Authorization-5"=>"y11cabjoVr3ts7CGagvtBrRVQ3PgztbibI4j5kkycFbxZ2ZavztgixoIUylf", "X-Ops-Authorization-6"=>"4mK4thwWSpuUVEGAnR/btOFGra0YIzrr+GRf7YMhKg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/8278de21eed75a1af06440bbcf9d766d
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/8278de21eed75a1af06440bbcf9d766d to tempfile /tmp/chef-rest20100902-20636-405gp5-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/build-essential/0.7.1/files/8278de21eed75a1af06440bbcf9d766d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/build-essential/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ddGA0aVYDB6u/8KJeTqoIGQNmgw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"hE82CttuPv4P/VHtgrI+xKWYozAJ8bK+hw6yWCfW/kjBoRpgrkmofxi6LREK", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"wozKrxAkBm97BhFsma2PfUtaTqh3MEis7mXlvBuP40FFas1M82mIH2V1cwuP", "X-Ops-Authorization-3"=>"iKIK6IV7eV13XNy+0epdfHPFyWOQZS4jltP8K/2wfVoNnKasr1ruoEbzR0K2", "X-Ops-Authorization-4"=>"v4cQ/1T+Ee8OxjMD3i7EgbL8R4AuFMYo4LaB4uQUSXmAN9mCFxl2ouvP9Lp5", "X-Ops-Authorization-5"=>"DePcsFehlAU6EBSw8rovqK8iY/8gZiRySg98tuW1aVsmaQ315qaZAxi1ZiFY", "X-Ops-Authorization-6"=>"cKeZ+MEMCpdKIYM0ACoOxa9xdakKE252dGy16brPLQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/b1e8d734945109bc83bd79c32617933d
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/build-essential/0.7.1/files/b1e8d734945109bc83bd79c32617933d to tempfile /tmp/chef-rest20100902-20636-n6nmb2-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/build-essential/0.7.1/files/b1e8d734945109bc83bd79c32617933d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/build-essential/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Synchronizing cookbook apache2
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:aaXwetCFMuTIXhZ1NsMo3eCgVVg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"c6Va7m7Oy5tDkkylPkJkwNgNsc5JISRxd7ZbMlEG8ZqGHR2h3oGw5FoZBBek", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"5iwVRWo7jF8OeBwnL8MTAdbWSePuGgEmxffO/Taj23+tOqquz0Ket1MpenzZ", "X-Ops-Authorization-3"=>"4fZ73Dau8Qjlj1ZTAgOM+PgSDE0xmEvZyk+UzDubv7k9hP2saDLBMVUyXHe4", "X-Ops-Authorization-4"=>"wZHZ4Zp6WnEOt0zcSD5CgIfORBp698I/O+ntf8/vf2lVTuC0dBCVYmril+OD", "X-Ops-Authorization-5"=>"dAkPHVd2kBWIJfOlPOCxGGbh7VmNQugZ2ekIHyN3ktM0hMpiklMf9Tf11U/n", "X-Ops-Authorization-6"=>"sn1YyG9q/Tqo5QgRj+Sxny+Axboo1wT/n7/ioM2HVg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e395be129fbf6e72ef050365f7124960
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e395be129fbf6e72ef050365f7124960 to tempfile /tmp/chef-rest20100902-20636-mvy1m9-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/e395be129fbf6e72ef050365f7124960 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_authz_default.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/apache2
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/apache2/recipes
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ZsWoXmUoVRk8ei9VmoLkhaLzryA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"J8G9tVH5GniW02HXat3kGiTE13H5IE4ZGqs0yqYg0f7/JwpSss4u6dVQ9D1G", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"J85DkYFjwTEWeq1YW0rNhz2ycBe/3HXO6bDQZd4g+4E66fLBo9UYptd+wvTI", "X-Ops-Authorization-3"=>"HmDuIiBpqKiY5Kmf8AZNY/ZMR/MMvp5Gi0wVKydg9Bq6bzLnyZsWCTbDAsGd", "X-Ops-Authorization-4"=>"8sgX0noD5lO9P8y5jat+CgVIlFgFEi9yLACYNm9bPhSHdUQDJ0LbgVfRrfpT", "X-Ops-Authorization-5"=>"IHKW0ULzvxR6Dd2YzW50pdHcZg+nSVIDSd/iPw08Ba/R4bAAn0QIhF496q09", "X-Ops-Authorization-6"=>"/WcMRCfR88sk8fLRAqSOgbLVSJfAnUA2CHFXImYl4w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3e9f12c311cd6c0524d25ca17edfa6bd
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3e9f12c311cd6c0524d25ca17edfa6bd to tempfile /tmp/chef-rest20100902-20636-11s0jxq-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/3e9f12c311cd6c0524d25ca17edfa6bd (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_authnz_ldap.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:vt0JF5FwTRXN1SeFbkz7uAFcYck=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"L9uK+jDkFzF9x0yeUSiaWqqKRJMlXW7SO93RQHJSjDtoaow4la/7pny+qjrv", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"7OIavNHu+QLqQpH3Gk9Kt9VdZUDV49PIVmbjn2yFRUI3R3KAUYMILoX5Thzd", "X-Ops-Authorization-3"=>"DFB1ACJ0Z9vmQnplbQG6+1EIcKQTKegZ9muYiM4berGYFrUpcwXpvjZ29gpz", "X-Ops-Authorization-4"=>"QsLgjYqa6UtVoAEg6+ueJLURAiX+6opjj648QsRw1FTzskfCsNp/titE8sE6", "X-Ops-Authorization-5"=>"Pv0ZqLFV+d+08YrbxLQWU+p9CSrMIBiYr1KcmQn+WbagXxEmFJFNn+6SCWrP", "X-Ops-Authorization-6"=>"A7R0Abx/XGtO9HK7oQ03xMOFGBVcB44SNwtRpVH3GQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a53da98efdeb5b5b097c37120454ebf9
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a53da98efdeb5b5b097c37120454ebf9 to tempfile /tmp/chef-rest20100902-20636-15h3ta9-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/a53da98efdeb5b5b097c37120454ebf9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_auth_openid.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:qHv8bcYIIMWC0ISwkK8LoFI/9MI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"BCRwlloN8EDJZ4/0+cAjSD8psPLZT2hRMkTot2onLb9KUaipvCzcUnHQJMjX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"GHDvOLNs7Q+meyyfLY2IH9B5RnL02bbQsjDysuYmgmrrwDPgjNM9dFYMbeuY", "X-Ops-Authorization-3"=>"qC+mkO80LIpByDsYVvbGt4FDdvPVa3C79JQ5vzPzJCYcU0EFI5sZn4uNR47C", "X-Ops-Authorization-4"=>"FV6CZc303btnNJ2ssaEBvnFhMXmpc9334bWUab/YZ5XeL01+yh5WfoNmT6zz", "X-Ops-Authorization-5"=>"IWcsw/GGbM7uy40WAtc0mN19DsZ/V9a53nD+m/9DFWfD8FZ/w6fTr/THELWz", "X-Ops-Authorization-6"=>"hAxVkIMqnsg7RNio71Z5YDwZowYqkkHZOV87qPL8rg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ab1792e9de7461ddf4861e461c0c8a24
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ab1792e9de7461ddf4861e461c0c8a24 to tempfile /tmp/chef-rest20100902-20636-dieizo-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/ab1792e9de7461ddf4861e461c0c8a24 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_headers.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:z30iPT1rd3vWHEI324uExGzGZ+s=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"WX3rNdcggnm4wUXLVsT1ziu+hTAl+qGUTGPP1GBkprVWwdH3im/+iERH3KxG", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"AwWvlMlRBDS8631+yEoosBicTFdccF1kafi/MO/Iws/PCXKDHmGxiq/Jdp/T", "X-Ops-Authorization-3"=>"SsGv4bdoYyoXX/E7o+noDRTabanpR4lL6ZyGCctLhFSIqIzjOjSVn2BBRs0X", "X-Ops-Authorization-4"=>"Ajh+AC17DIb99Fli0BMwqI0U8yMcj9eBrbNrJPD9rXYEdZNgNhpHGZ6ebEqc", "X-Ops-Authorization-5"=>"UogDlC1dMvDcc7HXSxhQXxccv6H3jio3fAXHN8V6VmFzRAtZtGUu43AkrZRf", "X-Ops-Authorization-6"=>"oYJKSoZGFym0iAtAOP7d7cNxJKtxIIo/DMNitQU9dw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7709eb03ccacf46317acee757e27c26c
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7709eb03ccacf46317acee757e27c26c to tempfile /tmp/chef-rest20100902-20636-ahy4x2-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/7709eb03ccacf46317acee757e27c26c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_mime.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:7Z+CN4j6Vw67c/GhpA3ke5dUVJw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"hGPhEcqTVd4yRnczL5mfFdtyVz0QCpdiTlBb76SN1JjCx+x+osqSyOzEifUW", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"fDLOOa3lDtCU0k4ktTsKhWt4k4TQmyja27yzQSz1DD4+E9yjfqB2GRxqhuBU", "X-Ops-Authorization-3"=>"P12dq4PqPVUKpC6bEWGkHBraRrGhESjgIF7niEWPM6dYLrHvoZl5siOUxBgB", "X-Ops-Authorization-4"=>"PdK843DbGCXqr70SekbIZNpJB1GpKgRznHy6KMs1/12n23H7TAFEjGDQ9h6n", "X-Ops-Authorization-5"=>"UN60nAi1sSZuYYYVh3IqtYOSqZCMdjWSaKmHLfftlm2JkabFlUNKo/XXMg5R", "X-Ops-Authorization-6"=>"+np27/Jv/FtR/Omd9FVrc8QidzBbJoB3y+bsUZCNoQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/90e4c6629372e70c2a3a624956813329
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/90e4c6629372e70c2a3a624956813329 to tempfile /tmp/chef-rest20100902-20636-l0ojqa-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/90e4c6629372e70c2a3a624956813329 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_fcgid.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ZG7CrH6zsegB3r1adzGngDEm/Jg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"KPJVA8f4g7T3aWn+P15cUpy2uRbA9Sl0SNQMT+jSRie7Ox1feJxuICZL1xKh", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"68iUGZ965kjmOx6EDJLCrlop3W5waJOpkhGr03IeVJL2GlJV7QQ2h4mIxxDr", "X-Ops-Authorization-3"=>"bKVRoV9vFaBDptmVOydCpOE+Bx71NVzuoa/aZxNoupbKOMNfmSUlB8Wulm2K", "X-Ops-Authorization-4"=>"MwXMzfaGj7jbdOluNH1lUUE8TXCsnBVjS5IVV+GoDsmIDTocXa+9fZ++mKJX", "X-Ops-Authorization-5"=>"0u8vNtLcmNvbfPgdO4DMicyS5mnRV+/vZpJ1YGab/uIkgj+K4TN84h/35J5W", "X-Ops-Authorization-6"=>"1FKJEF0izRupfWFRhokF6paRWW3maHZTf46qToNSiA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9085a2ae95e9753dc75e04dc97cfe19d
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9085a2ae95e9753dc75e04dc97cfe19d to tempfile /tmp/chef-rest20100902-20636-1pd1ali-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/9085a2ae95e9753dc75e04dc97cfe19d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_dav.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:nwyq5s5JhleYv9pph4afbzuuDEI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Xu3QwO5WPLQXvF5nTu/gJdlzQeXWWXsctM82YUJvkA+kkfL1d3pXeGTRo40I", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"LJ1kkcq2SnyoY+9ea06z8E80MioSmZnnUrgkAXcAxwN4AEjAJYfn71frE6MA", "X-Ops-Authorization-3"=>"A7fO4+DphWDEuD6gcewqXmBZDb1BCtZ8pDhhADqSWzyABRZdtWkkfoM4xjKN", "X-Ops-Authorization-4"=>"9A+umku75o9k2l3WyJgTNdIGUWJv2NRhgdaIHBbe4CDSmqx5Kqs9+xwv0BJD", "X-Ops-Authorization-5"=>"1M3dWNjBOuHDAFDcZrft4xmSwP2ABTSuyppCXHM/N5jRwCZo9md+RkL9OdXn", "X-Ops-Authorization-6"=>"8SkdH7cAllKFZ3GGUh0dvbpZ3bJJ7kDMVw2y/PI95w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5e873ba05385ad112d21441e79559c0d
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5e873ba05385ad112d21441e79559c0d to tempfile /tmp/chef-rest20100902-20636-ky1cg3-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/5e873ba05385ad112d21441e79559c0d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_cgi.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:HR+UqyxUVOYJBLB3liqupni+Bx8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"PVowHikI0AGfakKDaCDtkLiaMMzqtL12F/MkWaMJ5Q5EXMXl5/bAVb67iYxN", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"q6I06gJQ7QhkxtHbFPmesC0VPG13OK0fs8IfNmd0SsMQADCKtgP9cmPVTKJc", "X-Ops-Authorization-3"=>"akU9jDSbkyhPBPJmBchDSuwNW5LfgSn+wjNBAMya/It545REUkeXQQeUurPE", "X-Ops-Authorization-4"=>"+fAJ/uQadDPcddGiOkoAjm8rdc72iNr8xke+cLDyxxZBtdyImeox7hzio6Kb", "X-Ops-Authorization-5"=>"hO2IEuv9OJjYxdq2cb+ocKCcPGdHh/Yb4oEEFIG7MMYOHIHaT3IEBubDKZS9", "X-Ops-Authorization-6"=>"PNdaicPnYkFXpx/Q6fhwvdsPiAFXEBFXrXQ78PcAmg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2121993aa594bb1f55251309ca7a0612
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2121993aa594bb1f55251309ca7a0612 to tempfile /tmp/chef-rest20100902-20636-1785bbm-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/2121993aa594bb1f55251309ca7a0612 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_authz_user.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:qLOO6KAOuMtym4hyz1ZPGC4HbAc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LCWO6pu7h8av2ROUCsSLkePt6FbxVWHD5bl/P8c3oBhK0gdmM1lss+Zgvopf", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"HR4e/FUsdT7hlGlOd1qzSwhDfJlsegTS4k4NS5T8b1RgluUEuJGEvElLCVYz", "X-Ops-Authorization-3"=>"5zDhcBADqhQuRc8JsX39PhcS+vlgwv/OdSl6L8p65LgAeuGzh6S9VPLnot3v", "X-Ops-Authorization-4"=>"6ILZNd+KXbJVgzHUrNd2H8yo8QaK8iAywkGcP9k953/6+vBTtTkQ0sveRKr0", "X-Ops-Authorization-5"=>"f433UORjqtydl1WcYNun21+jYoCGnSFe4wf/2VGWahxMx3sVVl/w7hpPf84q", "X-Ops-Authorization-6"=>"HjL6oBHXRQ4/B+xnT+iqZgXq6Lq27NNYIvZKfC9vjQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e5b305c49abcc08c5093badb8b281c3d
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/e5b305c49abcc08c5093badb8b281c3d to tempfile /tmp/chef-rest20100902-20636-1lmhlvz-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/e5b305c49abcc08c5093badb8b281c3d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_authz_groupfile.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Uvx0YQvXUAOp2YvjVRAXtGEMv9Q=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"IwBCfChvmNkSirNr/c5xgkEYY5b20K9edPKMc6SthmyM8YRxFEtG9xE2+pp9", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"tPFGkZGj3LrXE0hvSplzRYFR1UZ0d9cQDbCKaI7ywCwk7BIEQ1jGgF5wKYTy", "X-Ops-Authorization-3"=>"CSldpcPFwCQwWlUbGvybr4JvFeMUTFYfi7YqQNM+i2TC2ZHH0gxjLuGC+xT/", "X-Ops-Authorization-4"=>"P73kRdHOBeWA9/nn3rNbwsaulOR4/LVJfIHBTUTYrQ8jv9Cs2G/uJSSiwpaI", "X-Ops-Authorization-5"=>"EOVkQ3UMMPgf6de5OvvyUzdIXCzDHTCLKccs8VjTaIr7j+XL8i7KtnV+fbX2", "X-Ops-Authorization-6"=>"jcoueKKW/4+kDPwhekZQ7TXyVDGpMKbx7/Zf9uctMg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2f33fab3bde2a39d8a68fc0824a881a8
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2f33fab3bde2a39d8a68fc0824a881a8 to tempfile /tmp/chef-rest20100902-20636-1jpes0z-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/2f33fab3bde2a39d8a68fc0824a881a8 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_auth_digest.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:1QHWO06+Qy1gXFKVw2+x+q1XISU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OsnkSb9zdwJu4aD4qvoRnGEffXieO8zhQX3DUiiptmZRZd3K620skbUOCfGe", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"0aJW1stMGqg6bw9uVSVjQULPMVEE3AR0MxUelpf+LKXLdli4Lr0PwU8KG5i6", "X-Ops-Authorization-3"=>"q1B8NKbJ/5DMy+IpkQl7WCvIf2JlQ6rqv/nP6F1tuZUow0yQ4Q0NU+mwlGzT", "X-Ops-Authorization-4"=>"Ag/0r2psF3SBxSXWFwPckvuO3nE/DPvJXhva5K2WBG/EwxUTrf5JhQlP5iX0", "X-Ops-Authorization-5"=>"HQjwhqkhYPR+oLO0HqyO54AjpikfvmGaVpHjiVHjnAEr8c6zW+CI7MwfcVkV", "X-Ops-Authorization-6"=>"bGbKP0gRAJjQjrUBQwy4OiCLbke5UwDXljpkXlcK9g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5311d9085100054d059d0de65c922b4c
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/5311d9085100054d059d0de65c922b4c to tempfile /tmp/chef-rest20100902-20636-1um0g32-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/5311d9085100054d059d0de65c922b4c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_alias.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:KGNTQ8Fxmo3HHdTP0iOqUJSC5oY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ALgAlmBl3Z6QlKRzL1GMq8Is60W96G+NIZfJugoaqrsFXAmEW0tNcbPp9dHz", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"vAqAX930QDB4hZZcM+k6vUzJYcNrH3roSmuM+GzDPv7Gmi2Rh2bhrDAJzSGl", "X-Ops-Authorization-3"=>"rjvRZa2e2LlC1PRz7NQg45j2YjNS0pjWHBKJr4B5l9xMCtaIrOnkC0BT4LDU", "X-Ops-Authorization-4"=>"yyewis5HlQUgJSgl3S4P7tCT59Ld4Hc/N/x5RmoteRYIW1kAtYcx5tGw5WGk", "X-Ops-Authorization-5"=>"WHPbiOyuHyId2KJTbQLCDI2yOn5G7Su9OJ4kOugKS6GfSRkJRrlEmOMVSeLn", "X-Ops-Authorization-6"=>"Z/5QPVQUhud5s/oDAYHWVOD4+PKpJHGBXprSknXhhg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/abc49522bc269c995dd4296a4671888a
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/abc49522bc269c995dd4296a4671888a to tempfile /tmp/chef-rest20100902-20636-b3fhzr-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/abc49522bc269c995dd4296a4671888a (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_authz_host.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:yOFs5uzir12F2krqGcWIl0fGi7E=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"XexA5WknPaeFnN9VpszOWu4KUzD3sdpms82BGcbOGjoWOY4INAmA58KoEkS8", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"1W5nq0EUkUuV0IFuQbgGNlfebFSwFgSwPgEFnnBiRCNq/4OgmlRSLvUA/H0y", "X-Ops-Authorization-3"=>"akDONNJIRUudw6mTjzs/CGs+gX1d2eXMVFOJDZ1mOhzA1s9ni5o8qq3WOeN4", "X-Ops-Authorization-4"=>"z8HWB2Ww+paLRxS84KRGb51haKWFdE3NxNYnXuglC0YRrDBBO0rh4L1rZW4Q", "X-Ops-Authorization-5"=>"TmtEq6cWk0Ha3XiFBGKDvk6hkykWr5bx6qRZk6sz4aWVdvuU5IgtY9Wmno+g", "X-Ops-Authorization-6"=>"5kUReY6rFAr3gu+LWcfHF17t8n3SxqUXrWOQE1W1Fw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8520056403b26270fcddd033fe00ebff
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8520056403b26270fcddd033fe00ebff to tempfile /tmp/chef-rest20100902-20636-awt4w6-0
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/8520056403b26270fcddd033fe00ebff (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:38 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_proxy_connect.rb in the cache.
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Z/22cQ8Pj1ftBf72BOn7C2segSs=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:38Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Y8VIoqBsA2LQe623rc7VdjXZNiWE0xlw04Eg8v5pqFF+Nlcj6c57D50POP3P", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"lct0Z2AmZ5qUoJEsbOSLmhcJeXs4io+8yq/TPMfjXinm6kRr80efKTO0kRVK", "X-Ops-Authorization-3"=>"c2gs2K/b2KvF2JnjC7ZWdca7aixw3/GS8kxbQKcoHQls/0jJ7xhkhKzpXiCU", "X-Ops-Authorization-4"=>"iWOJIA6eXMGsZOwtNGFPIIChhM8YG+kO1jYm4c5LZIpCQaIpODteZOg4P5Ku", "X-Ops-Authorization-5"=>"a8YTySKwnYcm8zeCYyGFQzmD4vUZAlgZZYqBIs8J4Vg/Z1pBI/YlLfhZF/Pa", "X-Ops-Authorization-6"=>"JGUJf+0ovvfFtEkdgqSUt8CCTsfOlG53Xuq/TIi8tA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:38Z"}
[Thu, 02 Sep 2010 21:33:38 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/01a934d3f94fe73c16be6cc162e63e06
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/01a934d3f94fe73c16be6cc162e63e06 to tempfile /tmp/chef-rest20100902-20636-tcpi6o-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/01a934d3f94fe73c16be6cc162e63e06 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_log_config.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sCEROpBZNFLfqpGetljmFiBy4kk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"b3CujFdaVcAQGaLSXxb0l1KecNwRf+4FYT/n6hajyFeonazReKJDehxpj3Vl", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"djvWnbJMUOeTU5utWHXurrIc1mkoEZoNxeAD3KH8U+Ueo1my107HydOkwmri", "X-Ops-Authorization-3"=>"ayqj2gKBls/X5hGz/IknzBZkC4BveOXa2Jtc4HCW1xzMycEXXwGSJaEti/Cq", "X-Ops-Authorization-4"=>"gtra8YlQ4GkfMBKlErwHFilZUT1zr3U+/yZr8qo+eXOH11fkhbhYoUPd8yvI", "X-Ops-Authorization-5"=>"ujQmCNg3ZLQt61wnq32zi6X9CRYJgqUU+u2myqVtdYghjFXJPmu0qgNKKfMp", "X-Ops-Authorization-6"=>"Fsx7QN1oHKwtF5m/39SkA6GyzM+pBHeK4VdsibO8KQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0ac6b33f63f234264cf5432c3b75b1f9
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0ac6b33f63f234264cf5432c3b75b1f9 to tempfile /tmp/chef-rest20100902-20636-oro1ga-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/0ac6b33f63f234264cf5432c3b75b1f9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_dav_svn.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:vgk1/wpAItKP6lAFCI2ZDBeJspU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"c1TAtUfU+qmNmqoaQGs6kSk+xZrL0n9WEdlhxFZ9TZvXfo0nmmgaDjzok8FB", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"8wmxZ0Crty/aodCwg6eoetB2zmoQP8Dm2Ba5qMu+Uquci1YqJNmOV71zek54", "X-Ops-Authorization-3"=>"QdODw2kpBhNF7M/qEOl71PnL+BxFHUr+4zsxfyZ6ygX9fGqRE/y1Dns9Oc+g", "X-Ops-Authorization-4"=>"T6l84SRkjzHQE3dCV/q9N2vDsT/PVjplHEhZR4elxNN799FYau9M5ncPzED7", "X-Ops-Authorization-5"=>"EeAAUxoAlgK0/hlJm8wGnGVK45sVgCzEV9cCwz+2AIR8WyWzzaoozOAwuauf", "X-Ops-Authorization-6"=>"gRV6qCTW9TJ5Xg2fTl325LtAO+RLDrkmrRGwJQJQgw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ae41634ce05a53b1298726b6fd7490ae
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ae41634ce05a53b1298726b6fd7490ae to tempfile /tmp/chef-rest20100902-20636-1uq4gp6-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/ae41634ce05a53b1298726b6fd7490ae (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_wsgi.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:XVVHsC46idiHqhGRtnXmUbWz6DE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VO2e/R6zyrddOCBpBh3HoYzltyGGgfBMST1jLLqHx40dUXX4PaUsUCuoh/yn", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"DSIy3jDuGGbS3x0Zj13Wp3vDfDB3GrgTbyuaKOOCrocOwF71Z8TzlKskQrz6", "X-Ops-Authorization-3"=>"4GkEAHZsKIC/yYYfxYgWVVSUktQ/9s0ZxnMqxo02PSkRK5Egvzpf7o09FwZq", "X-Ops-Authorization-4"=>"J9fjHXlJQTsj/Cgv49AA/EuwfuWc5yBO/IL4yUzOfUAd52wAGp8Jrebd91SL", "X-Ops-Authorization-5"=>"lK0o4vSd0+A8mPuzWnt5b2VPPgDuIoaq5XHFuvv5fSVzA5enMUwlQgaH8hho", "X-Ops-Authorization-6"=>"+16jnMZKUc0vnnzKZoAr56TyCKM7KplSHeQRQPLDbw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/149c98c0aa89ab5cca07bfce2eb3aef9
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/149c98c0aa89ab5cca07bfce2eb3aef9 to tempfile /tmp/chef-rest20100902-20636-ybltuo-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/149c98c0aa89ab5cca07bfce2eb3aef9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_setenvif.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ZpbK4q5bKlDXlkiKr78fQBLuQnE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"RkDCzXkMW6OWLKBfUA9RzYr9zWVRdlHTLIXLLqXAKZx/b7Y7GjyoUc2tGP3+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"WxMJXd3AJ76fKcQwppIOKxUS/VyCKhpi5hC28kAhTyOeRcNycTUmQaTSmQgr", "X-Ops-Authorization-3"=>"2eNM1ANgcCR+iMLlJYFqPBK07J0YDJTkNeomjz6fTFNMFe47HXUZltw1QpVv", "X-Ops-Authorization-4"=>"+XeLzL+yoqsPlPznMCeTvdbiXhuSnfd6DEPJj6pwL6SgLx6XMRgK2htuqyBd", "X-Ops-Authorization-5"=>"5B4sTDg594/Ws+P6oXJWZ/f+0Sf5xCZfKngVQzyDLemdT4vLWSPqbpCH1wAN", "X-Ops-Authorization-6"=>"0FCFzQRWd4Nfg4/pr8AObEAtGhN8mWO9awbQoF+S6Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/07eb49c91211e6ffa502295bf2ecef22
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/07eb49c91211e6ffa502295bf2ecef22 to tempfile /tmp/chef-rest20100902-20636-g4zfx7-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/07eb49c91211e6ffa502295bf2ecef22 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_env.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:GoLwtYm5Ri5XuCvXaX2HSE2f87w=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"jJqDXjEj8n/3L12rGiG5C83jzb1ZMDyuUfxuUDfcCXcnalpC2rQp79FYlem2", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"dOVuhJOOFUrkIBfcZmUM9CDZt7pEWTAUzcg+HyIMnWB/PFwmmBnXHFRt8U3h", "X-Ops-Authorization-3"=>"U3mDPU0avEgc+9PTfZd4oyb0SawuHWP/AZAZ95uBxSn6ZKj6uRA2bpAGgGm7", "X-Ops-Authorization-4"=>"yKZGDhWa5k8MTs3RPt1Vnd8oVkW9kjDt4Ew/WMmvWMfq2NAg5HZ2r0d/fnNE", "X-Ops-Authorization-5"=>"31N3h8JLz1b8249s7NG1zwPx3zlj4FK2LsiljicMNi/KUHXM8lg+fmTap58K", "X-Ops-Authorization-6"=>"l0IhjWIaZChTk/LoXYgx71wgqEmcZ3QTl11QHPaJJg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d4b0501a8e72a8237d433d63e8a26833
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d4b0501a8e72a8237d433d63e8a26833 to tempfile /tmp/chef-rest20100902-20636-1kxkbvx-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/d4b0501a8e72a8237d433d63e8a26833 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_dir.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:WeYHL7hF0XAKjPA/PZwYfv/Jee0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"CAMnJUgt9Mf0m4IEJvLQG05c7GuqpWW7Li8zt7gK4Vd1U/R+Nrwso/R7jt2w", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"caSCLuibJAZTegSAqNfK89mijUAbQ5ZH/OXjAKbccXy+4Tny94ALtH8dlGsA", "X-Ops-Authorization-3"=>"yKY5ArSpJh1TJUyy2wnwApYtyMtkpfW4ywkiQzmlLQvZ3Z3QN0lwCPH75+wX", "X-Ops-Authorization-4"=>"0cjcKjg3o1fBPpIiciSv0t+KwIkL/b6/FqvnVW0Ga7HggIsi0QmB6V19TRU/", "X-Ops-Authorization-5"=>"b46whN/LpQaCle725UkpSwBvic85omBEOwnLC17Jtv5O/wroZCgjN5c++SGP", "X-Ops-Authorization-6"=>"ORcF8Fw0jhbyNjzhZ1KhgbHYkvKyCkDXIfyi+/C6uw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/f626ed24a129a4f89103b0b2f43f5542
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/f626ed24a129a4f89103b0b2f43f5542 to tempfile /tmp/chef-rest20100902-20636-pd2h23-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/f626ed24a129a4f89103b0b2f43f5542 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_deflate.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Nz1OsH5Dvrd1K6T7rO3iv3p52bA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ZzbykKVe2Ni/LMPBFquwD6BFvFsFtoR5bIWQkk6saanjjeuC21l6hV9Gd2nG", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"v+p+zFSzuyNtiUXk91HsFjl3qkVj9EnGL+7v0qPt1ME7xGrSUoHC1LsFMMvh", "X-Ops-Authorization-3"=>"iIIKlZSm6/pmr7YBLWUZ76ZZqj5drgaElJ2unf/BvJCtHm0kr94qsUGjmSv9", "X-Ops-Authorization-4"=>"gWgQimwmy5szqGCimNH7GpAZdCxXq9rBLZvKL4tEleObDhS4lVw54rFQRsxc", "X-Ops-Authorization-5"=>"fs6OJNq6s7FLC3QPPh2PNIlD3b9Jz0CikaAEfFFr4ctGLWDs5/cv81RbFDR7", "X-Ops-Authorization-6"=>"Yd1IFS+KXNWdM8ICnFC9Hpf6uZxZKb0oGjievyvHEQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/08fb2dd248315d7145a28a7b1bb74771
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/08fb2dd248315d7145a28a7b1bb74771 to tempfile /tmp/chef-rest20100902-20636-tf5g91-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/08fb2dd248315d7145a28a7b1bb74771 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_authn_file.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:gqNnWe8qPTyL1s6UNJa/uSq34fY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"A7n65TwMeopeTB3NaLEnkHMZ7vVxjq4YPr/0kzrkIgPMwM8fZbiPk6gf4Z5E", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Qfvu4TB+8rwv6mcTqaoqcPwgyQkTUA+81ag3kOJY+TINquyTowiAydVUmBu8", "X-Ops-Authorization-3"=>"MeBQYvjTFcj2967q/U5mxdu2sRa29motRkDQ/NIxct93T+EGWjcJAlqu7FVs", "X-Ops-Authorization-4"=>"Me19n8S6PkAsIJLSLHukoEJSDpYTnP145NPVq12ikB7+A4BIIY2NBncRarnl", "X-Ops-Authorization-5"=>"RD10mvnRskjt76aovs15PyQSnJ+FN0+zPBvnPxkSPEKjbKZwAKgZ7o4VmhJt", "X-Ops-Authorization-6"=>"NdZH2oTdlchEu24jVu7F5cnOrDsiGnSZrMAD3X0Hxw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41a55c93371095b32513964ab8d9b0f
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41a55c93371095b32513964ab8d9b0f to tempfile /tmp/chef-rest20100902-20636-5ext1z-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/d41a55c93371095b32513964ab8d9b0f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_status.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:7L9WrV7DiE4EceAT41rl0IuS7JQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kLKDVy7nIoNGW4tuSawsnid6ruq9ozLPFp2/dFEYHlIqkBZGQ6Mg2OZJzhJv", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"+oQHWEEDuUPCX/2gUNO638Qx435Mo4JIa2UEMMKQQtxEChGKDE7LSUhV1g44", "X-Ops-Authorization-3"=>"kY4rn+emSm/cfa+2ujZK7yhH6EX3P8wD8lJMpk+gWIt2eq1OU7eIA11fTIsW", "X-Ops-Authorization-4"=>"wPEpV7Il26o9PN+KOu9r3K74NZpNk5yZWGx/BknWR1zE496jOIT+ju2bA3Zq", "X-Ops-Authorization-5"=>"oYaSod9OzzFmKLyZvgA/QiCDTlZHij02bHB4aA663kR/5xvll0m2iz+JCpXQ", "X-Ops-Authorization-6"=>"cgd68upvOP/y+EOz7vlYbGXrjcMdii5G8xvH8jKjKg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/dc594d85a2269f5d01617229ee0859ce
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/dc594d85a2269f5d01617229ee0859ce to tempfile /tmp/chef-rest20100902-20636-val29k-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/dc594d85a2269f5d01617229ee0859ce (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_ssl.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:iaZ9sq/lHVNdGzcAsJqcpNK8IJs=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LUQI8/qLKogFRQ5yDLHVOZ3ydDXIXi3eEZvEw2D8WOCGSln/X+l3uY28uS+k", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"q2XvQ9xDcfv9WjoUWeYKkvG294DRbXaEMHFj1EuwpADHIuWzhdeBIU8ZTF2g", "X-Ops-Authorization-3"=>"AsJsJ/SRWOyTzafiZc/3ZDnrjHGf8deIVL40a49gDKwi1YC8IJEtFHznfIXI", "X-Ops-Authorization-4"=>"V28DByIT/wXHMtbqaeTDXURIeYcJh6KFCINPHdG/tZzyj+ywgTATqZHA+qDI", "X-Ops-Authorization-5"=>"CBQPmoxTp/+exfHGufYGz1bIadsj82BGYggMlWA6f3J9rv2STFnlN6a7fnwo", "X-Ops-Authorization-6"=>"jqRvbF+1z09LHZ3ATE4sC10h40IjpYJtpt6q5oOYRA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3923941ada6bf8378ea35a6208e8a34e
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/3923941ada6bf8378ea35a6208e8a34e to tempfile /tmp/chef-rest20100902-20636-1pqms5f-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/3923941ada6bf8378ea35a6208e8a34e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_rewrite.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:tBnF5b5Dv3VdkuMaIMuXQdvVGeA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Krs1GubgCIWY9VjrlddUBIKOctfxLRmYu0fKtysjg7rSJ8qju7T8R0dQcW81", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"pAr+WWSCqfgnF5NZz1lU4aTw99+pywyj5/Nit60FfGLZKHcVtcPjsvxb9HU2", "X-Ops-Authorization-3"=>"uaamjs+3JI4V25e6PFwqEKuoPclhUofTu0wFLSc0x+/uV2b9CiemSgjU0SXV", "X-Ops-Authorization-4"=>"GakheLe5nP7JfYmH1/suKUDiI6uRiI9wYUvghUGaILomKwzg42UU9DDBtGE6", "X-Ops-Authorization-5"=>"C4JTRqx9IQznF7Po/uNCpLjJWQcmOVgcxOPBEmEw+h/PxGnovEnqz/WwjNRA", "X-Ops-Authorization-6"=>"M/vnifAmUIvos/2VZYYdE8Qcdx+cx/mG/Ds2XKgrew==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6f61d8883cff20d72c384d562b9a2ea7
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6f61d8883cff20d72c384d562b9a2ea7 to tempfile /tmp/chef-rest20100902-20636-rxllag-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/6f61d8883cff20d72c384d562b9a2ea7 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_proxy.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:GozUMfQA8pFomSCOl1jwzmV4RmM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"C3YWxQgON7uG+a2r0J1HrIsBLJk/+vF8Fx/LS8kN/kSi0Z/yJ6Ym4f5R/j1g", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"OURfgSb+EH96ZmEv+Tja7rPwK4u2f+xrb6+aPLbyYwGpaewRy7sESaDK72a9", "X-Ops-Authorization-3"=>"miOyMi8sCAF/SlH6ToAMHsTqs+XkwQsmhCV4i46xtfJyu30k1/ce5ibZDjH4", "X-Ops-Authorization-4"=>"mKGpLFx0lUezRdeE/ZgQ47Z0lwof3alZohIwA2Sp2nqp3r/nbr8cnGEwLaRJ", "X-Ops-Authorization-5"=>"WbkGBUzbSi8wrD16JURQPrYeMRMXomsGHsqSoBXZIjxvkXmDCnbUqWUqttwS", "X-Ops-Authorization-6"=>"0NYniSJm9Kje+MqVWLoZWut17WUzl369ucessb4zYg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7deeb4657aedd27e90538c3d4fd7b344
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/7deeb4657aedd27e90538c3d4fd7b344 to tempfile /tmp/chef-rest20100902-20636-1nm5it2-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/7deeb4657aedd27e90538c3d4fd7b344 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_php5.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:kZ2j4zSXvrGjC+pCX+suHf8HD3s=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"eRAe+Ih1IwScRG4SllMS9Eyxc0PSIKrGzsT83aI2iXmnNkqcAVcnjnNgLRka", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"QqoBCOI5THx5UZlO2C2XWnZE6XEEB897/fFQX3r8v/Yn9dNavFTzL1nwLQKt", "X-Ops-Authorization-3"=>"ykRq6IWLN4dWeDxRvOo55JWBUjQF7AQDXanGeKL4AvrhQc9/dAEtnkWlHd8n", "X-Ops-Authorization-4"=>"mTHPyqkYcvDuhvsnyQ46i5wGj80Ab7e5UM0TgVB6HZjNfW5/w83+jKfaLzQ7", "X-Ops-Authorization-5"=>"a0zzAS77n/TuBGQx8ypAVfWh1P20uZxNwSzcQjfs1140JUMzINmphsD9Z9sB", "X-Ops-Authorization-6"=>"osLoKsjZiGEbKoI7hTdHSCh92BXi3X25N9dtcUgZkA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9daa5f1afb0f08c8828927184d6d4c05
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9daa5f1afb0f08c8828927184d6d4c05 to tempfile /tmp/chef-rest20100902-20636-7grq0c-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/9daa5f1afb0f08c8828927184d6d4c05 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_negotiation.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:AKlNLomdE4HKH15yQuI05dCor/M=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"DcEDxp3Al4R/CWBsLJqSr3Dl9a1Ky++fZ41dAf6JqB8dUZuXpTH4BFAECGlY", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"kOrYYZLhMsBt9ziYp7oJfJSfeMV93OP2LIUJtlqTFX9+98zLZJJYOC/2dVLh", "X-Ops-Authorization-3"=>"0ci5qyX5EWX+QXtBrR8e4jo6fAoJV4uL61PMquhPqomZ/vCyyEpNbcAqXtTI", "X-Ops-Authorization-4"=>"7D43uiGDJJgsydeSJ8B1rfgifN4SMjq/C/II1FpCjCGdm05/+Ot8G4mpMPOB", "X-Ops-Authorization-5"=>"AGMVx2ErqyNdN1krTAITV8YJ+lrmmDI4Xm36sG+HZdl5jIaWQsKUDLaYC+6F", "X-Ops-Authorization-6"=>"aQP/XXIZi8usKclahiwxmYBHUP4xf8WG3MNPwQq2eA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a01a7b5839b012830e416b8614eba081
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/a01a7b5839b012830e416b8614eba081 to tempfile /tmp/chef-rest20100902-20636-ui5c1e-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/a01a7b5839b012830e416b8614eba081 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_ldap.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:WhuBZKa0+vIqgCGahpRh2EZ3vM4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"XwCv9hfqUont1+ycjt5OJTIsL32MC5MSsm4fg8W5J/ZY+CvDqMtwXCXZpKH3", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"3JV9Ghz1C1Mx5s1RoDtztkC6Vn0H5eZfq6hjYQxCqxKaAFllCmf2cojJcSmt", "X-Ops-Authorization-3"=>"CcwxEbGnkCArsaTFqRv3dVuHOKZwPLHYHR1bwM2NIF7H6iKw+viLnQ40oMfr", "X-Ops-Authorization-4"=>"Ram9UWHScd2yGl3xehIJNtTV4ZJupn2gynXu7zvY0wWSFRz4NqJuHYxoNtBr", "X-Ops-Authorization-5"=>"f1v8sroQrMMFOa0UtKcPhruGeS800iPS5t8rqPakViq0IR1mBTaNN3o/eDzb", "X-Ops-Authorization-6"=>"GZBZnupC3ySQ/F4966lV2KYxZT7xpKTD3SjVK1iR/Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41e781d9b4a3c8144ad7a193bd0f534
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d41e781d9b4a3c8144ad7a193bd0f534 to tempfile /tmp/chef-rest20100902-20636-jg4fqg-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/d41e781d9b4a3c8144ad7a193bd0f534 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_autoindex.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:1E7t3AWaodBrhcUcy/KoeyU6rio=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"RnReZvSIFYG4l0PHXs3MvtzCq7Kzo+XX1kObo/UxC5yW+JJpHoHSYKItKmKl", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Dy4yNVWf7zw1CwPC5g38tshkrpJk3IBMKsBtPsw9YDiagHcWjnkCurpkZpgK", "X-Ops-Authorization-3"=>"gIilrF/YCbATjk+cwhdSOULlyEQcPxGcuZRDVsidRyI7UOZ1IpSBPhsLos7S", "X-Ops-Authorization-4"=>"/EKeYYqy0F3E59yTdL/qBslyz2rpxDSSeP/ZWnxlaMA8qAVEFqWNMracxdHj", "X-Ops-Authorization-5"=>"xB0SCvwxJmTedAoaMx0ftVbU0xo7oJX8uV9c2r7mLLdO/Z3swcS9dZnl38ry", "X-Ops-Authorization-6"=>"KcSD9bzHrKZhAgbc8sbAakASanPZIsfh6aW8bLrEjw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/067f81aab68e4f921167303662787124
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/067f81aab68e4f921167303662787124 to tempfile /tmp/chef-rest20100902-20636-xvdr6q-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/067f81aab68e4f921167303662787124 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_python.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:6ufNZdjSw7XrDHG6RqNeslzaH4Q=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"bQQsDuQHuYbMaLtdIvjdTi8pFtOJyme0/rjHhFkmduMJhnbXLW7sZp36Lyzw", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"NHT7QjsOoHsLKSNbFi4LkAfRJ53M5PsJknx84NVBzLugO5vQ9g9DBO/yBVbO", "X-Ops-Authorization-3"=>"N2yCloeDPV5GsjfNLTJruHh9PNIKF6/bME/Sz3UQ5OTD80mNXW8C6/0GS60j", "X-Ops-Authorization-4"=>"+Fh5XrFmh3AAbKvD+4t9hyd2O6Xsdp4HDds90HdZxh0numXJALmOzOEbzWw6", "X-Ops-Authorization-5"=>"x+u8ytVlS+vbhcG3N17i8VItIlXuKZ6egPoCkr9wWWfb7LcS+SqUIPTD+NpH", "X-Ops-Authorization-6"=>"qjQHgT8Ormz4CAxOMQVrehJls085RrthuOhZ2QjStA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9ac3d0d9b7fe77607317e87eeeca1975
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/9ac3d0d9b7fe77607317e87eeeca1975 to tempfile /tmp/chef-rest20100902-20636-zv54s6-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/9ac3d0d9b7fe77607317e87eeeca1975 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_proxy_ajp.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:+TvmOdA7XTwkk38I+YjPrvL2jNo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"jOy6WgqZlkJyNCSzasKXh5hXMJEFLxIyXCXl7NdMF+0vwblPL/v2bG0L3YFQ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"GrsyCa1TRFsix+NgclohgQrjykE0szW1g4whrIgrit7VgTUpicBE/HrBgRzL", "X-Ops-Authorization-3"=>"qCWAHn05+ITQbNzDDFwsAjnrePOQt4xnKQ9TFvp8SNlM070qBAdIbQJAeyw1", "X-Ops-Authorization-4"=>"Zq4rmFk2u4lKYcrNE6GFcdiz2qENNkt6Z71XBxCNPBSoGxuvLKX1Ad567+/S", "X-Ops-Authorization-5"=>"W0GDf8HvdzJuksmGHD0VsqDtAlxPa+maSU/i6PnXw+QAy1XbcWWm1MntQfSe", "X-Ops-Authorization-6"=>"spoH4Lgj3dHuCVabFB7CVTJd2H3vCnIgEltvsdj8YQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b1be95d4d44d8be4c158936e55a2a703
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/b1be95d4d44d8be4c158936e55a2a703 to tempfile /tmp/chef-rest20100902-20636-yom36s-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/b1be95d4d44d8be4c158936e55a2a703 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/god_monitor.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:oR6iXj2phOy2a/pNi5oeEYNCfiY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"K5IXMvGtpwUNXclDcHLl9jat6Oo9s4tl8nzFC/C6s9fIhUvg8xVc7aN0lpCY", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Yn5D48Zy8LuHAlXAERnP/RvsCPggjlfJT5DRsYsuJg2ckJvRYq7MfYSZQsFs", "X-Ops-Authorization-3"=>"y72tfxr7xNql2gf0hbyr9MQhRCk0tpBMjxrdSPCofF0mEJkVNg/7wtyZMyCi", "X-Ops-Authorization-4"=>"Pv2PfQebytq8YM43j44gPCoWqDYDGvX78lb0gZBq+QqPhf/A4ZhWfCMUGqjl", "X-Ops-Authorization-5"=>"tlnOCCaB6oSyNjkIULudr/8TOjvEztBhED+DwyR/vPc4ZLhl9LMMm92Y41XM", "X-Ops-Authorization-6"=>"O/coofY0Hg0Oa3dmXtGQbcFvz3YOFft8ONq0XMOIfw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/63774b0373244cc4229341a47b564116
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/63774b0373244cc4229341a47b564116 to tempfile /tmp/chef-rest20100902-20636-1i25n33-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/63774b0373244cc4229341a47b564116 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_proxy_balancer.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:XKUHQq3/+ohsmw6OieTQZElruBc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"iHo8ZEVhrr2TwQ6vmopm0C3s00RYm/GG2OQyQEhfx5btiXiUskO7K20Ibr8I", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Xl7m8c0wXd3zAgDs9jsbI9qh0v7ykXIF8wHdfy8EmMnBH/37GQbKxTx93ofk", "X-Ops-Authorization-3"=>"1elZRoev9wiRe4aasr2ZvR7seUcajkD+gd1eOMqSTQ3JSbQiopVr6h9cAE7g", "X-Ops-Authorization-4"=>"ZW9dal5r9xC8n/0SoBUI/puY0kKxyiYtn/p6QBll47psPq2svSSPSbVm35Cx", "X-Ops-Authorization-5"=>"IPXOE/fR8Xxve8GkxT/sAAxwHdONNMs3OqKvfcU5D24KQHKv1+M/RJHY+9Ct", "X-Ops-Authorization-6"=>"f6vxJTcEvHqkxfXQD3wfyS9K67d8II4vccrNShUh0A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/91d720f227bc38c3f78bb8ab8206b50b
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/91d720f227bc38c3f78bb8ab8206b50b to tempfile /tmp/chef-rest20100902-20636-q0mhis-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/91d720f227bc38c3f78bb8ab8206b50b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_expires.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:CeryLPwhJTmqHNIc/5IBhGhl4EA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"loDxxZGpKs9T1a/mZ4DSPvoROV+UbMhblfGx0LM8mZBn2reiCW77brL+AC6Z", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"a/wZCID+c98cj/UyKGEbT8keOmMWE3DFEEIAaIgg8IkIjSUzi7vaOYhWDUyO", "X-Ops-Authorization-3"=>"VU4gdjNFxI89uTAv3ZmMaY9ec0UIK8k3FOEMSDHJRLjwjDgiea7uUyQwVFRC", "X-Ops-Authorization-4"=>"lqh+cDJW1rxc57k+S9y7wrpOcPJFRuZXF/HXnYYOw308lgElRXggnUMXeSBZ", "X-Ops-Authorization-5"=>"UNyHOIaxph918VRtAu2pLZErKUgVIrjK1b5BI9sjvnpDDWrGyEGYKPBNJmJs", "X-Ops-Authorization-6"=>"D93qMH41QELSmHectSp3/AowksrULB4nKHfa1PZ2iw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d31609daa3702cd51dbde26497a2c83d
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/d31609daa3702cd51dbde26497a2c83d to tempfile /tmp/chef-rest20100902-20636-1wdcd3w-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/d31609daa3702cd51dbde26497a2c83d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/d31609daa3702cd51dbde26497a2c83d (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:E6uhVGsn88GBawaRWQeIdgccskM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"jR6hYYgpusK1w/rEf5LRxsksR8TjvI6wH0BxsfmlcIFeuotiaKVgRXbhdBqM", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"jQBmCp/J43MMDuBSSRHvfk94gzEk4k8/mHJ1HPryedWan9nsACTkgUqvKJDM", "X-Ops-Authorization-3"=>"EVB/Ke2o9SlSsa5XXx48krwSZkzU68N7njCIC4GXe5d38I5bkZGgNj7q7Nd/", "X-Ops-Authorization-4"=>"yRSX/pOYpNeRUahbdZ9QjrIMdMfsd7iBjouquhDa4K0+RuDJtROrreDbKNW5", "X-Ops-Authorization-5"=>"hYx8q12XKjAVx1br7rh/PPz0S0xLbZp8ihxZmySQaalfzVbJlBRx1ntcD1gb", "X-Ops-Authorization-6"=>"3TjB1LFKMKc01ClqScg/+/OiDjUr+oeCE38xZOtoUA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/99007d041a525c7c5c335a4d3f02942b
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/99007d041a525c7c5c335a4d3f02942b to tempfile /tmp/chef-rest20100902-20636-15v3jej-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/99007d041a525c7c5c335a4d3f02942b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_proxy_http.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:q7hUuYIMCGAq8CtEggTr3bdze9s=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"S9v8QhhMscvM2wdkeamFZViXOv9OT0VDDEbaGOjYsW/GHydWzoNQNny3RkwR", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"tldpS7CmqaA6VDK2zbG1jx2uV9hee+X7iNNXgu8cptwghHZUK6FUvhZSn2WF", "X-Ops-Authorization-3"=>"JDnp6c3BmK15K574YZwRpJTZ4lG22nw2B23QNZxOB4XraohlEos6CkbQ3++Z", "X-Ops-Authorization-4"=>"tfAFRaXGwD2OESZWvrh1VVv7iRZJKO/DwjN+c4Ups6QJeMbcYOH2Kqmcdlk/", "X-Ops-Authorization-5"=>"uSkuAdKsLSaecKDVYXmzR8Dz1fNvi0bPVuqvZE9ajoy+62jqFxEmqEquGEhR", "X-Ops-Authorization-6"=>"UomqqSb+R+rMkmsudEmEyQ+Bd7TjV2wHJ1BX1X4jNg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ee9323dc3c8ecac8369bd4a13baa0349
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ee9323dc3c8ecac8369bd4a13baa0349 to tempfile /tmp/chef-rest20100902-20636-13qb0or-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/ee9323dc3c8ecac8369bd4a13baa0349 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/recipes/mod_auth_basic.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:4aUCjliJy133BNhrKK3GwrpfU/c=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"lgAuGr4l7P1OtC8CHv6Mhr+P1cm+FyZzLp7Su9nsVD6IrOiu2Xc/HZMsE1No", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"WAP4RJlOx09Pj33OoUh9zcN/3pcuHTTIJt+xfnnAk2URB225ulX4HydtPlOi", "X-Ops-Authorization-3"=>"CeBPbKy6L1HHKSxRiEL2CSbiSsm87Erwup1/B5rwqLobxGBod31/wSbaORJH", "X-Ops-Authorization-4"=>"/g51uo6Al+QI0kFpxn4mEisqEKHxCTeczO5JOS+mMTsjltQ3bmINDpjz99mG", "X-Ops-Authorization-5"=>"aKCBUBqDRku4qPwHTVDx+lRvYO3jYISHR4AWWXtBNOpXVP3OW1D6+6ODPIS3", "X-Ops-Authorization-6"=>"/jUo2351nJ2fOq6YXzEP7LgSQCo9wHx+6tCgIoZVxQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ccfabf2717d38070e0ac445d4cde66f4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/ccfabf2717d38070e0ac445d4cde66f4 to tempfile /tmp/chef-rest20100902-20636-18rav4a-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/ccfabf2717d38070e0ac445d4cde66f4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/definitions/apache_conf.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/apache2/definitions
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Th//rBL/2NvvXXozqL2yeDW9E7g=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kO78olJ8kLopcho09L+IiT5wgzWZnpN1G3q7S+FK3SWBpHA58vyiOuWdH7IQ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"u6SDm4g7zOlnAGANVPAmHA+5sW76c9VJkXd8lnWCJ5G52gQu6wNU6ONZ25L5", "X-Ops-Authorization-3"=>"3aw6KPEIdgxCVZpBP0wCeev8CtUVzrxpipRZZoWyRXRKytQ0FvM+qFNlcsli", "X-Ops-Authorization-4"=>"xT5aBpDA+qkA25jCwc17wnif8BmzbeQgTdAa39vOZXiNfGSFIaIGa7xFe3Es", "X-Ops-Authorization-5"=>"7ysscdq1HnhgmVsfjrbRD4eHi0Y2KrfXs2ns3NKmVZDNMbmsVmEFQKNVMz4h", "X-Ops-Authorization-6"=>"0M24LoIOyvlV2HwTdGnbMrCY8V2KEnPjz+55zkHxQQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2d9d53447dfef7b9b9d3f8b955359e59
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/2d9d53447dfef7b9b9d3f8b955359e59 to tempfile /tmp/chef-rest20100902-20636-1ojtzsa-0
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/2d9d53447dfef7b9b9d3f8b955359e59 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:39 +0000] INFO: Storing updated cookbooks/apache2/definitions/apache_module.rb in the cache.
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:nrqkt/f0J71B3R/mdFhlUzOpq6o=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:39Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"S3yORItDy58IbRdZVmWV0c1u+6LLN6u6vfbHzrgDNDA8CYGoiterhxJRQ57V", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"OwmPiIxO/+uU1KgQF73/UnViCXlFA6QbDK/4ir244aRVFpW88TiMPeKymcpn", "X-Ops-Authorization-3"=>"VWYTtrW9l/dP0I35/C6aiKN+ZpePp1BaGSzWs+FfH+s+I4zFlpNCP2LWYbyA", "X-Ops-Authorization-4"=>"goPqX2LGm1o29xovlN32Mql+eYzc2vesEVUrlopsBeLiGLbuN/CggsqDJtJF", "X-Ops-Authorization-5"=>"NAkzD+w44D4MbPrdTqrIQ1qhNTLJzA05FZH/5Tunuved23nwyXdNYu/NLR80", "X-Ops-Authorization-6"=>"9WNq3C38ueHcbu25k/hOAKeIqIXwqcJvwd0DeANDXQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:39Z"}
[Thu, 02 Sep 2010 21:33:39 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/cd28945f2de113e10735088dbde9ca9c
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/cd28945f2de113e10735088dbde9ca9c to tempfile /tmp/chef-rest20100902-20636-1lnk924-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/cd28945f2de113e10735088dbde9ca9c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/apache2/definitions/web_app.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:nRJQveJU+ruLNpn9Fr8tpFRIn9w=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kK8MZMgV/vumi/Ut0zFPACbzIK3geXIe8BB2obPNmhOFfzzLzj9TV4ajLgzR", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MqSx1KCw+ztkIq9PayvFjj74kepcMucQGJnPDZSFu/PSh9W9tTCISj7ZqEdO", "X-Ops-Authorization-3"=>"q/itUzIB9fluu9D7SxUgftLf4Y3gK6kGlzdF8hhba/vtsH5sinQ/TjLJTbEX", "X-Ops-Authorization-4"=>"eCmPJJGJIMPfEERO+TcSeh7/Ei0CCfDkJ2rs6aDd4ZcbPB9phPnay+pG0dhj", "X-Ops-Authorization-5"=>"+RFIdmhBZcJsra8YVNPHxUuhnjiM3CMpAd/N170ywQocucP3BYOF4XsyFy6B", "X-Ops-Authorization-6"=>"+592zugJxm6BGjFV7adORZ7s6Bv3tqjJRDrkf3V38w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/64894cde2300960a3e0fec415ed5e9c4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/64894cde2300960a3e0fec415ed5e9c4 to tempfile /tmp/chef-rest20100902-20636-3gjx22-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/64894cde2300960a3e0fec415ed5e9c4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/apache2/definitions/apache_site.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:v2MkWWj0jqhdqgD4qh4kprOrJW4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Uvhr5rjOUntmb91X/gNxueZKC3Oj7AAlvZnKZANs6oW46M3ZlooEw81sMDmG", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"VoEJ9fYf1d/Dw0zytHWNnl9NBspJ9Ggvm8MjFa77cJHXNq4cvGn7UTXwU5UH", "X-Ops-Authorization-3"=>"L8l755W4AVBa94LUFWAEZhVuCIc6keRowjzE+Sb5x6KZLpQw/a4h36vWIXD0", "X-Ops-Authorization-4"=>"phXpZPCYrGo+fe3as17YNhyhOvf1hBRmH1kpJU2NoPcOO2ms/tA4PXdiO4S0", "X-Ops-Authorization-5"=>"fdgvwaIKFgM0bKsEZDbBgmaLfyL/Cx9eEgYPSKcsZqQAE6r5dNDGxWU3SCOW", "X-Ops-Authorization-6"=>"deq3451elo4IUuW9DSZq7WbnE2diOwNmDoA4MlvqVg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6ba6bdd800c67b1e77c3a8e5361c388c
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6ba6bdd800c67b1e77c3a8e5361c388c to tempfile /tmp/chef-rest20100902-20636-2yrs31-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/6ba6bdd800c67b1e77c3a8e5361c388c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/apache2/attributes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/apache2/attributes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:bP+sMDaz5tv5Mzanyxy7VZtx4mY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"jEr9qQlj7UKYHHatRjgbH5GBJ4Ujs1JPJdZ+gbQHmiSHF/NF9RDpHZFW5GX3", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"S4cCSlBBbzo3gyzFxKe+AIiOf91HSTpCgW65u4kgD1I2wwP54l8P97q7hWuL", "X-Ops-Authorization-3"=>"N75QE9OV0uV88CTLWieePXu+avNs6/lismEiw2/twfKXKybO81EuzMAaa0Z5", "X-Ops-Authorization-4"=>"PJMmH3jJ3kUoL1Zs0JATGjw5eFCCP5tXk4lGuQ25E63DDvCBgD5fzaYvpg2z", "X-Ops-Authorization-5"=>"4M93txwchmQMXUmzYQKFVlMkMkb8rIkm+vleFwGvVKKFHeAPHvmEdV8vCYFP", "X-Ops-Authorization-6"=>"S48rQV7ZkMVG9eRAT1qySed/nnFvDLcnLLuyh7RyWQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6494b0001dfd9943f71c6d9ddf73ba59
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/6494b0001dfd9943f71c6d9ddf73ba59 to tempfile /tmp/chef-rest20100902-20636-1wy6grn-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/6494b0001dfd9943f71c6d9ddf73ba59 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/apache2/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:lZ6+c/M6pCvJtgDB+575rhxKVRk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Y80nC0UaSC2DVt0My8mBYC0fNoMgceBjBoTgp4eST71y+hcc9N05jAtDOFvf", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"r7oGjadZfUjnNRjjiJjeCIDnqZMN8h//yom6pj1mv1Ko0a1yjMfemldvnlUT", "X-Ops-Authorization-3"=>"FoReBmlydhNJCPfgp5fRq1VsuX9hUZMloGzyQSNoHcDLKkIgfk/T4MvV9o79", "X-Ops-Authorization-4"=>"dfJ3S2yCuejGmmKfDYN8cgUtskCNIgn1Lgwc16mhJq6gubdT1qh76DceMFKl", "X-Ops-Authorization-5"=>"/YWSE+liAQkWOI/ngpqQooQ9/83O0C2ghVI158wRK1ZGUflbLNCc0ypAWgA/", "X-Ops-Authorization-6"=>"d3h3Gf+bbQjUYhAUgrF5ELbNezZ9cDLIX0652TvaCg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0196ad4efc20ba3a9c90c1f7637a1c8b
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/0196ad4efc20ba3a9c90c1f7637a1c8b to tempfile /tmp/chef-rest20100902-20636-ixl4ct-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/0196ad4efc20ba3a9c90c1f7637a1c8b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/0196ad4efc20ba3a9c90c1f7637a1c8b (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/apache2/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Pt8o6Lp3F7yS3ro39KT3iL9JvsM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Z0yUwvcjYeMjIsmxpzWgr+25kRg22yj6riVMwMVj7yQBB1fhjg9XpZL4T8IG", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rn4uR96Yz2GLKSJ/tbHeVxoLF/ICezH9TUm1zKKWyPSW212zM0L+MgEHu4+7", "X-Ops-Authorization-3"=>"zCUCsT5sVX1/Fed+On9aTAvCOptsRzrCcLQfVqlr/Gw0inawzkcg2d2WkoBa", "X-Ops-Authorization-4"=>"J2FNgwYzxaf/4rYmDCw+NXNoan/BNVx2LIvmsMqVTW6DzH/cofbmEkSf23Tl", "X-Ops-Authorization-5"=>"F++7Pkm7/DExlwOLpDxNvQZ3E5+GoY/nOjNnRR6V7PZRYafyfLgkxWDY5bL4", "X-Ops-Authorization-6"=>"mmim4QdwXspkLeLkIZgoXga5nNwwYZ4RkZJsXoo5Tw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95 to tempfile /tmp/chef-rest20100902-20636-363q4v-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/apache2/0.12.3/files/8253e4a3bd0a87168561a785cbc07e95 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/apache2/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Synchronizing cookbook users
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:gFcQ3NM0/qR2H0Zx502KecQf1B0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"hLsYzDdRkQafxOfW/RASUwWbFEe222Ymb6m2rwiY683ADha1hCHKXOBgpINq", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rceD/1biI4/gPyj/1JC7EOq7pMphA2Aoa5L+WZfiIRobxh5dCVh21KZbO25s", "X-Ops-Authorization-3"=>"XEwxUFxm9PiIC8uLiPm2C8Uq5sijv0/XxZUHFgYDXFMRIpnWBJ5ZKcVglXfk", "X-Ops-Authorization-4"=>"CgJMQNFNr+l1k/iau0xZX2pzclF0oNN/xoir3iw+MsDUaUYlVQc5F6TA3Odv", "X-Ops-Authorization-5"=>"0GJET/X/tCmhRlRQ9xZdae2DGWPiu4U9Tc9EXRVcRQiGq6/TknQagb+zlAcO", "X-Ops-Authorization-6"=>"vVDozpRUvqRNaO0DrD+9xAuCPLhhpPYkTiFDHDumiw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/6b0d596668e563ea3c90fb9a7bae49ab
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/6b0d596668e563ea3c90fb9a7bae49ab to tempfile /tmp/chef-rest20100902-20636-l9bd3u-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/6b0d596668e563ea3c90fb9a7bae49ab (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/recipes/homes.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/users
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/users/recipes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:UvoTwCoJWTGjet3mns1UD3lm1MA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"NWoGXtX3dqAMFIOnyH6QhOo6ttEHusXfpsN9S24+gKrcvA595ik+6h00VDbj", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"9twh83BrpkZj9cicUVaSqZkxUQSBFD5VpwZAs0UH6Q24okZ1moptJvcFgFJm", "X-Ops-Authorization-3"=>"UabTr5SKDp1trgRUT8e87u9Akp5EQelKzJvV5ESdPsVZFd8Ln4+Zk3+wmn06", "X-Ops-Authorization-4"=>"3X9V2fCkxddIohagUMXY+FXME1nLybBamC5qKY8SGR8vz4s8wFdCorYjgclN", "X-Ops-Authorization-5"=>"j+jYm8eZmiGloQkKpZTfiz5/ryxqxQBXvk3hEU6YukyjBJDAUrkj5/JVAHzs", "X-Ops-Authorization-6"=>"bQ6xFBIJRNAyln6cEsif3DHV0wQshTmjm1HY8KmiAA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/e2fc3fcc2ccafae0017d6aa286804229
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/e2fc3fcc2ccafae0017d6aa286804229 to tempfile /tmp/chef-rest20100902-20636-1qcwhei-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/e2fc3fcc2ccafae0017d6aa286804229 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/recipes/sysadmins.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:DCZVJD5fcvv9vUVIroiY40UK7Uw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LRwwfj/MO3wPYToc58K9I9+J2CemBPnx3iDNpRmdUJkL4a+OLONDFBhSz3m+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"f/UC9c/YyJLk7uKFPxSJ+YNVVgJquRBeBQzdPL8mO/tVR6S1MfRYDEXLOKPo", "X-Ops-Authorization-3"=>"CMSKfPgT+NFddVQmYjvfWCwZICJhKh7PNA4oAo50ffXeIMdJCOFbaw098fnz", "X-Ops-Authorization-4"=>"ZEuH6YPqtqfnnP8MvvWGJgpQnfbrThk4Wagf6V8cctiLhkZ66Ya+N2vtlNqC", "X-Ops-Authorization-5"=>"8i3M0cp0TG1VlZLzrIik2Rh6v3O7vpFfT1s42s8wxu47lVJ/VUaWymNUSEVs", "X-Ops-Authorization-6"=>"SL69XATxm995MwcI1cGqn2lpS14qFk/vcknPuMtYDw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/4a4995863d56c083eac62950f418f25c
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/4a4995863d56c083eac62950f418f25c to tempfile /tmp/chef-rest20100902-20636-6yka56-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/4a4995863d56c083eac62950f418f25c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/recipes/env.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:GiIUn/ZsXxPO764JjB/n+MEoJL0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"N1lNgAi+7YH8cFemwAxEv0kLkmaOzQgyGUO5bk/J5mNXulMp6h9hutQrBOH3", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"dKFn2/gfZjYfFXkL1imShPxRO1lem/5Pnbm7FFPSq99L6y1110dkb7ls1j1+", "X-Ops-Authorization-3"=>"kJiYFNAWPNKsDBJ+atdPc8ru+tk0x+Z53atDOlo/6XagfIn5zFgMIxnPPnfW", "X-Ops-Authorization-4"=>"prMPBaVG//YbxDhAFiBDMbiJx085YxR6MDfjSyhnVctJPr9T77Z9F2HHyhGb", "X-Ops-Authorization-5"=>"mkIUt3VDVbE2yXQzwUztLcZQy2tU8F5xU2d9nUq3piI7++0YPPcIpZM3UdF3", "X-Ops-Authorization-6"=>"lNEtAwya8NQHYsCovCuB1jl8UtBkpov06fA3sitQ8w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8581ec7647a4dbf801d191f442d16ce9
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8581ec7647a4dbf801d191f442d16ce9 to tempfile /tmp/chef-rest20100902-20636-1mf3iz1-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/8581ec7647a4dbf801d191f442d16ce9 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:kFLn6S5jecoXOB45M+tmAT6tUfE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"imVNUzIDHHQSWFZlF8uE/DtYmduffTzsOUvk5vRQvuyOvDsFgeLl+zNvuYix", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"SG66kaQwvriAympz12gTlStuWogTmWhWF/QY+TTKO+9ziwCjXosrqsz+O+HZ", "X-Ops-Authorization-3"=>"Tt6LB6vgOh1dwuhZkHN1MTllTJAxcIgL4Gen1+LRG/CrTK8LsXg7hJWAp+w8", "X-Ops-Authorization-4"=>"VrEkHPLFB5dVzvW548/N0Aar9GDeOWYNsA2gz4lWE1knaP4UpFPU+ETEoQbm", "X-Ops-Authorization-5"=>"wY39lzztsJb1NoZN1Zu80N9EjhnBf8tPu28j7F3EtT72fBDTfkbXnVLGy7N0", "X-Ops-Authorization-6"=>"Uz+pCSy20KaRQtsPw9PKyCeFnAW5Ek01sGU6WmG1tg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/ce6395d89585777c4617f6b3d83c139f
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/ce6395d89585777c4617f6b3d83c139f to tempfile /tmp/chef-rest20100902-20636-1wc9qjh-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/ce6395d89585777c4617f6b3d83c139f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/attributes/users.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/users/attributes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:WwD4he8/f5+1AzRK//u9bxS/NNs=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Odj3bo8S4iEbQpCX/nnM2GlJs5/rcM+GscJGaNfl5EWNDB9LxpLHozbW3SEN", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"poNuAvVR7EfVZmIEodJ7dVvwXAABIWYX8eBTGPbjZVitysqTZh1bZys5WVFP", "X-Ops-Authorization-3"=>"exzO+clWswdUTggjYxxfRf9qiQS11EmSJEeUAhtvYnR0R8nSMNHoDc9jVT21", "X-Ops-Authorization-4"=>"lPKeH5Im6Xyrjule4Ae84fhZJj6FklecyOy5NCyOpxVE8a8j9+j3+Zexj4AP", "X-Ops-Authorization-5"=>"agzqFY2SoGIO7M72CNJZtlRpje1MbQj3DXf+RSzz9+Nrg5nhEU4CCe+cgkLC", "X-Ops-Authorization-6"=>"f1yYEq2LbjdtSlXQV7fNWzl2dKa7Dj3mTmH2yFlNBQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 to tempfile /tmp/chef-rest20100902-20636-1v6eooh-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:hEzaNFBnr9JMRKK/nkRfa83irhU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"PcUafw2CArbYc8d+eznDkY8U9q7zeA99yiZc1wXVai2kaQq5t73SbmYLumKB", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"zaeC2SgVnGW++3oLonNWcXQLSojgNzTvRzYGzZGjgv5EGszpgaEYioBzjho+", "X-Ops-Authorization-3"=>"MySDZBhYzt2yf1OcL9pDcp9OMELmtZqlfODNM/4hlum6W8eIBxi/V8Is2TSw", "X-Ops-Authorization-4"=>"9CBXlYA7C+Av8AxEQ+qoa7JlaQKEKUV9Cf5IsVVbdSJWKGXN3PJc1dHQiYHK", "X-Ops-Authorization-5"=>"P9OnqQOk2uHdBaa4Rq+ax4D55g3ct0kX9yscs3Xw5OyezbVqC0OJxiLOZLtl", "X-Ops-Authorization-6"=>"UHKnWe+A842bmcaNGze3rCn2W1cPhOcYk0NFWQ+MXg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/13c5bf44aee1731703ff1095c660ecec
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/13c5bf44aee1731703ff1095c660ecec to tempfile /tmp/chef-rest20100902-20636-1sdvt1y-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/13c5bf44aee1731703ff1095c660ecec (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:N+cFfucOL6zU8d5pDjTbHJtppJA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"QiEyNAFF9AQLrc7pRCUk+3fZbFhKLY+al8e4a+PlMzS11M6Whnx10H4yA94n", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"wsOnCCmIRFv6X0CfzwWX9hQCgxgiiZ8PZxFwtFLPqjQkA1p1XiZEWwmFyg9J", "X-Ops-Authorization-3"=>"0HlPrQeGaUaXtKhDI2Aj4g+d5bHXPGkyxX7MxgsawHYa9nfidsAxpyG4vZKA", "X-Ops-Authorization-4"=>"sBUMMybFYB8qE4JChPFTC/5FnZmFz44v4liEzc4ha8yD9B912BJ84osxYyaj", "X-Ops-Authorization-5"=>"OEKk55K631oIaoQFuyOAPu6IRE0sIhJ/9moq1TdSH4ANrCE7A/KFovXlPxaJ", "X-Ops-Authorization-6"=>"+xcFQTdJUx+OPdRoyaUvaAp7I+WZONaNiFnM4Dvc7g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8cf2de67f3cee3a20536734ae704d448
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8cf2de67f3cee3a20536734ae704d448 to tempfile /tmp/chef-rest20100902-20636-zo7keo-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/users/0.1.0/files/8cf2de67f3cee3a20536734ae704d448 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/users/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Synchronizing cookbook staging
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:pMxY7DFBbv4D6qGiwjfP4w9HOec=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"RuC15NV7U2AnkcHpcKwYSNFa39rSoBrygtiteJ+0Sm3KgJcmghVQ9rt+JBfw", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"1e/qr9dB5zKXebjqWSJFGs1+lVI7+2/DG+hvb7WFr3dJDGNW6kf9XZIzJDuN", "X-Ops-Authorization-3"=>"IATcWxvRnxgl8zW9c4qUy5be99bXRVdYa65FG1FZU8JwRpaVB3aWT7l6MCzT", "X-Ops-Authorization-4"=>"TO4YnYy3D1aVtY1nn3WikCO4BoezPMj6rDpnebTaA3aA1xB5z8GqZVuR6ab0", "X-Ops-Authorization-5"=>"sjp80MWK7OcyfYXUtpv2Bv5qljtCte20qGuqcXNg/uoTmqjCZylensAjSEOU", "X-Ops-Authorization-6"=>"VtVghFvErgb6gvCdXZSvVRcndiI2TQkM61xv4Vioww==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/65cb6737572fd853f11a5507dd8ed61f
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/65cb6737572fd853f11a5507dd8ed61f to tempfile /tmp/chef-rest20100902-20636-8hvgy7-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/staging/0.1.0/files/65cb6737572fd853f11a5507dd8ed61f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/staging/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/staging
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/staging/recipes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:uWmvkHJBvsvgPko/d8k/BtEFjeQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"baM0iPeXoSK6TzGJJVUOLXtbbgb/T4RBXs3PxE2bKtoeVW02rZC8B55CZ2cs", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"51Q5eTlZg9bO8odS/gsv8qETXtufOO2ieLmXkfQeCutKGCbrhCssPlAHcFX/", "X-Ops-Authorization-3"=>"y+7OPEZVvj3SK9CDw2koos+E4tMbWyhA1Avz1M5dNDir2m9SLB+VErFSUng8", "X-Ops-Authorization-4"=>"Ao5lJCSHsXL8qObAX8n02nAM9Dpe5IKfuDaOGB9emcSLjR3jlDs1WGwyCHkh", "X-Ops-Authorization-5"=>"oQ+bkKBRUt9YGbHjnN4fWTbJk+lhXCUXTN2Re9Q8MtrSZKhVpD2jMfVI72RL", "X-Ops-Authorization-6"=>"I3XS4PHRyIbHDEnza9oPloUrGSwczGnVemqMXry6Zg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/d41d8cd98f00b204e9800998ecf8427e
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/d41d8cd98f00b204e9800998ecf8427e to tempfile /tmp/chef-rest20100902-20636-1n0yacn-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/staging/0.1.0/files/d41d8cd98f00b204e9800998ecf8427e done (0 length file)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/staging/attributes/staging.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/staging/attributes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sxa3asTiu9m33oXxaPHPJfdMwt4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VmM2Y318em5GVjrCVbVNZ8mTm1vRCYSJ2GwtUkLEOVvPi3r39qA22fUSp4NC", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ysEeBn2OQv0ARx8oihBiKv/2RuVicDU5SKhuvtZ3i8GTaibRCVGPSrpgKSy0", "X-Ops-Authorization-3"=>"NIenJa6C1MP8ideZ1gs1Rm3Mx1gnaGWKDv9g2b0hqHZCIagHLY5tdAo6G5LJ", "X-Ops-Authorization-4"=>"GAyDLVjturIakpE3YtJzG1mYceZ6c9YEW97f0pxAW20+7Q9dKPkDuOp3fYtW", "X-Ops-Authorization-5"=>"/eeZ7VDmNwGzwH/iPkJDkuWXbCX6DmfrNYrkIvWrukPX7lmTgvCzkznFzX7F", "X-Ops-Authorization-6"=>"5GEeft3k7Z1bzmRjvxJae7cUX/22jyiugtyuWFh8Aw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 to tempfile /tmp/chef-rest20100902-20636-1saglx3-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/staging/0.1.0/files/39189d80e03a1232ea330fbc5bbfaa81 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/staging/README.rdoc in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:0u2i1TXTGEAOvb1O1lD9nH96Ae0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"hpD19rr6/yQcDbUG60JZsitNJuKdo+OqKL2Fgm0fYO5vs9BkGAVMzS9HPerD", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ih5Nk93J47E9NMXipeUjIn5dCH4eWlzHriukWCaG1Rguv5ZEtYvqEaKOAIcH", "X-Ops-Authorization-3"=>"az12Oxitt6Crhe//EiWcc1eJrhi8Qt1p5wxCUOCRTCePd6Hv0E6si9a+OpJD", "X-Ops-Authorization-4"=>"BLOlsW0wjnenV2N0idhwlatomeu4P+/B+lwNA65nMGbHGzqy/t8IMzT5M+JK", "X-Ops-Authorization-5"=>"5zDxTNxHoNsrikpGIgC+bPGRPowg5yC9sDc/ZKRLVhbjpdreMBsIQg+0gAcj", "X-Ops-Authorization-6"=>"Y5AWguLIrQ3RCq/EacnL3G35LP3xKo85KeRWHVUlRg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/b8f6b3f1a1c729259397b867d342d78e
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/b8f6b3f1a1c729259397b867d342d78e to tempfile /tmp/chef-rest20100902-20636-1emcqbh-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/staging/0.1.0/files/b8f6b3f1a1c729259397b867d342d78e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/staging/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sK2e+2S3f7K3b7PBpAXHIUBnIBE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"a1STwx+p54F2JCEEuksYsLMxzehqzLBFBbFZnY1EwaFEp9pWjAwucQV/Jxf3", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"NIq2o04+PcLIHhoJ4sCCtr0CZI50jjMWLOJCXoDN4CYrnUKQmzZ0X4aqa07A", "X-Ops-Authorization-3"=>"8udzl738AHEdBOvWgNq40yqr8p6JoIYfnxEWKsI2j7IMiFclCZb6yJsTMRoN", "X-Ops-Authorization-4"=>"3Elq2qnY2LSs/KId3lc5+SSCy60bgJVeUk0Nx+p4/11mpRlbEnNzdrxSFGxv", "X-Ops-Authorization-5"=>"Xy0NoWYfcrmTIK1iYiuZo326SFU0Ml4l/RaI1zIZ1KwYEu40yQRBPdslzQXl", "X-Ops-Authorization-6"=>"lwqJUEJFAv7QYU9lnFTjrolC6eVrN2Eg/VcDo04epA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/fbd4ba3b71f0590b4f603f3cafa07740
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/staging/0.1.0/files/fbd4ba3b71f0590b4f603f3cafa07740 to tempfile /tmp/chef-rest20100902-20636-e4502s-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/staging/0.1.0/files/fbd4ba3b71f0590b4f603f3cafa07740 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/staging/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Synchronizing cookbook postfix
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:4d7+RZqNREP23DZvmml6tipzAlA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LToCIqFxQRZlHXXmFuu4ToLGY2GB3JBMW6z+E3LmUpWe1J5Nu98+6znlCbgh", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"vS/oyCk/1t3Wif/quVi9f+PRogzJ9/uMcwEFUexso1B9j7JN40XDYO+anyeg", "X-Ops-Authorization-3"=>"V2OFZ3KbSKbh2g7zniGsmMU+Ee0aUf5AATAg/hOxYktzWvDXMorFOefU9Uxq", "X-Ops-Authorization-4"=>"RTgRj5NLOwveOvrLBTLKAMv5GlaImZ/xgU67bhtkSSTMCYyMzXZGkRDb5gUP", "X-Ops-Authorization-5"=>"GkNN+e4AMUhUeL4u+QC9AuY8BSJz/1qo977cKn1AuLU2NcEcKyXDgJ8EwUNo", "X-Ops-Authorization-6"=>"kR2cqzuR+ZtBsiPVINX63rBhqEWU48k+xEVL+4pBog==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/ee8e9b44d6db02fd03894aee83477e52
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/ee8e9b44d6db02fd03894aee83477e52 to tempfile /tmp/chef-rest20100902-20636-18qw9xc-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/postfix/0.8.2/files/ee8e9b44d6db02fd03894aee83477e52 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/postfix/recipes/sasl_auth.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/postfix
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/postfix/recipes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:wb5YLuEU+fyoOMvWx+iZxyAqfMc=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"EzAyoZV30zem/M+1yE+ULfKYf4ti0SeTMQaqehgghxZYw4ySLlGC5M6GybQi", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Q+OO99u6UQ264OMa7Qqf+dHhf7HgjxUmHXZfUcheMBZJoWxCdIk/B/TuyAWx", "X-Ops-Authorization-3"=>"pexWL/D4pgSmNLGfwI9nDxOkpfyo3SmCB3+VQoTslqbmnrfcXtE0yFt7TYDi", "X-Ops-Authorization-4"=>"BjUeC5+bFK+2CefFm1U0ynDbcOoHNj7BSqEMj/sGVSb+pneMYUn0qRppzLzI", "X-Ops-Authorization-5"=>"8P/xiD4IFzXflfpPoQbKDi4tSBbXPyykyHcqUw35M2Sz/bNIwzEpipqhEES9", "X-Ops-Authorization-6"=>"Sqs1cbS6ytN9Mn62NVkmb9FcPpTQQQXGEx3RgjjSZw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8109bbc201c672334c80a22cc5e45d1c
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8109bbc201c672334c80a22cc5e45d1c to tempfile /tmp/chef-rest20100902-20636-o93aen-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/postfix/0.8.2/files/8109bbc201c672334c80a22cc5e45d1c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/postfix/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:e4XRinXJA5I3tGUr3k2Lvy8oT5M=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"i+IXzbAGNYUAak72NfWWmKcmjxxAxdOu34meO3c9AWMkChl0c2Q3EK7vjgAD", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"l/4gUvdpNwqKRYMygdbl4qdQIHPyt/0Y+NT1WitxQ3/tbly0+syVkjnUys1e", "X-Ops-Authorization-3"=>"pEXj9ypkO6fc/8VDYjlZ/e2WrLhGk3mPJryJ4wskIwg9zXtamnp+LTaRraIB", "X-Ops-Authorization-4"=>"3XLETQGZECPo3Fn7i2+gRvOaCX/6540ym2O2lAnCrF5zWen5ay+jO+8I8RZi", "X-Ops-Authorization-5"=>"BcN21fGbA6c1kO1Z7aUKlIId3brXzjcgP/8VgQ0RQY09G4QDy8wdIKZvwUYM", "X-Ops-Authorization-6"=>"hl7OJ4GX1AbKSywkytXHF+M5C+Apu1yk9gPa/Anh8A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8166db9e9d2505bf85990fa9d0c9a8ae
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/8166db9e9d2505bf85990fa9d0c9a8ae to tempfile /tmp/chef-rest20100902-20636-1iogj9k-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/postfix/0.8.2/files/8166db9e9d2505bf85990fa9d0c9a8ae (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/postfix/attributes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/postfix/attributes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ao92Z2guYj0wuf7sah5pYvnXDVw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"cj84qVUIz0br7OxZzyo4ZMsOkPvGzqvNtr4eS30p8oIkLQJETpMMYBWt6HTG", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"3YwMsWtqB1E7klayiiO1poa+l5dF/eZYefxca1eO4E6Vq/s1ERg8gRQkVjBB", "X-Ops-Authorization-3"=>"eJ13tXVxCdTfoFNnwiMEnQ2+Bnm8U+Ql6wSq69Sz0G94fHoY0a7rbTV0SANj", "X-Ops-Authorization-4"=>"riY4ZlB9LcNe5doAcppNunbgKjKjELdJ5aRNdwM0ZewxZ70LdI4q/pMG6qV8", "X-Ops-Authorization-5"=>"w0cjLkQBpfczV4cyUwAvTNSgg2RoyoHXBbtkcZspb8hW0h+Kfv3l08gPLXD1", "X-Ops-Authorization-6"=>"91dEjQqImqDRwrkPNIQQUOD9xrDBNjOksCbc8MgmOA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/760c5c1192fb9feaf8b22645823ce59c
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/760c5c1192fb9feaf8b22645823ce59c to tempfile /tmp/chef-rest20100902-20636-160wagi-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/postfix/0.8.2/files/760c5c1192fb9feaf8b22645823ce59c (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/postfix/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:SmSa+kcASfRnqAM8tvE4JBD3Un8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"YPwSSla1IZRP4sSdFxZRI1rUVe/GU1dxIvUFr16N69jQIGCel9nzGxRa8I+J", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"x7vM/4DSpCv68vlpj+ueSJ2B8s5qmQQE2fE9XeIuZcvjNMAITT40PY5NrGCK", "X-Ops-Authorization-3"=>"DLtBLssMUG8SDI182pGTyjFrHtGfwFJbSK4oGPIhGIjaTGKhnvJq8mfmrEAU", "X-Ops-Authorization-4"=>"ydfLQrlLLXCtglsr966QmfZRvOF5eR4oFhDg6LuClC+ZTUmu99F+Q0U/1mkf", "X-Ops-Authorization-5"=>"iaJHZ3lupdsC7Mh2TDVMPsZItJlT6lApWJweFEi7EJgNYahovUlUoNFpFIUq", "X-Ops-Authorization-6"=>"BqUppT4S/WDo2cUA8cy91kDCB7W/e9pf4pIvLCi0NA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/f440d7f8536da89afa02ccf5b2612d9a
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/postfix/0.8.2/files/f440d7f8536da89afa02ccf5b2612d9a to tempfile /tmp/chef-rest20100902-20636-1tn1sz1-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/postfix/0.8.2/files/f440d7f8536da89afa02ccf5b2612d9a (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/postfix/metadata.json in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Synchronizing cookbook monitoring
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:dRzsNTH7GNt0CF8tG0MudnCneuY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"NKeY5F9qwO2XGmYB3Yzmtlm3dZzNzvMgIxnBFESCcsSqeMzAH7epzbYPl5Kr", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rjl2rxO2xcNMDJoEiOzwxkDndPPWVEllXUSCZCEnOuiEqouZRJfUIcWyKhOw", "X-Ops-Authorization-3"=>"ZHU4i6+wmCuy97+35Lr/c9UrS8s4mHe/hZIogm6tXLN6oq/HMqD7FXidMKxH", "X-Ops-Authorization-4"=>"6wlBFCT/g3lqRCu9bXv6zHTyoX9/SJIwLA8yUStDCf7gv75Oxf07A3wI2J3N", "X-Ops-Authorization-5"=>"YdqntdjrqgAtTmafvDCgFjpzrH6TMrzIP90Hq6sYQIOmbsA/5JsUXBAA9EYa", "X-Ops-Authorization-6"=>"tTSeiiY51p9UbQ+o3gfQKvQLmQorzug7fI+T4MtaWg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/0d372586b728fbbbf5dfecbfe3ef2a45
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/0d372586b728fbbbf5dfecbfe3ef2a45 to tempfile /tmp/chef-rest20100902-20636-16cfd5e-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/0d372586b728fbbbf5dfecbfe3ef2a45 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/recipes/test3.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/monitoring
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/monitoring/recipes
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/Q9yGeOEErjLRSXiBRDoP3mcha8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"iPtE7N9CR+Of77z6xSNt2Mked0QyMRBZlr4N/C4paROuxxQzOuecjsxrYW75", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"EC0ugIVAxiHyAoHrMa2wRdJHa5WrGydRv+Psrg5SZJ+POqEdQfovT+AJi1cq", "X-Ops-Authorization-3"=>"6YF4q/+Uy7AKaohnnuEhnueVvPVMbzHbynSba2RJ1TtMEhFigq4by+bWo2Ru", "X-Ops-Authorization-4"=>"803f6NNWngiYkegYNLOqOG6pO8193nOaXJyWkIsf/+b8tAOJ9smjI32nPohi", "X-Ops-Authorization-5"=>"2TZstz/UjrqYxmFpNM7iCHGCt98bj5x/wcoUdNBM84XBA5B2O7RCB4LF4oJY", "X-Ops-Authorization-6"=>"fi4SuywFpoR26eTTyJcHnhDX8ll70FS/Jw81jb29IA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/e906632ab4700fdf46d4cdec04234550
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/e906632ab4700fdf46d4cdec04234550 to tempfile /tmp/chef-rest20100902-20636-193gbgc-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/e906632ab4700fdf46d4cdec04234550 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/recipes/default.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:X4WzAVxTnPGVplObZuYA1ujxpY4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"FlYgilci6bJcPjgGzKXkBY+7y2iC9JGTQoAg/Qd0tRSYn83mUyWynWlOUS2B", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"nHdxk/r7INkYj33GgFtYpH/rwkk2ZdwaLv+r+mbBQ+AUFm7ugozFIiaGRspS", "X-Ops-Authorization-3"=>"N6m2iBCDVry/WezkGlAYQEaZFX7YVEKf/2b67zugmajVrNX7+rVN4Cgn1MlB", "X-Ops-Authorization-4"=>"M5zgsKPagLXH1HHEsuH2A9MAz7A0R/PtJmM4bx7BKBXH0pki2tPPEaV30QyS", "X-Ops-Authorization-5"=>"+eY6CjMf6nuGdbMrigc9nPlgekAnZw3O4pa3V+85lc8DfOeHmjwdDds4sngg", "X-Ops-Authorization-6"=>"1FZOYpqFR9QqKOYJmYY09aniE8fGZcRCcLDcZYdFew==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/16f84304b0bc2023350fadd0ceb44f5f
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/16f84304b0bc2023350fadd0ceb44f5f to tempfile /tmp/chef-rest20100902-20636-1t1htlg-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/16f84304b0bc2023350fadd0ceb44f5f (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/recipes/test2.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/ExepQI1+76KXD4a3BO45RntU4U=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"U2Vr92uWn/gf/fS4mn172P1rjgAw5vsbANVGMuRK6LwKrYSe4ZhdDb+cwdQY", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"yHKdJOYZdiQYYGt+bkK6lNCGKFTZm7CatOYNSZyi8AzpnefKrwAstJKQDxOo", "X-Ops-Authorization-3"=>"Yq6YUgC+h0dZK+ZsLOoX0n+DJzCyHifTDlKSGWWdiAYurFXi7hIF78qakVwM", "X-Ops-Authorization-4"=>"9A5rfs1aDivygyhcEm9eCpZQvYhyhHsqiyO0MtUKib4sYMDEhjkwgiwDZUtb", "X-Ops-Authorization-5"=>"fJnZmTJo/q3ujYAehUXdVWLfjDjoKyu8dHdzzbyDvnwxIOZqJ2idhBxQAWxM", "X-Ops-Authorization-6"=>"8jcKj9pjT/t1bZbnyTeewJsSW02HqwZ2y4yT7c3Bcg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/ef53b23d15752fbbbc2517b3ac89fae1
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/ef53b23d15752fbbbc2517b3ac89fae1 to tempfile /tmp/chef-rest20100902-20636-2x3v1z-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/ef53b23d15752fbbbc2517b3ac89fae1 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/libraries/assembly.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/monitoring/libraries
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:SC8fm9c4Io8nnVQjfg94tnrSPj8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"KP66ac/HyMYX7Eq8jh2qzz0pyU6irmqJ3SpGOCFIEs8esALELg/9qGuScPhX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"OmNghMPbouoS8+Y0ogZyJfM0nJd7O6MO0LuqVylMsXqpkKW6zRATxwIg5o/2", "X-Ops-Authorization-3"=>"/QWbXzKSzSMTZRRr4l/5Nf0kjOt2JXDPM6TYpwgMYKYWf40aiuET0GzA+oDp", "X-Ops-Authorization-4"=>"AzUvvyuX5VMkGGbEhWPsveaJkBHw1ijlCXMTfIcFBfoKmwefDwib/gPnAO80", "X-Ops-Authorization-5"=>"LPUKMdXKyLzvIUicmrXij70PDxBi4OfXbCIsK6qeuRh25Fzi5Zp7epdoRnVi", "X-Ops-Authorization-6"=>"wCkB7jNWV0XimpDy4tGWydQ6dDk3E/+7EjrNoDPa7A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/38a0e81c3d7e74145a0999dc64d4ee25
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/38a0e81c3d7e74145a0999dc64d4ee25 to tempfile /tmp/chef-rest20100902-20636-q8ya37-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/38a0e81c3d7e74145a0999dc64d4ee25 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/38a0e81c3d7e74145a0999dc64d4ee25 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/libraries/normalize.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:TWEomPfFyHK5fOCAMDWn7m6G6zE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GHtvrDZ68TwgWlTxlMfpk7mbg3xOt8uFuPuogam8OCoshExFG0/sRHjEXOcw", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"RVxQIIq2HBiEmBXYj7Sk0d7iUYHo9DYRxuP2K6zHuemIw8EUZWo3SvwjGb1G", "X-Ops-Authorization-3"=>"HIPvvagVrIV2DABWIhtIuL749u+LPhf4EiWYTodHiGGy9J5XqhOeDVXLTTlv", "X-Ops-Authorization-4"=>"m9xQ3OLeM6fFbiXm9PLP30dOjjSBFpxAhRVgipRab5zhZh/YT46/fdP1sVj3", "X-Ops-Authorization-5"=>"X05TEVC0t87GZoXruLjU02GoR2hVay2Wn7fqqX3K0D9vXWfIq1s/9Hztv6/T", "X-Ops-Authorization-6"=>"OCBoKxJwviQZPr2NIFIX9gPqoZ20+qq1ytnh6Z80Wg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/c44348e78fee42d0cf6489267b8c4173
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/c44348e78fee42d0cf6489267b8c4173 to tempfile /tmp/chef-rest20100902-20636-1fb7rkv-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/c44348e78fee42d0cf6489267b8c4173 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/libraries/metadata.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:fz7SZH+A09Xvr+VpNZ8oW9bUDfI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:40Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"MofDeAzxDHhBCDEQRhRhRN592kjykmKPYPhiC+xFKi3n9zhSj+U3Ya2kbYg0", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"PniUhkALwGTFGPQVE/h0lm5Fkwjrsn3RjzqJVclwNPjBJUsUjEeK+ETQ+N0H", "X-Ops-Authorization-3"=>"fwtFVPbddKRyCooYL3pCjmxQFGTLlII92ozOTreZNpmgY4bG1NDSrFojnE+J", "X-Ops-Authorization-4"=>"GrXG5kMKvwSf8xQkgVXOFu7AANoZz8OKd8hpsJ3z/m5IEcfwtEFiyCSmf4eM", "X-Ops-Authorization-5"=>"nhAc+2pYA87gcUdaQGX8rWBRmEAnRyV9GVK3JU0PciQzhLcsPLhTcsjNyb7S", "X-Ops-Authorization-6"=>"zQkY80v2P1M1dtiKTG2TmeS4Eh+Q2Wj0zqvir8ZEQg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:40Z"}
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/4bb7a92630f2ace5e3de4da9245a5584
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/monitoring/0.0.0/files/4bb7a92630f2ace5e3de4da9245a5584 to tempfile /tmp/chef-rest20100902-20636-kuph54-0
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: /cookbooks/monitoring/0.0.0/files/4bb7a92630f2ace5e3de4da9245a5584 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:40 +0000] INFO: Storing updated cookbooks/monitoring/libraries/network.rb in the cache.
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook chef_aux's library file: /var/chef/cache/cookbooks/chef_aux/libraries/hash_object.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook chef_aux's library file: /var/chef/cache/cookbooks/chef_aux/libraries/aws_helper.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook chef_aux's library file: /var/chef/cache/cookbooks/chef_aux/libraries/helper.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook chef_aux's library file: /var/chef/cache/cookbooks/chef_aux/libraries/array_object.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook chef_aux's library file: /var/chef/cache/cookbooks/chef_aux/libraries/errors.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook chef_aux's library file: /var/chef/cache/cookbooks/chef_aux/libraries/cluster_state.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook mysql's library file: /var/chef/cache/cookbooks/mysql/libraries/database.rb
[Thu, 02 Sep 2010 21:33:40 +0000] DEBUG: Loading cookbook nagios's library file: /var/chef/cache/cookbooks/nagios/libraries/generate_services.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook nagios's library file: /var/chef/cache/cookbooks/nagios/libraries/default.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook swarm's library file: /var/chef/cache/cookbooks/swarm/libraries/get_node_by_role.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook openssl's library file: /var/chef/cache/cookbooks/openssl/libraries/secure_password.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook monitoring's library file: /var/chef/cache/cookbooks/monitoring/libraries/assembly.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook monitoring's library file: /var/chef/cache/cookbooks/monitoring/libraries/normalize.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook monitoring's library file: /var/chef/cache/cookbooks/monitoring/libraries/metadata.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook monitoring's library file: /var/chef/cache/cookbooks/monitoring/libraries/network.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook mysql's providers from /var/chef/cache/cookbooks/mysql/providers/database.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loaded contents of /var/chef/cache/cookbooks/mysql/providers/database.rb into a provider named mysql_database defined in Chef::Provider::MysqlDatabase
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook mysql's resources from /var/chef/cache/cookbooks/mysql/resources/database.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loaded contents of /var/chef/cache/cookbooks/mysql/resources/database.rb into a resource named mysql_database defined in Chef::Resource::MysqlDatabase
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook sudo's attribute file /var/chef/cache/cookbooks/sudo/attributes/default.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook runit's attribute file /var/chef/cache/cookbooks/runit/attributes/default.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook mysql's attribute file /var/chef/cache/cookbooks/mysql/attributes/server.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Not setting mysql/server_debian_password to "rc4fE9ioZ0f2klsTYaDX" because it has a normal value already
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Not setting mysql/server_root_password to "09gQWqCWhkDTBZYY1U7o" because it has a normal value already
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Not setting mysql/server_repl_password to "mLXAsRsnmYsSNiqe5mox" because it has a normal value already
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook nagios's attribute file /var/chef/cache/cookbooks/nagios/attributes/meta.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook nagios's attribute file /var/chef/cache/cookbooks/nagios/attributes/server.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook nagios's attribute file /var/chef/cache/cookbooks/nagios/attributes/client.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook runa_base's attribute file /var/chef/cache/cookbooks/runa_base/attributes/runa_base.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook jruby's attribute file /var/chef/cache/cookbooks/jruby/attributes/jruby.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook nginx's attribute file /var/chef/cache/cookbooks/nginx/attributes/default.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook users's attribute file /var/chef/cache/cookbooks/users/attributes/users.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook apache2's attribute file /var/chef/cache/cookbooks/apache2/attributes/default.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook staging's attribute file /var/chef/cache/cookbooks/staging/attributes/staging.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: node i-e031cda4 loading cookbook postfix's attribute file /var/chef/cache/cookbooks/postfix/attributes/default.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook runit's definitions from /var/chef/cache/cookbooks/runit/definitions/runit_service.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook nagios's definitions from /var/chef/cache/cookbooks/nagios/definitions/nagios_conf.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook nagios's definitions from /var/chef/cache/cookbooks/nagios/definitions/load_plugin.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook swarm's definitions from /var/chef/cache/cookbooks/swarm/definitions/deploy_thing.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook nginx's definitions from /var/chef/cache/cookbooks/nginx/definitions/nginx_site.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook apache2's definitions from /var/chef/cache/cookbooks/apache2/definitions/apache_conf.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook apache2's definitions from /var/chef/cache/cookbooks/apache2/definitions/apache_module.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook apache2's definitions from /var/chef/cache/cookbooks/apache2/definitions/web_app.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading cookbook apache2's definitions from /var/chef/cache/cookbooks/apache2/definitions/apache_site.rb
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:k3fNwye6kWO+ubXc52j/SidxTy4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:41Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AVr0VPskHWUyZrlnipc3prkpITLD97JGazV47iW+JuAaXZgzkmahXs4BN9Ix", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"zF0yWxB7uHD/JWLczDYldBzti6jHxTBrvoxT15rTBSXdVyhQes6SJz8r8du8", "X-Ops-Authorization-3"=>"D0MDiVALR//ampiG8A+ZazVcZA2xBRPH6JbkzcSfft9JEqyyqGlGRas4HyfE", "X-Ops-Authorization-4"=>"CamBggd2QghSwvFe8PfG1xWULtB0GVMAZHHwRKQOWCB1ngd6SQ6PSKP5XalW", "X-Ops-Authorization-5"=>"jfa4vMD6Vd6u3h71pqf5e3aTXKneEK99t/p1e6pej0AtyOPhsUq1XhLGgNHz", "X-Ops-Authorization-6"=>"RN0l/h8/TBYBdR5U3QK1el9C2B6f/uPtqgfXMKc7Bw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:41Z"}
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//roles/runa_base
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:i9fxF1Lt8G1xv9wZhqqp6bRYymg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:41Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"YyWRX6H9c/yGXfNFd6xmjh+TJckoZuKsVj28rPnx1Ri4L2uSBWiw3ppozsAW", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"TQNOzeMWcLi0KazNQMd0GwAdKblNdEyiKAdKvf/e9eUZol2r02kvXm6yHnOK", "X-Ops-Authorization-3"=>"4GsJkIokBWyRQbaf3tfLNVvg9tWVApHI0fidUNTzoOCp2hnDTHj7nELgOMhi", "X-Ops-Authorization-4"=>"lgQZdRUmRZw6XKLxhG8jUz5ocj3f2kZElpmlfthkdOJuc/z2ZXUhye+4tVeC", "X-Ops-Authorization-5"=>"6vfm4UNWXUSXTeAN934iV5N5X42VdqWMXNptGZpH5km/+4MQIGSK6OXyy6yg", "X-Ops-Authorization-6"=>"irG4ok9e5pDeDPa+KpIhI/c9mouZ6hru78+YtIwvBA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:41Z"}
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//roles/staging
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:bp0Kqr9/xpNyoPELFrPhbyDbnlA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:41Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"b+hN3iLZVGi7Sgub9QXgkwubXs29vldszIU5d898ZCtriuCW/e51voHwdWBN", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"1P/hT9Rp8/K73oD//OB/nIOixkw8WPSvaJTbvVwuP3A8bVxJVmgkfOH3x0kg", "X-Ops-Authorization-3"=>"6BhGi9diOYxDTi9oUDcck3vLYfst79q5re+gxpiURh7pysblYkHYnoSMMHSr", "X-Ops-Authorization-4"=>"cCmXnozO3ZKUN5jhVvlRREs0QAPiTmPGOzFWRw3/b0oOm5v/zFN1ubm1uWj8", "X-Ops-Authorization-5"=>"Hk41lGYYzKydo3nKcBINandy7TIIsnHeU32pZFdQ+s6PBA58Yb21iG3EjrY6", "X-Ops-Authorization-6"=>"3yBqqBFYDHGRsIL/Ao2niELTFooeblf0bmrlaQMwXw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:41Z"}
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//roles/swarm
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Applying attributes from json file
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe runa_base via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe default in cookbook runa_base
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: ##### runa_base node[:ec2][:local_hostname]: "ip-10-161-99-137.us-west-1.compute.internal" node[:ec2]: #<Chef::Node::Attribute @set_type=nil, @current_override=nil, @default={...}, @set_unless_value_present=false, @current_default=nil, @auto_vivifiy_on_read=false, @automatic={...}, @override={...}, @current_normal={"placement_availability_zone"=>"us-west-1a", "public_hostname"=>"ec2-204-236-183-218.us-west-1.compute.amazonaws.com", "ramdisk_id"=>"ari-cf2e7f8a", "block_device_mapping_root"=>"/dev/sda1", "public_keys_0_openssh_key"=>"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYOSqb0EvBn7R8qSTqb3QSD37fjUn1AZVPLShS1IopJe0ZC+qwsjGprmlsHJlAQTJgKzHI3s4b6hDAP514s6RAqD/+5mtfvoYy6iIiE9ddGE3L6ZKTqYCcxgNmBtHBvgdEpWJosf5PHntKcl2mRuYgzuQ8c+hVu1918mXClQ/k6YF0zi4C4lxOIRs3it36JOQu7BT6BBCeWox9W6kzRxfw+iAynBgWnflxim/GjFykpEouq3sGITQSB65fl47Op82eZgwKMMhk2MtbQUjQjxBuoS35j+UUVOqVr0y21tzSjqBev2GL2XNdzkMbPnGJCitWrK71rMtiFLvH7bTjzAXr id_runa-staging-us-west\n", "instance_id"=>"i-e031cda4", "instance_type"=>"m1.xlarge", "local_ipv4"=>"10.161.99.137", "kernel_id"=>"aki-7f3c6d3a", "local_hostname"=>"ip-10-161-99-137.us-west-1.compute.internal", "public_ipv4"=>"204.236.183.218", "reservation_id"=>"r-3c58b378", "hostname"=>"ip-10-161-99-137.us-west-1.compute.internal", "ami_id"=>"ami-1f4e1f5a", "ami_launch_index"=>"0", "ami_manifest_path"=>"(unknown)", "block_device_mapping_ami"=>"/dev/sda1", "security_groups"=>"swarm\nstaging", "userdata"=>"{\n \"attributes\": {\n \"run_list\": [\n \"role[runa_base]\",\n \"role[staging]\",\n \"role[swarm]\"\n ]\n },\n \"validation_key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA1v2ZfJZPRNpynLnLzC6FYNrQvV7RsIZT4jW873kV94Xa64Pm\\nYHakc+G4mrjB1fZiPmET0i+EfOWUgdeJOTYaZLZ9IurWUaovaZQG9qKke8edvyeI\\nBTvxsx2A2CsxOb+fNUi8EzUuIoL6xwPVhFOPvg3DZRbBosa2EWDe35H91v6Lavk+\\nyA5cCmK1NQc1zr/YiB4vSFtx6z/eKJqeZlJFaLUT8HT0W6dg+1BaRTr8lPj9NYJ+\\nGSN55N1UefIfJdb5S0NRLgADKoVYd8lISKLqlA3Z7l+3CZb9UPjDpE3GY9iAa1Na\\n9ob2LZkuVT1NOD6J6BB5vnj/huzri9sXWmmr0wIDAQABAoIBAQDVh+QefhwVQvJ6\\n/36POdV3sV2J+NdEAObn0n/pSdarleMt8D+sp6oG/rYf1kmPfbtuQXUyWce5VTz/\\nCVhd3oKwbSA0whJD4khdEI0qAbhkyIrBBT5wFG2nfTIvghbOSKiUf71tRnCgDn+N\\nkx1K5MPr/DeJ++QvDDZhZFl4rMP19+Hr+pQ1CGqU+SeyPnZ955HdjWq9SAkMRSnz\\nqQKQ41lABaOLYqAh8LULtMReAbFHgxU3SDAH+DfnQhQ85cDTzDuMP5ayCW+fCqZm\\nJFPJ9G4LwyU+o1JL6bChxRGrYsdeK9HmJkxJV4BLVNH5w82aBz+WNlENgJZYhgNB\\nB0b1uYIhAoGBAO06lJjJ4DPIzFPO9nytUXbiNJqm8EPEvWNt3ZQa1RwgIq8bCdCM\\nCkP38n/HFBAtq5mwg628oEfdYSmjBZ5K6AbL1TkE+3pDJKDdHeqEWZrvM7q7CoWL\\n8IdH472cNQNEWmiHa4qYg31rfEKQrrYS/UTVYd34jrihUaBOeYt8oNUvAoGBAOgA\\njSwXJNR23w7HX1S67owqiE+jD0Bh0yRoMuyF9KZiK+eDChf6hrMnWnSGh2RuRRxv\\nV9t7pPCurCaQiG2P68msJIGWPdahtZ1ocYeGbc7xccU1eFWA4BFnFlzqVLBN52Z2\\nNVxtSi3BMjdlI1G7CDB1eAndCLvfYCDY0Jh6qHKdAoGBAOPbdIccwEB9CeUl0RMH\\n1kt+ElDJL9WnztEF4eIzs6YEJ8xRCChLmkCWk1GwAdFYTI6eQJxLpRfhx0Wa0/aq\\ntBpzBiZyZqmUfEYWnHl5DigGwYUFyqFjPHBz2Idy1miA6uWjzOOegg2hhATbuzQf\\nIS1QV2RBLbShHin/tjcISeL5AoGAKzEXFzND1w4+Xrj9ZX/bs1qjv/fCeiD8NxXz\\nDRevQV6bf+FkeqxYcXgNHg6BnE/vK+kKuUDepzRNtmxICeW2ZvhWX43B+3hloGV2\\nZV3Aibtni+h1e62fiX3gqvGxTJVkVC4Dpy5tlfEW0TtSBQBF+QeVjniJDLj8Y4EZ\\n7JlBTP0CgYEAxsGf0bPI3eHOZxrZCdRfNuzv/6n1IAcXFNGC9ebSaTZU6O7IBe6f\\niPwFpaow95nP/DLKfQkn/MZaUWZEQeX3ADyWlqvtRLjIIt1O3tRujxreo8tUerM5\\nm1V6xN1NTUAuGP7rZDG03CfgB2Doxlydy6ZB8g+NQGMAkTELgDNXPFU=\\n-----END RSA PRIVATE KEY-----\\n\",\n \"validation_client_name\": \"chef-validator\",\n \"chef_server\": \"http://chef-server-staging.runa.com:4000/\"\n}\n"}, @has_been_read=false, @state=[:ec2], @current_automatic={"ramdisk_id"=>"ari-cf2e7f8a", "public_hostname"=>"ec2-204-236-183-218.us-west-1.compute.amazonaws.com", "placement_availability_zone"=>"us-west-1a", "block_device_mapping_root"=>"/dev/sda1", "public_keys_0_openssh_key"=>"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYOSqb0EvBn7R8qSTqb3QSD37fjUn1AZVPLShS1IopJe0ZC+qwsjGprmlsHJlAQTJgKzHI3s4b6hDAP514s6RAqD/+5mtfvoYy6iIiE9ddGE3L6ZKTqYCcxgNmBtHBvgdEpWJosf5PHntKcl2mRuYgzuQ8c+hVu1918mXClQ/k6YF0zi4C4lxOIRs3it36JOQu7BT6BBCeWox9W6kzRxfw+iAynBgWnflxim/GjFykpEouq3sGITQSB65fl47Op82eZgwKMMhk2MtbQUjQjxBuoS35j+UUVOqVr0y21tzSjqBev2GL2XNdzkMbPnGJCitWrK71rMtiFLvH7bTjzAXr id_runa-staging-us-west\n", "instance_id"=>"i-e031cda4", "instance_type"=>"m1.xlarge", "local_ipv4"=>"10.161.99.137", "reservation_id"=>"r-3c58b378", "public_ipv4"=>"204.236.183.218", "local_hostname"=>"ip-10-161-99-137.us-west-1.compute.internal", "kernel_id"=>"aki-7f3c6d3a", "hostname"=>"ip-10-161-99-137.us-west-1.compute.internal", "ami_id"=>"ami-1f4e1f5a", "userdata"=>"{\n \"attributes\": {\n \"run_list\": [\n \"role[runa_base]\",\n \"role[staging]\",\n \"role[swarm]\"\n ]\n },\n \"validation_key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA1v2ZfJZPRNpynLnLzC6FYNrQvV7RsIZT4jW873kV94Xa64Pm\\nYHakc+G4mrjB1fZiPmET0i+EfOWUgdeJOTYaZLZ9IurWUaovaZQG9qKke8edvyeI\\nBTvxsx2A2CsxOb+fNUi8EzUuIoL6xwPVhFOPvg3DZRbBosa2EWDe35H91v6Lavk+\\nyA5cCmK1NQc1zr/YiB4vSFtx6z/eKJqeZlJFaLUT8HT0W6dg+1BaRTr8lPj9NYJ+\\nGSN55N1UefIfJdb5S0NRLgADKoVYd8lISKLqlA3Z7l+3CZb9UPjDpE3GY9iAa1Na\\n9ob2LZkuVT1NOD6J6BB5vnj/huzri9sXWmmr0wIDAQABAoIBAQDVh+QefhwVQvJ6\\n/36POdV3sV2J+NdEAObn0n/pSdarleMt8D+sp6oG/rYf1kmPfbtuQXUyWce5VTz/\\nCVhd3oKwbSA0whJD4khdEI0qAbhkyIrBBT5wFG2nfTIvghbOSKiUf71tRnCgDn+N\\nkx1K5MPr/DeJ++QvDDZhZFl4rMP19+Hr+pQ1CGqU+SeyPnZ955HdjWq9SAkMRSnz\\nqQKQ41lABaOLYqAh8LULtMReAbFHgxU3SDAH+DfnQhQ85cDTzDuMP5ayCW+fCqZm\\nJFPJ9G4LwyU+o1JL6bChxRGrYsdeK9HmJkxJV4BLVNH5w82aBz+WNlENgJZYhgNB\\nB0b1uYIhAoGBAO06lJjJ4DPIzFPO9nytUXbiNJqm8EPEvWNt3ZQa1RwgIq8bCdCM\\nCkP38n/HFBAtq5mwg628oEfdYSmjBZ5K6AbL1TkE+3pDJKDdHeqEWZrvM7q7CoWL\\n8IdH472cNQNEWmiHa4qYg31rfEKQrrYS/UTVYd34jrihUaBOeYt8oNUvAoGBAOgA\\njSwXJNR23w7HX1S67owqiE+jD0Bh0yRoMuyF9KZiK+eDChf6hrMnWnSGh2RuRRxv\\nV9t7pPCurCaQiG2P68msJIGWPdahtZ1ocYeGbc7xccU1eFWA4BFnFlzqVLBN52Z2\\nNVxtSi3BMjdlI1G7CDB1eAndCLvfYCDY0Jh6qHKdAoGBAOPbdIccwEB9CeUl0RMH\\n1kt+ElDJL9WnztEF4eIzs6YEJ8xRCChLmkCWk1GwAdFYTI6eQJxLpRfhx0Wa0/aq\\ntBpzBiZyZqmUfEYWnHl5DigGwYUFyqFjPHBz2Idy1miA6uWjzOOegg2hhATbuzQf\\nIS1QV2RBLbShHin/tjcISeL5AoGAKzEXFzND1w4+Xrj9ZX/bs1qjv/fCeiD8NxXz\\nDRevQV6bf+FkeqxYcXgNHg6BnE/vK+kKuUDepzRNtmxICeW2ZvhWX43B+3hloGV2\\nZV3Aibtni+h1e62fiX3gqvGxTJVkVC4Dpy5tlfEW0TtSBQBF+QeVjniJDLj8Y4EZ\\n7JlBTP0CgYEAxsGf0bPI3eHOZxrZCdRfNuzv/6n1IAcXFNGC9ebSaTZU6O7IBe6f\\niPwFpaow95nP/DLKfQkn/MZaUWZEQeX3ADyWlqvtRLjIIt1O3tRujxreo8tUerM5\\nm1V6xN1NTUAuGP7rZDG03CfgB2Doxlydy6ZB8g+NQGMAkTELgDNXPFU=\\n-----END RSA PRIVATE KEY-----\\n\",\n \"validation_client_name\": \"chef-validator\",\n \"chef_server\": \"http://chef-server-staging.runa.com:4000/\"\n}\n", "security_groups"=>["swarm", "staging"], "block_device_mapping_ami"=>"/dev/sda1", "ami_manifest_path"=>"(unknown)", "ami_launch_index"=>"0"}, @normal={...}>
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe users::env via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe env in cookbook users
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe users::homes via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe homes in cookbook users
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting directory[/home] to the state of the prior directory[/home]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe sudo via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe default in cookbook sudo
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe git via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe default in cookbook git
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe chef_aux via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe default in cookbook chef_aux
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found installed gem right_aws version 2.0.0 matching right_aws (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe monitoring via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe default in cookbook monitoring
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Setting gem_package[right_aws] to the state of the prior gem_package[right_aws]
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found installed gem right_aws version 2.0.0 matching right_aws (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Loading Recipe nagios::client via include_recipe
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Found recipe client in cookbook nagios
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:HcTHamhRzJXjwBA3zm+H3XaR9Hw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:41Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"SE/bc/cbFxXMwzRAKj0KROzq//cswQqb53hxO/UpbZZ0Y6lTXlijBvOlYMru", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"5P/N6FmwAsgPHlmEGlrrMEqgRB1ZeOA683OPSfIV14GitRcQAoO11qpnHLH3", "X-Ops-Authorization-3"=>"kOmOZnzssRjfYxuc/LosIUt1RkDeMm/ZMY47IQs6K/58JR/lwfwDUayJsnLr", "X-Ops-Authorization-4"=>"TwchIFw8mRUlKr5YVELZEjn9Fah7TFX6pLekutfL6M2nyImOQ8AF2m56M+xC", "X-Ops-Authorization-5"=>"SzcohovrBmQv7VL2nBuVEyMD3icek5NNFuB6kRKwV+S3gAHYXJixktyJ8h1m", "X-Ops-Authorization-6"=>"zCE+pyVw01RKOE++SAB7DeaYNAPZwL9iOIYmuVnuVg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:41Z"}
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//data/component_assignments/monitoring
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:41Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"jahZPDe7BMDoF1GqQL8dz+b1afGzbglhuvj1SZhYDTKbz1V4OsBJ84QlYXlz", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"df2pxrV4GME5p3AKsCusXoF+lTraZ6ElN1lfZ/Fmd1s6EyavQAKD0+/FZSWx", "X-Ops-Authorization-3"=>"tCbLqyBJxkkSqM1XxGjJaU6jdDJVeAY+vWbiU1JZVpdrIroAnEUpgkVD1kvQ", "X-Ops-Authorization-4"=>"zqrh2E2+qaBrwv9XsQBurM6QzaI4yU+zgePkkfRZ2UBOCqEeeRVK+gIc161G", "X-Ops-Authorization-5"=>"NpDmZzRjejgpPoy+cbJ1SuQTj4fVQ286aLUySDu/6uCnnd/LnQUF7xaujsdf", "X-Ops-Authorization-6"=>"Zcj8e0Hzkhy98iaTI8bj2taxzhuq4GvXfcMEr47lZw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:41Z"}
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:iRTxGsaz2L+c2DZBProh47q33g4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:41Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"CrzL9upg7pk/VVKRzxYtxfMDXS2V7vVrWbD9b8dCZU+j51j/8yhYblDy34bk", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"/obGtb+au9sx85uQdKGIrBGU5kzynpZh5e0FdbFpDemK6UGQL/o4hK/P9oJz", "X-Ops-Authorization-3"=>"RaSeWIWQjc7q5jnCRDSSnPidUsys6LBtqk7cspdptLA+LeZ4vPReMG5oNeF2", "X-Ops-Authorization-4"=>"gmSr+CZ1/QNZdrlVHpmqM2TUHXX48ZvTgioZvnvl6AHkxR8kwo+axytS2SJ1", "X-Ops-Authorization-5"=>"kZd7z1P2dXo9wYX7S+Tfh1q/SFSN80pPgaW/XVstohrAcecJgUCVsSbhLgXO", "X-Ops-Authorization-6"=>"A3AJeIJEASOhX/h6lrPCoglJyng2fig44YaLMnflOA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:41Z"}
[Thu, 02 Sep 2010 21:33:41 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/role
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:iRTxGsaz2L+c2DZBProh47q33g4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"er07kwmsfGaPvoBqbsFFHEkViIcfHAV00y9l09SC1lRm65l/dg134XWHxALC", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"vVEPS+JcaZHU1NOMTJtTKNvybLvStSk/c3wOqm9hzjeJl/s8zAjPZnH10DwD", "X-Ops-Authorization-3"=>"bijPXFHVolm1uAQOKX+LzFJrk5F4myRA2ZzlUmWSg2XUpRPZKn3EGk2D7C2M", "X-Ops-Authorization-4"=>"Z4UhfrdIAHt2DM6ltgcvS/9T/qMfYb95nR5KZCA4l6a+yM/d9koLzqGy7vKh", "X-Ops-Authorization-5"=>"MjZmgU0pWk02xNBx4Odzvi7Olee4jr329FzGH3Csk65Z+4oJT2sO1dpv73Fm", "X-Ops-Authorization-6"=>"lfPCT+gDZcq8Ym2orpVghU6xhNtXk5IonF9vWMHD4Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/role
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:iRTxGsaz2L+c2DZBProh47q33g4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"er07kwmsfGaPvoBqbsFFHEkViIcfHAV00y9l09SC1lRm65l/dg134XWHxALC", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"vVEPS+JcaZHU1NOMTJtTKNvybLvStSk/c3wOqm9hzjeJl/s8zAjPZnH10DwD", "X-Ops-Authorization-3"=>"bijPXFHVolm1uAQOKX+LzFJrk5F4myRA2ZzlUmWSg2XUpRPZKn3EGk2D7C2M", "X-Ops-Authorization-4"=>"Z4UhfrdIAHt2DM6ltgcvS/9T/qMfYb95nR5KZCA4l6a+yM/d9koLzqGy7vKh", "X-Ops-Authorization-5"=>"MjZmgU0pWk02xNBx4Odzvi7Olee4jr329FzGH3Csk65Z+4oJT2sO1dpv73Fm", "X-Ops-Authorization-6"=>"lfPCT+gDZcq8Ym2orpVghU6xhNtXk5IonF9vWMHD4Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/role
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:h2iD+74Ww+XE8HAIGxv5Z6j8uw4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"QvVnf8hTA7QTAh2qvvkWZWff+MLWyCiov7NEkO/gx9eiGyP7h5GFg+ooj1yg", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rsGobKEwWFUg4fATcuzmbPgBrYCS/ehpI0a+Hszh/vBF7HYHJUxU5Hu3MexE", "X-Ops-Authorization-3"=>"UtItR7+c9GSwdGqsI0hybTPahJ9qsNYCEKAPJ+EMnm+FpUR0RcV6Fg5tAtOc", "X-Ops-Authorization-4"=>"cIbpb8hjAbG1Xxk1+g94Tzt96U9kw4qhenFzNf6dommpjlBgiEPmywjGDOfa", "X-Ops-Authorization-5"=>"NnzsqDzwt0baurVtsxEwLSaYw70l3PaZuSMp7iYweaTA+TiKBxVpmm0h0oyL", "X-Ops-Authorization-6"=>"Da0ZwO5bbI70dDGN1oZfyGBemttLjS4FNlo9CQO4yQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/runa_base
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:454x+ZXsnx2DybwULjU8irMlZcU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ROGvt0j6NX/+OfCGF67AXDTY4aQ6x08Tup/ZpeckjklRoIP/SrO475r9sc7A", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"hUeZ/OGlDHEc8Ul/lcS0Wy4TDIGddzvfTNh6PgYcStpiZrD0Q7BSEYJ6UZSh", "X-Ops-Authorization-3"=>"S2jG72OyT/mDfg8K/Ec5kILUTPCRcttaGQWroyGUKmV4OuhZ8oUhhHMFnxgQ", "X-Ops-Authorization-4"=>"JHDX/gZTpTxfCe2kTJd27muSVBdB6bXEPs87y/Psy4I+ElvhC32Tdc7jGrCq", "X-Ops-Authorization-5"=>"ELtLlvhWmvC/srjFyk02uDYZuYXouPMgywN76iI+D8d5vmchmhyeE6enFtrj", "X-Ops-Authorization-6"=>"JcAc01RZsECLiNtQDiaSfeZZ0ncdgxJ6DA1TAfgWyg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/runa_base/0.1.0
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:IvwPth2lvg5w0Kvjl9kT2f2dYRI=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OMa2DhwZY8j7biRMl+gBjgN8/cMszn17xrKcnkfd4mU8tWt4vy8oekljD5/c", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"o8RSW8h7GaUOjyvFnMuyAWz3pyY+c7TfEJLarKalPhomE6h07p76gfDCDvj1", "X-Ops-Authorization-3"=>"2FXKyJDgUP5kFrtLKT0fXBk5+q/mk1GGaWa9IqUc0fZaiKmGAq2qcUQfPgIU", "X-Ops-Authorization-4"=>"odYs9DH2/15JCS20Vdfg2Q19hvjuq1l6OpNiFTznN9FLl9Fb08L5DZg0lupr", "X-Ops-Authorization-5"=>"Ur75Z20DZwyOWhmB64ppAu2hCN9dP2RS3HW/MINCRvJaPklfQANXuciPKTKs", "X-Ops-Authorization-6"=>"hdnIt5BN5XuD8W/ykaLQqreDkL3nBh8T6hacE32HEA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/users
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:kInGUd2Ed7yUiUDMl4H/K3ZJv1o=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ZoC6IS4VMza2C+f9UVFjw769zvHXFoljiUK1L4yRJ9Cu4/EwjBjrCY5TiLui", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MHse1rGNPEpjAkEG69H2S2f+ilUITDoYSfx4gEsnK6WPvAmZu+97TXRzGxYV", "X-Ops-Authorization-3"=>"iTFi17T5yThAmiMuQzdkD7RMVF8pCo8QfxwbTFCT33PYjZ8VoFod5Okkw2Pu", "X-Ops-Authorization-4"=>"/n5xk9eFgAw6QhnJ1T1e1FZHUVhiPb0YUHLRqLISp9PZLOiQBLGi8dynqpKs", "X-Ops-Authorization-5"=>"6aV+3pUTgPAjDFAvdjCiDB0Z/ARKYwZsYQrOnxBnsTtra9JXEunbjoBrWIj8", "X-Ops-Authorization-6"=>"+IKWn361YBSqYbjsy+dEpoSrpsFIi1qHe7lA0e00lA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/users/0.1.0
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:lOXqBgh2Z0tPn1qSDu0LItx+qKA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ctbCMt0998cUUcBkwNAzdYhxd2u10qVhvYniM2PGcU5pmWFnQGd/VTWldxi+", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Wr7yn4MBS/Ck9XWg/hQztuvogAbK99EUE329jv3zTJ4G+6hlsWak1B4w4IxJ", "X-Ops-Authorization-3"=>"7Pl+V7dW95VTdrwGjvEOvKJC7V0wnjSrATrdQUs/IDa0zu84RJ7GhY3nd0qx", "X-Ops-Authorization-4"=>"NqAxz5+WBfzTq8OsXYn6HjzY0Xq3EcUpiFiLfC8UWmzm8cz6ALRP5H4OmLzZ", "X-Ops-Authorization-5"=>"TqsXtTSCyOd/i2j2breCCB8WWREpWXbv4XYn7pxqsdhYal2GIYvgvd3hvPYR", "X-Ops-Authorization-6"=>"pEYneWroky6IVBa1MYEFrimcJ2TzGjEb0gVINpZFCQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/sudo
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:6+IKzDGRcaK8SMEFUWLj4qHFdwo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ewWfkByQ+O698oWVazAnIpEDtgVFXy76KAwh7lfVX/GStYDXeiEgToarzM2J", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"oZE9mQbtRlJ/vb5GRoc4OrRukB2lXWfSAzEGZ4gY5CofCujbRcc13BG1F68G", "X-Ops-Authorization-3"=>"Yl7w+5y02abznjqA6D3xPcJxUf3boBToT61FxaTWIi1l2P+nKMoLRTL387o7", "X-Ops-Authorization-4"=>"0FELjl0GSKyJnsasDneKaILJTiS/IiehUWebpm5t2Vwnc0seSlCUbNywsqpi", "X-Ops-Authorization-5"=>"obCz7L+CJdS3gC663o5T8cyNru9QCodZHjFQq5W8exbEkuwDwvHRmW2fpjL2", "X-Ops-Authorization-6"=>"Z3DRo3mqax34M2+pvC3PsBg62iSvsfBxAgBMYBkQqA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/sudo/0.9.1
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Bz3aT6ROy7oFl2VPGKlMSF8B/cY=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"eUD7sZcrsRFRmbtoBnkEb7iR/nFO1MlsA9Ubw/S54/07baV7pSPv5ibNmVLU", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"7k697wLqtFfdDUM5JnE9CQQ0/3GsjNe/MqUMFPcc0rWIsHdpegdumfdUpItU", "X-Ops-Authorization-3"=>"+IFcz78w4igfBuP87vxM3dstsphKDnHonVYPk5Eimx3oY0foy89XYLuKVOOJ", "X-Ops-Authorization-4"=>"vacWCqlngii7TmzTg11YdY9MnNO31hMcPij77qVojfuvYXmLlUnDvNY/nMJu", "X-Ops-Authorization-5"=>"q8r1lj1+BLUkEoTPzE8/ogthKtt/selEj0J+LLtIs+Xmin46KpGy62C28xfC", "X-Ops-Authorization-6"=>"ZiFOfc/cCIDZJAAnXOFc9M1hzZDd4e8weJVhUEx9RQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/git
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:LyK4jMyNVgFlg/Tm4w+SlH9oggk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"UQivJ85VgzRxLfDGfNsfEVsLqSohFAt0nOqHyRqyfi7u/21sqShheP8+d0xi", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"fo25ku0ZF+6OC+Gi8L6SHx5sav2m2ulr0mkWDoITo5FWpSCWgvVk4H2hVT7u", "X-Ops-Authorization-3"=>"lP91OL/RThFuepYz7iwoSzcwRhwkUIKaPAd1uKSDaPRfo1BKMRx8KdnCi1Vt", "X-Ops-Authorization-4"=>"trEYChST2aeUWJBGZe7FcQRM2y1bADJIeYBSTh8zsb12PxpIROAAizbph+11", "X-Ops-Authorization-5"=>"bVwyGUkYcHn3HpqdBCDxGQBZkP40SO6mEwgbh81xALhJeTg5TtSdG8wbMNjm", "X-Ops-Authorization-6"=>"N7lQRhv4jUV8mzx9A4TPmBfbVI8pXAJdhghqhXLM1g==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/git/0.8.1
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ELRGR4l5I4q7Z77iBy8WnCj+J64=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"dmJWWQycCiF1IojdffGq+zEGHUWrPkAIAhNg+TzoB6nOvJFKyMgjqwg33z/z", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"as7QdK5WQ57GpVZm+h6akokN5hWLX43snscJr0FPsEV8kPVtz1XsHJTqiw63", "X-Ops-Authorization-3"=>"WHpckLXGcsdgzav40L9EVJ3cTAcm0iA/dXnODowNz1cIsEUO/LDIWZ4RHf0y", "X-Ops-Authorization-4"=>"hGAzZbwSrnzBeD1dEVmM/JzQNOF4Njg+CDoqpQ8r8Owj/hd2JG0whVgmnQqS", "X-Ops-Authorization-5"=>"ZmPPBcPVb3Yt3cCud8zPNYP7tm86TITx7yn885v16AU0hdXchVt4zLwFkc2I", "X-Ops-Authorization-6"=>"5hDGW9TPhJSVUXmR26fD5x05/d9PaGVJiKdY1V7GbA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/chef_aux
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:zswhAsCLp5I7Wgo6Lc8k1unF4QQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"iawxPJkJGTsfmmkK8IR2bOBya+CtxDB415GpYIKGGIR8T8m+R7lTcBb5UVyI", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"sDQeVxkU2uhPSFu9jS2qSmOp0JfLrvhebXP4IxdgQ/IcZ3HcPvBqfGceqsDi", "X-Ops-Authorization-3"=>"w3SzWaCXqmiqMJasENlKLnejdeNQ/cqU+hJWyx6AwIZcktan0UCwHa1LqBl+", "X-Ops-Authorization-4"=>"ocdRvdUUbPgRMlr5B4WouzBZkZVeWdz4f4mY6K8LvqonnLr09274Q1v8oFyz", "X-Ops-Authorization-5"=>"JOQiPgvH0F2d5CF7ArW3eFszXe4CmvJFdh6qFmXrep31AxYxIb53fXmMMhxB", "X-Ops-Authorization-6"=>"ceSrX7fFfq7ZnZGovOs52/Yey+IXcADlcvDmCyXvSA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/chef_aux/0.0.0
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/a4OHH2YWsM1vHuea5B0PGgl+0E=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"LE1eUU/tNHiTFp/TlpjfZ/r2mbIAF6NaRBINUO9nle4/uADgp2JAsv2yGMnm", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"8AblLH1UTkDMywUenn9Pz3Cpxha0jmTbWsErPCb88nohl2i9g6OvSsVLFrHS", "X-Ops-Authorization-3"=>"JiT91//45xOW95nfkvIWp5R3KqUxyXZx1fGwKmbttHzg7ws8exNmfr/wi32a", "X-Ops-Authorization-4"=>"uq88rN3b7Sp/9vSuAPyUyaZ0L4fZh5L8n9oGVE/xx3CTFVMTxrHR+pN2O0j4", "X-Ops-Authorization-5"=>"3qG5KsUghpBXFWzwdfMq46kwr+lcjEzx9shNWCi9ADT7Vwku7UslDP4sEV3o", "X-Ops-Authorization-6"=>"kDUTkmaTXt4FnP+w2xDJJOHmRPuYDHJwuXvtUCRoiA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/monitoring
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:cT4Pqjn3xRq869HgUyYt8oZ+7j0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"S/SwZ/6b0i1KIdIGIUtu/P5gpfh+GqDOIFs41WZc1Qa1O5RPHTgoI7OFhwcD", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"yKsyeJC7jm7lveVbqKc6by5uzuB3SjMCkj9FIvlLkRdS06w38VfGn/YYkg5r", "X-Ops-Authorization-3"=>"7WtfEMt3pFXH3+75kLLuipd3O3APkEkaOeXA2LC8wNqTHOTlAfQHeAJeQ/t7", "X-Ops-Authorization-4"=>"JFLs1I9l1bwkgORQAt0mBpg0/+wN+SA3Vxg95WEqpjvI7eZVw0/wC8H1+OB8", "X-Ops-Authorization-5"=>"pYUXwbSkAtnvpYEqSPS01BZmdzUvOpgcdh+RbuJiRh5EZPMEhpHCG0bKYR4H", "X-Ops-Authorization-6"=>"lFemteUMpzvy+zpZ1psL4oSPghqlQMAu7Fy+xsc2bQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/monitoring/0.0.0
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:YP2DY0dB2mxAaWD49ruTDlhQA8o=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"VN7SZsqUIn10nmtoP9f8yIhqhOjSGVQZ9ppHTKR0gVXB8W+xeNYKc5wAESe/", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ZdNzIQASsYMVIiuy6wWIIC5aHlpSd7W2192z90wl/RbzVBi405EZsiG7poLb", "X-Ops-Authorization-3"=>"ux3YrGv6XJNVzYK/yQU24N6HXB2+VEbpRrRyXblDT4VwqUqSf08KiE4HLuk6", "X-Ops-Authorization-4"=>"2znPIPUO5tbxelLQj057CDKw+KK+3y25hUTCCS3OHR8SYm2GV5WTK6HgRIh2", "X-Ops-Authorization-5"=>"xHCYQVEyuJwE2hNaS9vzwUPCeB9lovefYaPtbC4c8oyKER/EFeusehAoqGEy", "X-Ops-Authorization-6"=>"CbBhFlYv9kjhPf+KlyvtJSXAHn/JUmm/QLpNLPtimQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/nagios
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:+4ibCllfrTHjDlMEcVvvUqclyDM=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"GBxPJw3WcJWxalH4HNHc7B1Z0y9A8BejkfwPDKZpIfzgRF78SgL9+P9oSIXl", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"PMxPKwTVp0DB6yW5PBGQQkFPB48MIPt7Lb8Dhzpu7psWbKWW/3v583xD7x6F", "X-Ops-Authorization-3"=>"WxIIMo26PB0CK/T5zu+5R3ATV4ctTzrinNXlhxDcKccWtNugFP2Bn/kHkhhO", "X-Ops-Authorization-4"=>"f4zZSE9gmzn7GsaC2nBjQf0Y9eRo6Ceq08yelZMajAHrzerIWcMTAopbwfbP", "X-Ops-Authorization-5"=>"haw7pbuMmMW6777Xv2sMstQMsvnf3fH/Ptkor601PC8sCYHhRZnVOJm48LlK", "X-Ops-Authorization-6"=>"PzNIP5zJOv3OMtnr5EcHfKW+G1Ei3OzpHaeiqqW5bg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/nagios/0.3.4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:PWlPhMdx3pPvShFvoHXAkfEfp2w=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"DO3a0zcdEQ4kG8SKAd2eBpztSC0T1fLqZ2SADBOrC4fdUOOd9yN+B+Bss69r", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"CpDJ2rJ81wqmu3kSb01pS35fEAp1CblaTAlhV7qSCIwjKQRmUIxo1iJ53wen", "X-Ops-Authorization-3"=>"00BzNonTcNqzyB5vB/hNBlZprOdSqu61AV36NapEDFqlfhbVDqsb+6lv7SL8", "X-Ops-Authorization-4"=>"0GPpkYNQUWOp1o42VM7SobY7ZNPmoeS2Ty2G80vbMB0e2YF38S+o5yrXsRiW", "X-Ops-Authorization-5"=>"UUFKT4EGJ1rwxVzQSbw9rBdSWTw5seDgL4L9vZxDJ06Ychzn6f0rMLlmeyjQ", "X-Ops-Authorization-6"=>"/JbTVk5xEjgasaT2Q2ALnQPOMKrnaHOADmRlGNVbWw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/staging
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:PY97zHIZLetw3kOHlojxjQcTFK8=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"nb0qPTrOYTBFqaOVGlwe1tmYtb1rfGRAcakrSuvC6BX/G5skPSeyggndnXZU", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"byDkjjk7cMMiKEjsP08WsDgtvWIRfHhezHBumdRMl9KI/Fc9cLdHyJyLou/R", "X-Ops-Authorization-3"=>"13cJo1Limnbv35bp21M8VeVvQNsGymLaSpUd5gDGXJ0cy8xDMhh4/jWJXtDi", "X-Ops-Authorization-4"=>"Qrkq85FXW+31MHgCntPtwHjFiOzSgSvQpglDnbRi04USb8owFQPgUkvnQWvu", "X-Ops-Authorization-5"=>"FjtsepWMPDgPEUSyJzAAe5nz0O9xOX4pBAXsYPEjiPI/5Ar7Shwa2rac2jvT", "X-Ops-Authorization-6"=>"z1eBRRnweii27TttsWXR76v+6LJsKdcjyS4zzmFxdg==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/staging/0.1.0
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:cWVEsDOUpLtA+m9adOTgGWNOKA0=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"ZgnqoFCai4k/xl/7mmJoLxY50VdVWVyjy3RK2+XjtfIBm6T13xz30IGRQLgN", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"I1ezRZFODO9buXGckflf4JDPHorcqQoDlskGhO3jZSXmwgGqsOIUNS3t9plo", "X-Ops-Authorization-3"=>"GWlaIVUOSMMtRXkZaiTCcFmiU17Lcp7U7vTEV+L4N2eUDQ6E/O31YWei/wkF", "X-Ops-Authorization-4"=>"svQpR9Sr81XybrAaxvGcQzI+YW+yZCbtq2osEnsCg9twYN5ZDY9M1wNBwJXf", "X-Ops-Authorization-5"=>"F6oLf+idSMlLlgT2/gS2EjlQEGvb1icbfBTuHMixyIe2KvHpBGpONEejIhhi", "X-Ops-Authorization-6"=>"XibY71iVvNn9QIVZjTHJNkuFkE0UH5OjWK7ZbqqxBQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/swarm
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:VuHmTZfZCABcTDrqktdyMgQAIVQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:42Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AjpheiSvOhu776p46H+967ecM3sG0SKjg/R663tFGJScHmBdV6dvNM1h0sbm", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"L0JH1U4tgo6bvvRQFHVwNCVsCQNi4gMmkgGcjKrgUz4B2HvpJ08EYsZF3aZ2", "X-Ops-Authorization-3"=>"Ma1mH5k2DsAXsoTwFRqEZUBueDk+lslXs5WOZTzYRHVO4TUiUzPW4pyK52pa", "X-Ops-Authorization-4"=>"81ji5vhvvOO49ySdvKxCxEFDdASc7FG/HuXKsRi9dDvGFLYntS9NTaHxhAE1", "X-Ops-Authorization-5"=>"PniDynoEhm+iHhHoF0BWtC1gl1L+hhertV0QFw3Xccugwm7YEDHSc9aoXnf2", "X-Ops-Authorization-6"=>"x7mcbCo19axOhS0c8jkL7DE0Cj9/fU3WpFn2CHJt5A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:42Z"}
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//cookbooks/swarm/0.1.0
[:normalized_checks, {"chesire_http_test1"=>{"params"=>{}}}]
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Loading Recipe staging via include_recipe
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Found recipe default in cookbook staging
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Loading Recipe swarm via include_recipe
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Found recipe default in cookbook swarm
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Loading Recipe java_sun via include_recipe
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Found recipe default in cookbook java_sun
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Loading Recipe apt via include_recipe
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Found recipe default in cookbook apt
[Thu, 02 Sep 2010 21:33:42 +0000] DEBUG: Executing apt-get update
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: ---- Begin output of apt-get update ----
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: STDOUT: Hit http://us-west-1.ec2.archive.ubuntu.com karmic Release.gpg
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates Release.gpg
Hit http://us-west-1.ec2.archive.ubuntu.com karmic Release
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates Release
Hit http://us-west-1.ec2.archive.ubuntu.com karmic/main Packages
Hit http://us-west-1.ec2.archive.ubuntu.com karmic/universe Packages
Hit http://us-west-1.ec2.archive.ubuntu.com karmic/multiverse Packages
Hit http://us-west-1.ec2.archive.ubuntu.com karmic/main Sources
Hit http://us-west-1.ec2.archive.ubuntu.com karmic/universe Sources
Hit http://us-west-1.ec2.archive.ubuntu.com karmic/multiverse Sources
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates/main Packages
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates/universe Packages
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates/multiverse Packages
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates/main Sources
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates/universe Sources
Hit http://us-west-1.ec2.archive.ubuntu.com karmic-updates/multiverse Sources
Hit http://ppa.launchpad.net karmic Release.gpg
Hit http://ppa.launchpad.net karmic Release.gpg
Hit http://archive.canonical.com karmic Release.gpg
Hit http://security.ubuntu.com karmic-security Release.gpg
Hit http://ppa.launchpad.net karmic Release
Hit http://archive.canonical.com karmic Release
Hit http://security.ubuntu.com karmic-security Release
Hit http://ppa.launchpad.net karmic Release
Hit http://archive.canonical.com karmic/partner Packages
Hit http://security.ubuntu.com karmic-security/main Packages
Hit http://ppa.launchpad.net karmic/main Packages
Hit http://archive.canonical.com karmic/partner Sources
Hit http://security.ubuntu.com karmic-security/universe Packages
Hit http://security.ubuntu.com karmic-security/multiverse Packages
Hit http://ppa.launchpad.net karmic/main Packages
Hit http://security.ubuntu.com karmic-security/main Sources
Hit http://security.ubuntu.com karmic-security/universe Sources
Hit http://security.ubuntu.com karmic-security/multiverse Sources
Reading package lists...
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: STDERR:
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: ---- End output of apt-get update ----
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Ran apt-get update returned 0
[Thu, 02 Sep 2010 21:33:44 +0000] INFO: Ran execute[apt-get update] successfully
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Loading Recipe mysql via include_recipe
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Found recipe default in cookbook mysql
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Loading Recipe mysql::client via include_recipe
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Found recipe client in cookbook mysql
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Checking apt-cache policy for libmysqlclient-dev
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Checking apt-cache policy for mysql-client
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Found installed gem mysql version 2.8.1 matching mysql (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:QTtH6ocsfQ0gBpDwoqATh2HcyqU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"KJCu8wSJSRG/rs/Szc0ZxZ1DqfjnodfPF3J4SU2GdKmDqCsyQF7Fll5DMD7c", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MImNA50ixh6JOOmBqhqE9xoAdNPUitJn6fP75TpMc0UCVWKyqao2cgVsmyX4", "X-Ops-Authorization-3"=>"Xj7690XdaiezlE5pNnQo/K06tEia0M/EDJutjvflIkrNUfQKNWxfOGNoWTby", "X-Ops-Authorization-4"=>"tv/eNy/ljlpHRMnd8ar6yD5dajWhyPiC/w/GV7O7R9CmNS/9JlnybGlBTsT+", "X-Ops-Authorization-5"=>"Egu7t92rKHLa8+K0t571L0DdUNOQpu1YeyOIGDEpptpvEsDOWN919m3avMfr", "X-Ops-Authorization-6"=>"70wQgD7Wor9szxuYyy5mLx0pfU9sbw6GxDlH/Qfciw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//data/apps/swarm
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:jSC42gcictdfQw6Jvw2YUYeHNo4=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"T7A6pbU4qLD/jD+ygotJlJ36oOP22rwdJyJZTCozel4QAMkszt0lszPKIPm/", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"IcrL1ooy8HNTsVzuMXMqnwtyG62DsBqM72+utO2C095Y5zzvCfpHNah2QBC2", "X-Ops-Authorization-3"=>"ApWuHhL2NRq+y/yUA9Qzm89+3FLb30G+dCSHRBE+KxAG0ErKdhtRAQlUjo7F", "X-Ops-Authorization-4"=>"JscWZ/JlypkSm9hHITuGH6bjOIgSm52bQDPOdRPTzTf8jYT8GVoQU5ZwYqVg", "X-Ops-Authorization-5"=>"XkkqoZ8bq6Wltbrabc/269FTkPPkZvxe0RPoyjojYjMMunjADORchsNrTdnC", "X-Ops-Authorization-6"=>"PycJ+0f6PfV9TLVemPKr6NJh0+ILveclTV0PzCKrIA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/apps
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: swarm default: app['server_roles']: ["swarm"]
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: app_role: swarm app['type']: {"swarm"=>["furtive", "nginx_reverse_proxy", "hbase_migration", "postfix"]}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: app['id']: swarm
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: thing: "furtive"
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Loading Recipe swarm::furtive via include_recipe
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Found recipe furtive in cookbook swarm
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: About to create /mnt/app/swarm/id_deploy
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: About to update ownership /mnt/app/swarm/id_deploy
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: About to push out /mnt/app/swarm/deploy-ssh-wrapper
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:igFoPYxWyhLvSwE1qShWLe6DanE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"mNz+9IhbDaw0xobN+o3DaFeAKVsA1BiJ+nfnx9uNa8UV1yw8L0fegw6g/F4H", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"B1WfChy+qh3HKOVnCJCkzhBnFM7+zHQxpilTaKn7+LfMmp+ttUxKhPKx367I", "X-Ops-Authorization-3"=>"duIS+tqac5uzThdNO45i9khO8wEdAtYjmXIJch9zm+9OTla6sAvG3S1u+Pfd", "X-Ops-Authorization-4"=>"WCTKu/IqhvMjqQzPFDUIyW333i+Dt7sxdevFkbCqVFRIxfSdXhqhx/PbwTxw", "X-Ops-Authorization-5"=>"9mDQx53CXUIKucGB6Be02voIfiM9jzjqsqki2vT70bqbFvtgro6LVDZ1JeOZ", "X-Ops-Authorization-6"=>"Q4GutBnTTIh8sWd/ibMjAHsTn9n9wDxj/KXLnnbskQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//data/apps/runa_dashboard
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: get_node_by_role swarm::furtive: role rabbitmq rows.length: 1
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: get_node_by_role swarm::furtive: role runa_dashboard rows.length: 1
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: get_node_by_role swarm::furtive: role hbase_master rows.length: 1
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: get_node_by_role swarm::furtive: role redis rows.length: 1
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:pORQGn47jbsjTTioAWHXpOsa380=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"EOr4wx703A3ZwDU6NUb6WNCHUFGT6EeIXf6clEQ/JJ6hgJa65xbSh1OQdYge", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"rSg/zHKDiwhiHQhvGgiQyn9M5T258jRIEdrBJ6ADDbZokQ6ktps2UIQ7EuW/", "X-Ops-Authorization-3"=>"1gz+V8ZeLS/WnDN5viVbF38FPIHpyr7H0Vs99WtywqXPYgeLuh2mJbwoHZEl", "X-Ops-Authorization-4"=>"+D8bHWOawdVK6EKIImHQ5LchITBCLWaPtqZ+ASITarRmHWF/ljRKOwDgd5/m", "X-Ops-Authorization-5"=>"KHMEG6t2VL7bqBR+8EebwmzmwpxdKglP/PYBHSTQA+zku4+UwFQ/iFJvGeE8", "X-Ops-Authorization-6"=>"t35gRbb9tXSzeC4aIZABS4jD6LUhteLiDNGEhQH2yA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//data/apps/cinch_runtime
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: get_node_by_role swarm::furtive: role cinch_runtime_db_master rows.length: 1
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:/TdjeQDxZoaDUshVgX+oyar1hXs=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"iB9RfwDDmrWVc5vzEr6Nvnh3rMViWz5miTNbts3IDfYAdcNKmMpHmY5wDn84", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"GAN3dtazZs82AJ1VMJnzTFWXccw/nW7Brj5PziqiL+wMC1cYful3UOWvCVDr", "X-Ops-Authorization-3"=>"4Z00x4O2cunw0a8bJIFZHByWuJuKV8lDnh7EdvCwmEp4BN/ybRs1Szzs63Tr", "X-Ops-Authorization-4"=>"u8XiRazvVYL2266WXdkVtiIFq379aFMkPYrpVquZu2GGFlgJMYQFHDAFT0SB", "X-Ops-Authorization-5"=>"Jztp8tpdHSb9PdcWjekyIurUb/004lkUi3eYgX+Boe4W8KC7cQuunHU37tFI", "X-Ops-Authorization-6"=>"qHMLZekMNvKg6tl4KuDAXRRzH7aZyMJISlEAYBVThA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//data/apps/merchant_dashboard
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: get_node_by_role swarm::furtive: role merchant_dashboard rows.length: 1
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:igFoPYxWyhLvSwE1qShWLe6DanE=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"mNz+9IhbDaw0xobN+o3DaFeAKVsA1BiJ+nfnx9uNa8UV1yw8L0fegw6g/F4H", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"B1WfChy+qh3HKOVnCJCkzhBnFM7+zHQxpilTaKn7+LfMmp+ttUxKhPKx367I", "X-Ops-Authorization-3"=>"duIS+tqac5uzThdNO45i9khO8wEdAtYjmXIJch9zm+9OTla6sAvG3S1u+Pfd", "X-Ops-Authorization-4"=>"WCTKu/IqhvMjqQzPFDUIyW333i+Dt7sxdevFkbCqVFRIxfSdXhqhx/PbwTxw", "X-Ops-Authorization-5"=>"9mDQx53CXUIKucGB6Be02voIfiM9jzjqsqki2vT70bqbFvtgro6LVDZ1JeOZ", "X-Ops-Authorization-6"=>"Q4GutBnTTIh8sWd/ibMjAHsTn9n9wDxj/KXLnnbskQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//data/apps/runa_dashboard
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:44Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Zj7mdmobT+6tzN6PPB+3nm3CIj9I3KN8uoWVJbYQag6d20slrczACUml5vyx", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ivNkfuMMyQFtQc3S5S0rnn7LJaNC4MLhhgOcU5ZnjdjsW5/MSPyEkDaSIY0I", "X-Ops-Authorization-3"=>"/dJPlM9v9Y4SUEHQEID7L8QE7TKwAV+RlvtxdXck55D0/M0kA4fVmNrLa/RE", "X-Ops-Authorization-4"=>"+awBjaWOLG7n8A/NBNI18FvpuqzDhbVLnBK6YWURO81PVVUUAAzumE37nzhG", "X-Ops-Authorization-5"=>"4Kcvv7t3XctA5m1U2OPBVSZ4nBVe+l2VtwggfArpzDJ0jHz+HAw+TupUGhiE", "X-Ops-Authorization-6"=>"gZaBod+QvrhHQsOtyUDYvQq4t8v5KS4vI5hqft4tCw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:44Z"}
[Thu, 02 Sep 2010 21:33:44 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: get_node_by_role swarm::furtive: role runa_dashboard rows.length: 1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OYlqqTLqRh820sh0kP81FfaBCaGD0XfQoquT7O9q2sodYAio0iH80d6x27AX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MEuW4AFMONwWqW/ILeBg5M9TMuTWlRgbTcZAvJ5Jn4LyTmXVqTreVTRSC9jI", "X-Ops-Authorization-3"=>"XXvNvDaFMC3+u1bI2qPQ3nCoBZ1E7LS1lLEsjwnrY3ZE9bsd4cvfEKj1cb28", "X-Ops-Authorization-4"=>"B/JOh+4TROCsN7IcmdW6BqQevmLATkGP4xOchdhADFveCOiBcURMLynmN4Pg", "X-Ops-Authorization-5"=>"CQW4lqj9w0gJ9knAokLcQ28m/sBoNTMdMP5NjFwQKQWcu8WPtbiR0CvwWZ8s", "X-Ops-Authorization-6"=>"wgtemnx3MHJ8+PXNALczOjnCb78P5FKx92MOWonNXw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: get_node_by_role swarm::swarmiji: role cinch_runtime_db_master rows.length: 1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: thing: "nginx_reverse_proxy"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe swarm::nginx_reverse_proxy via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe nginx_reverse_proxy in cookbook swarm
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe nginx::source via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe source in cookbook nginx
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe build-essential via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe default in cookbook build-essential
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe runit via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe default in cookbook runit
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: I am not loading runit, because I have already seen it.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Setting service[nginx] to the state of the prior service[nginx]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: thing: "hbase_migration"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe swarm::hbase_migration via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe hbase_migration in cookbook swarm
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OYlqqTLqRh820sh0kP81FfaBCaGD0XfQoquT7O9q2sodYAio0iH80d6x27AX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MEuW4AFMONwWqW/ILeBg5M9TMuTWlRgbTcZAvJ5Jn4LyTmXVqTreVTRSC9jI", "X-Ops-Authorization-3"=>"XXvNvDaFMC3+u1bI2qPQ3nCoBZ1E7LS1lLEsjwnrY3ZE9bsd4cvfEKj1cb28", "X-Ops-Authorization-4"=>"B/JOh+4TROCsN7IcmdW6BqQevmLATkGP4xOchdhADFveCOiBcURMLynmN4Pg", "X-Ops-Authorization-5"=>"CQW4lqj9w0gJ9knAokLcQ28m/sBoNTMdMP5NjFwQKQWcu8WPtbiR0CvwWZ8s", "X-Ops-Authorization-6"=>"wgtemnx3MHJ8+PXNALczOjnCb78P5FKx92MOWonNXw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: get_node_by_role swarm::furtive: role hbase_master rows.length: 1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:sNk+sFYwdMVNDkmcVn8C1i4ikuk=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OYlqqTLqRh820sh0kP81FfaBCaGD0XfQoquT7O9q2sodYAio0iH80d6x27AX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"MEuW4AFMONwWqW/ILeBg5M9TMuTWlRgbTcZAvJ5Jn4LyTmXVqTreVTRSC9jI", "X-Ops-Authorization-3"=>"XXvNvDaFMC3+u1bI2qPQ3nCoBZ1E7LS1lLEsjwnrY3ZE9bsd4cvfEKj1cb28", "X-Ops-Authorization-4"=>"B/JOh+4TROCsN7IcmdW6BqQevmLATkGP4xOchdhADFveCOiBcURMLynmN4Pg", "X-Ops-Authorization-5"=>"CQW4lqj9w0gJ9knAokLcQ28m/sBoNTMdMP5NjFwQKQWcu8WPtbiR0CvwWZ8s", "X-Ops-Authorization-6"=>"wgtemnx3MHJ8+PXNALczOjnCb78P5FKx92MOWonNXw==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000//search/node
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: thing: "postfix"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe swarm::postfix via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe postfix in cookbook swarm
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Loading Recipe postfix via include_recipe
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found recipe default in cookbook postfix
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: swarm default: app['server_roles']: ["merchant_dashboard"]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: swarm default: app['server_roles']: ["runa_dashboard"]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: swarm default: app['server_roles']: ["cinch_runtime_app"]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Converging node i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[zip] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[zip] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for zip
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 3.0-1ubuntu1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 3.0-1ubuntu1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/etc/profile] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/profile] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template profile.erb in cookbook "users"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:7X6mlyN8YRLtMtJ4DsyZkiqtuiQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"cddqqJg/drAl/3NY+OjEsvXzvQVkJeqXBHl3PmVFYXHB5E0KMMvLsiyL5xkK", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"8t+gVg6zvOEIba1yA5AZXuAYzgv6KgyOQDiXgq0WD8Ts7WcAnUUSsdC4Ikmk", "X-Ops-Authorization-3"=>"QX56WMzvbjvfPuP5CpOM4nhOsRxmz1Ub2D9HtI5QYtCWV1PlXzzNoI/vqJw3", "X-Ops-Authorization-4"=>"QbXJOa2K81lvFIB92sE0DvB5U9Bf7sol4YdUcJNvSgxvd5U2UYpZDAGtYIYf", "X-Ops-Authorization-5"=>"COwWZn5OD0GyxFK6oJ7/0BxBgbPF/fk6CgACGFUhgr3YUcL/vtrmQaeR1C6r", "X-Ops-Authorization-6"=>"GKKzGj+CGM4cZBgXAPQN6AItifbQsH2l+fpdivmldQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/bb41e6e022e553f3d73c58baa3186b9e
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/bb41e6e022e553f3d73c58baa3186b9e to tempfile /tmp/chef-rest20100902-20636-11ggb4s-0
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: /cookbooks/users/0.1.0/files/bb41e6e022e553f3d73c58baa3186b9e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:45 +0000] INFO: Storing updated cookbooks/users/templates/default/profile.erb in the cache.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/users/templates
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/users/templates/default
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: 37357169c28f6f3c28c4c13ba22a0cc2b8362ae39fee2cf5bef9f499f4f0c430
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: 37357169c28f6f3c28c4c13ba22a0cc2b8362ae39fee2cf5bef9f499f4f0c430
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/profile] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/etc/skel/.bashrc] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/skel/.bashrc] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template bashrc.erb in cookbook "users"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Yb9a3N49T6IE6uMa3KOWZ+JG8aQ=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Z7r2bzTRrUo7GgKEGteAbxDE4sQWhQh3HRE9a0Y/Ngfz3og5ApyWpUJh5Y8J", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"U93ZnCg1KzLE9YTCGusGj+u7f6mWHk6BUf52zvCG/GJfD+EA/g9Eq47dmPWD", "X-Ops-Authorization-3"=>"peUUaVqVzJWSKfly5Mx9vfzDmvq+VtR29jk+r+bCDL7ZlEISTL3BB7A3vRC3", "X-Ops-Authorization-4"=>"Y4Y6caSXaStgNfY4QK1Nzk4dYv6QCYITWtJHoXcVoNkPa/CvOeTD4ih6rRNQ", "X-Ops-Authorization-5"=>"Qs2hk+8xUUX2n0xYiTUsD2r5qn//hRxiIuFgWJb3tMuX4niCuiTW5sGn8bBy", "X-Ops-Authorization-6"=>"QeMax3Fsi53LhalUUcZkbkIDzidOu77uZXwxTHWyKQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8fc62d2e834c6861ccda76742cfc0517
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/8fc62d2e834c6861ccda76742cfc0517 to tempfile /tmp/chef-rest20100902-20636-5v8dtf-0
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: /cookbooks/users/0.1.0/files/8fc62d2e834c6861ccda76742cfc0517 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:45 +0000] INFO: Storing updated cookbooks/users/templates/default/bashrc.erb in the cache.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: a26922807d43e85cdc0820362a12a193229eb5d0954f21c6973ea1436caab324
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: a26922807d43e85cdc0820362a12a193229eb5d0954f21c6973ea1436caab324
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/skel/.bashrc] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/home/ubuntu/.bashrc] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/home/ubuntu/.bashrc] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template bashrc.erb in cookbook "users"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Not storing cookbooks/users/templates/default/bashrc.erb, as the cache is up to date.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: a26922807d43e85cdc0820362a12a193229eb5d0954f21c6973ea1436caab324
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: a26922807d43e85cdc0820362a12a193229eb5d0954f21c6973ea1436caab324
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/home/ubuntu/.bashrc] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/root/.bashrc] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/root/.bashrc] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template root_bashrc.erb in cookbook "users"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:waNYqkZL4HE9afxvAlmsAKjvtyg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"P9o477OqFGfZTBYVxybaK60Zr96tfkK0tRs7xifIGjaPj3G2wcZfXNIUJ+dz", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"4IqCU+q2zc+UAE5dCz1k8S+I4XiC7wZswHJE8Ep/vCgvFZt3eQ6w6Nbk6X4M", "X-Ops-Authorization-3"=>"VhmaHru2/JFNRO4aXRkPtW/4Z2Ykjoe3IWy2GoyvyXSXxx6TRhbb89u2h9Zt", "X-Ops-Authorization-4"=>"FNw7GF2bp+5kSZDD/HEivgip3QodaqIGELvqTjZ0NLUtbyUbK3uzdJ4h4WQc", "X-Ops-Authorization-5"=>"rJ+Bg1nJxb3ZTwffO/2EokKM+6WfGWe6o9ZYHlXO8JxS//HZigFMAZ7GpluH", "X-Ops-Authorization-6"=>"b2Wax6jBGTkMvTUy6sbYeIJmkBeUIE8PV7JxXoId1A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/845093fe9dee673de323371788f24123
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/users/0.1.0/files/845093fe9dee673de323371788f24123 to tempfile /tmp/chef-rest20100902-20636-18n72p8-0
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: /cookbooks/users/0.1.0/files/845093fe9dee673de323371788f24123 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:45 +0000] INFO: Storing updated cookbooks/users/templates/default/root_bashrc.erb in the cache.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: 9e68a099389aa7ef2f08dbc6d8cdc7ea2dc7181c4e2e80cb3d727d9246fa7975
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: 9e68a099389aa7ef2f08dbc6d8cdc7ea2dc7181c4e2e80cb3d727d9246fa7975
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/root/.bashrc] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/root/.ssh/id_dsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: remote_file is deprecated for fetching files from cookbooks. Use cookbook_file instead
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: From remote_file[/root/.ssh/id_dsa] on /var/chef/cache/cookbooks/users/recipes/homes.rb:26:in `from_file'
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: remote_file[/root/.ssh/id_dsa] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/root/.ssh/known_hosts] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: remote_file is deprecated for fetching files from cookbooks. Use cookbook_file instead
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: From remote_file[/root/.ssh/known_hosts] on /var/chef/cache/cookbooks/users/recipes/homes.rb:26:in `from_file'
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: remote_file[/root/.ssh/known_hosts] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/root/.ssh/id_dsa.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: remote_file is deprecated for fetching files from cookbooks. Use cookbook_file instead
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: From remote_file[/root/.ssh/id_dsa.pub] on /var/chef/cache/cookbooks/users/recipes/homes.rb:26:in `from_file'
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: remote_file[/root/.ssh/id_dsa.pub] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[siva] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[siva] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/siva/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/siva/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/siva/.ssh/id_rsa_siva.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/siva/.ssh/id_rsa_siva.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/siva/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/siva/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/siva/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/siva/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[rberger] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[rberger] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/rberger/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/rberger/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/rberger/.ssh/id_rsa_rberger.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/rberger/.ssh/id_rsa_rberger.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/rberger/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/rberger/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/rberger/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/rberger/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[amit] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[amit] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/amit/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/amit/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/amit/.ssh/id_rsa_amit.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/amit/.ssh/id_rsa_amit.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/amit/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/amit/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/amit/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/amit/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[koba] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[koba] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/koba/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/koba/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/koba/.ssh/id_rsa_koba.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/koba/.ssh/id_rsa_koba.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/koba/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/koba/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/koba/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/koba/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[george] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[george] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/george/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/george/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/george/.ssh/id_rsa_george.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/george/.ssh/id_rsa_george.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/george/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/george/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/george/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/george/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[swabha] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[swabha] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/swabha/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/swabha/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/swabha/.ssh/id_rsa_swabha.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/swabha/.ssh/id_rsa_swabha.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/swabha/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/swabha/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/swabha/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/swabha/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[punit] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[punit] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/punit/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/punit/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/punit/.ssh/id_rsa_punit.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/punit/.ssh/id_rsa_punit.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/punit/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/punit/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/punit/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/punit/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[lgiddings] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[lgiddings] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/lgiddings/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/lgiddings/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/lgiddings/.ssh/id_rsa_lgiddings.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/lgiddings/.ssh/id_rsa_lgiddings.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/lgiddings/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/lgiddings/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/lgiddings/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/lgiddings/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[rnp] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[rnp] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/rnp/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/rnp/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/rnp/.ssh/id_rsa_rnp.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/rnp/.ssh/id_rsa_rnp.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/rnp/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/rnp/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/rnp/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/rnp/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[akshay] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[akshay] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/akshay/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/akshay/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/akshay/.ssh/id_rsa_akshay.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/akshay/.ssh/id_rsa_akshay.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/akshay/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/akshay/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/akshay/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/akshay/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[runa-deploy] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[runa-deploy] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/runa-deploy/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/runa-deploy/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/runa-deploy/.ssh/id_rsa_runa-deploy.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/runa-deploy/.ssh/id_rsa_runa-deploy.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/runa-deploy/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/runa-deploy/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/runa-deploy/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: remote_file is deprecated for fetching files from cookbooks. Use cookbook_file instead
[Thu, 02 Sep 2010 21:33:45 +0000] WARN: From remote_file[/home/runa-deploy/.ssh/id_rsa] on /var/chef/cache/cookbooks/users/recipes/homes.rb:70:in `from_file'
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: remote_file[/home/runa-deploy/.ssh/id_rsa] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing user[tester] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: user[tester] using Chef::Provider::User::Useradd
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/home/tester/.ssh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/home/tester/.ssh] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/tester/.ssh/id_rsa_tester.pub] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/tester/.ssh/id_rsa_tester.pub] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/tester/.ssh/authorized_keys] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/tester/.ssh/authorized_keys] due to not_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing remote_file[/home/tester/.ssh/id_rsa] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Skipping remote_file[/home/tester/.ssh/id_rsa] due to only_if
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[sudo] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[sudo] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for sudo
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.7.0-1ubuntu2.4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.7.0-1ubuntu2.4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/etc/sudoers] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/sudoers] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template sudoers.erb in cookbook "sudo"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:1VCjAJwwRmuYwY2JlfSSvzdTxLA=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kDe5qM4z83V4NRQFqv8759Q9CqhJKXTVIErInMdyuAR+b8W0dFHNWr355/OJ", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"4mwLRChY30GvAeQMWtZEo+CGVUJzg906h3EbI153pFdksIUen1CNFwD8MTKw", "X-Ops-Authorization-3"=>"L2DriCucuDKBtU3aufonm79wH5GaAtcLeS86W/TuMX1P4s0UUKsgSkrulnBQ", "X-Ops-Authorization-4"=>"lp6Vq7J8X7HvoP0naG5UzeCCrJvg1XAh7iNauGE1xGwAtXQSf8U4uqlflAmH", "X-Ops-Authorization-5"=>"JCAqz/a8vRm3VJfVcLei6FlOgUNV1dqmMtDSdD2HvkxNMniz92Uijcf8nBzI", "X-Ops-Authorization-6"=>"+O+EFv9Nku+CZKpjGrurxhLHhDb4JtSsUtVw1TiUGQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/49bfaffd7e528b320d40b4f0c46898fa
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/sudo/0.9.1/files/49bfaffd7e528b320d40b4f0c46898fa to tempfile /tmp/chef-rest20100902-20636-mz03ie-0
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: /cookbooks/sudo/0.9.1/files/49bfaffd7e528b320d40b4f0c46898fa (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:45 +0000] INFO: Storing updated cookbooks/sudo/templates/default/sudoers.erb in the cache.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/sudo/templates
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/sudo/templates/default
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: 90d8668f289c9d895116834b93e4afd30bccfdb98d590dcb4ae291c4552b701f
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: 90d8668f289c9d895116834b93e4afd30bccfdb98d590dcb4ae291c4552b701f
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/sudoers] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[git-core] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[git-core] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for git-core
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1:1.6.3.3-2
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1:1.6.3.3-2
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[git-email] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[git-email] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for git-email
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1:1.6.3.3-2
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1:1.6.3.3-2
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing gem_package[right_aws] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: gem_package[right_aws] using Chef::Provider::Package::Rubygems
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found installed gem right_aws version 2.0.0 matching right_aws (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Doing nothing for gem_package[right_aws]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing gem_package[right_aws] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: gem_package[right_aws] using Chef::Provider::Package::Rubygems
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Found installed gem right_aws version 2.0.0 matching right_aws (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Doing nothing for gem_package[right_aws]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[nagios-nrpe-server] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[nagios-nrpe-server] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for nagios-nrpe-server
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 2.12-3ubuntu1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 2.12-3ubuntu1
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[nagios-plugins] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[nagios-plugins] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for nagios-plugins
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.4.13+git200906171200-1ubuntu3
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.4.13+git200906171200-1ubuntu3
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[nagios-plugins-basic] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[nagios-plugins-basic] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for nagios-plugins-basic
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.4.13+git200906171200-1ubuntu3
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.4.13+git200906171200-1ubuntu3
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[nagios-plugins-standard] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[nagios-plugins-standard] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for nagios-plugins-standard
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.4.13+git200906171200-1ubuntu3
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 1.4.13+git200906171200-1ubuntu3
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing service[nagios-nrpe-server] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: service[nagios-nrpe-server] using Chef::Provider::Service::Debian
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: service[nagios-nrpe-server]: falling back to process table inspection
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: service[nagios-nrpe-server]: attempting to match 'nagios-nrpe-server' (/nagios-nrpe-server/) against process list
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: service[nagios-nrpe-server]: running: false
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: service[nagios-nrpe-server]: not enabling, already enabled
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing cookbook_file[/usr/lib/nagios/plugins/check_mem.sh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: cookbook_file[/usr/lib/nagios/plugins/check_mem.sh] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing cookbook_file[/usr/lib/nagios/plugins/check_iostat] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: cookbook_file[/usr/lib/nagios/plugins/check_iostat] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing cookbook_file[/usr/lib/nagios/plugins/check_memory_profiler_scout] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: cookbook_file[/usr/lib/nagios/plugins/check_memory_profiler_scout] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/etc/nagios/nrpe.cfg] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/nagios/nrpe.cfg] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template nrpe.cfg.erb in cookbook "nagios"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:Rw/Oem/TPOrDG9vkn0ilIA9Ip0o=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"iFMcWJFN+6amkCPKwbir94RplELfAODrlotqtUmqU+vfxqYBnKnmssk6OiuL", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"HVmJelRb1VPB6UXYzbCzDqlRMbYtcGgO6lOvJPqWGPyuC1UrQx6AVFwiVBRm", "X-Ops-Authorization-3"=>"va0/eUuDLVqodlJUbAEg6g/JvKMKTJGw++CANc5+qC4m1xRCCSpZ+ZMHHqoR", "X-Ops-Authorization-4"=>"SWbd5v/Qtv/wO0PVbO4ZwkT5onsGpY3C98y6yqQJllQXVvd4dhwqtgH8/kCZ", "X-Ops-Authorization-5"=>"qi8d1KYy8r6PNRNuNmnj0E3QaKKjYq423Os3B/uV/F4gpDMcrr1HvQTkObCi", "X-Ops-Authorization-6"=>"47F6PoezWUik9hbk7JqP4VlRICBnV8X/4z7o5oj44A==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/38a4b5ed23f02f7674ab1c093e473603
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/nagios/0.3.4/files/38a4b5ed23f02f7674ab1c093e473603 to tempfile /tmp/chef-rest20100902-20636-vt327z-0
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: /cookbooks/nagios/0.3.4/files/38a4b5ed23f02f7674ab1c093e473603 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:45 +0000] INFO: Storing updated cookbooks/nagios/templates/default/nrpe.cfg.erb in the cache.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios/templates
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/nagios/templates/default
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: 4797b7cb366fb3048651910e3d4337f679bfeab9edccb321817f299b3cb16ca8
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: 4797b7cb366fb3048651910e3d4337f679bfeab9edccb321817f299b3cb16ca8
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/nagios/nrpe.cfg] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing execute[apt-get update] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: execute[apt-get update] using Chef::Provider::Execute
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Doing nothing for execute[apt-get update]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/var/cache/local] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/var/cache/local] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing directory[/var/cache/local/preseeding] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: directory[/var/cache/local/preseeding] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing template[/etc/apt/sources.list.d/canonical.com.list] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/apt/sources.list.d/canonical.com.list] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: looking for template canonical.com.list.erb in cookbook "java_sun"
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:tKJoTkyTFxDvMNoXKCQpkd5jB1s=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:45Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"Y/9LMFPHYIglxcxW5sVwLEtA62sMjtLlRyHdXityiKQqXavnApyuyHCr1Osk", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"8ol8R79C3fCs0rGFfeb8LtdCDr/9c3HIykw6K6jw1vUKZV5fUUbEs/e7ZdBd", "X-Ops-Authorization-3"=>"3wa6BkJs3Gx1a0W9MSc5Yml/Ab19W4vS8d6Q1dPLplEVbhupVl/hE976BkNK", "X-Ops-Authorization-4"=>"rgOTtGaDBr3tqBR1w0nSE33jj2MUu/59ighDPpQmN3rvZUhyCpme/Zkqzpvc", "X-Ops-Authorization-5"=>"/CvGyZBJHR+Mx7Y81tTWeR88ueWALJAVjMhlIXygqMKddI8nIGbgSzogd9Gu", "X-Ops-Authorization-6"=>"csgKbEON15RdwHeREQS6Yi0gyeCc6mnpOtCnoC8QwA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:45Z"}
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/ad264d0e3b04ffe4cacf9ac0938f74e5
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/java_sun/0.9.1/files/ad264d0e3b04ffe4cacf9ac0938f74e5 to tempfile /tmp/chef-rest20100902-20636-1cy0scu-0
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: /cookbooks/java_sun/0.9.1/files/ad264d0e3b04ffe4cacf9ac0938f74e5 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:45 +0000] INFO: Storing updated cookbooks/java_sun/templates/default/canonical.com.list.erb in the cache.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/java_sun/templates
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/java_sun/templates/default
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current content's checksum: 330ecef2c9471054054662f3b056edf4f61f8694c3f0fd4fcabd6ebcc8ed3ac5
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Rendered content's checksum: 330ecef2c9471054054662f3b056edf4f61f8694c3f0fd4fcabd6ebcc8ed3ac5
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: template[/etc/apt/sources.list.d/canonical.com.list] content has not changed.
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing execute[update-java-alternatives] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: execute[update-java-alternatives] using Chef::Provider::Execute
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Doing nothing for execute[update-java-alternatives]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[sun-java6-jdk] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[sun-java6-jdk] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for sun-java6-jdk
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 6.20dlj-0ubuntu1.9.10
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 6.20dlj-0ubuntu1.9.10
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[mysql-devel] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[mysql-devel] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for libmysqlclient-dev
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Doing nothing for package[mysql-devel]
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Processing package[mysql-client] on i-e031cda4
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: package[mysql-client] using Chef::Provider::Package::Apt
[Thu, 02 Sep 2010 21:33:45 +0000] DEBUG: Checking apt-cache policy for mysql-client
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current version is 5.1.37-1ubuntu5.4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Doing nothing for package[mysql-client]
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing gem_package[mysql] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: gem_package[mysql] using Chef::Provider::Package::Rubygems
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Found installed gem mysql version 2.8.1 matching mysql (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Doing nothing for gem_package[mysql]
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing gem_package[activerecord] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: gem_package[activerecord] using Chef::Provider::Package::Rubygems
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Found installed gem activerecord version 2.3.8 matching activerecord (>= 0, runtime)
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing remote_file[/etc/clojure.conf] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] WARN: remote_file is deprecated for fetching files from cookbooks. Use cookbook_file instead
[Thu, 02 Sep 2010 21:33:46 +0000] WARN: From remote_file[/etc/clojure.conf] on /var/chef/cache/cookbooks/swarm/recipes/default.rb:27:in `from_file'
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: remote_file[/etc/clojure.conf] using Chef::Provider::CookbookFile
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing directory[/var/log/swarm/starts] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: directory[/var/log/swarm/starts] using Chef::Provider::Directory
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/etc/init/swarms.conf] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/init/swarms.conf] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template swarms.conf.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:EVHc7ZL8RLk8WoYFhr/YLlKhk4c=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:46Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"K923p0iHMs+/rfSZSIDLyQwxIcfFBXsQw4Ar5C5Z9ihW/nMoPGS/s/IuYjvj", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"8P3yti7pb9jS/+NVGJt6IpVbIKMi9nxUliXrLFhPKTkdD+T26qhf0QmaNPsL", "X-Ops-Authorization-3"=>"2FKZVUI8iOHBpP/dGupoAr7ti8L7BZjzV2m7clS+fvAmeetIjGl/XTOEVhc/", "X-Ops-Authorization-4"=>"tzlzO9FGMEhm5WKK59DCai17yGBa3c2fbAN45jVD61YU0lKIDf+im4w2UHT6", "X-Ops-Authorization-5"=>"2JhZHrP7aWIGY9j6ktF2RLfCgesTKfvG+VH0MTYwjI3t5veAUU8XLmGF4ont", "X-Ops-Authorization-6"=>"mR2YfzHC+F4yjcHexeQSadCoC9hCMJ1ca7flXE7M5Q==", "X-Ops-Timestamp"=>"2010-09-02T21:33:46Z"}
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/233c6030ce50b23f291032566cadb2ee
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/233c6030ce50b23f291032566cadb2ee to tempfile /tmp/chef-rest20100902-20636-qqvbvd-0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/233c6030ce50b23f291032566cadb2ee (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:46 +0000] INFO: Storing updated cookbooks/swarm/templates/default/swarms.conf.erb in the cache.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/swarm/templates
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Creating directory /var/chef/cache/cookbooks/swarm/templates/default
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current content's checksum: 517a6365b9eb5e420bbde38d807bf999dad8a51d08ff355adc1a55f2e7957277
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Rendered content's checksum: 517a6365b9eb5e420bbde38d807bf999dad8a51d08ff355adc1a55f2e7957277
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/init/swarms.conf] content has not changed.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/etc/profile.d/runa_swarm_env.sh] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/profile.d/runa_swarm_env.sh] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template swarm_env.sh.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ictQKlFNirveD/eadAZOAQ2ihrw=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:46Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"NlbHwUJ5fpBGk4moiUvkdpJVuHjH+ndBYX6laEHzMIeMthNEOAso7i8n/K4q", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"ZUXX4jdWk0O3960GMjYgeSDv6zLl3NOSmhSr+kDaq7QrTGdg6I2I/ilCXKdc", "X-Ops-Authorization-3"=>"D58dMVDsUZOWqRNrWj9cqas4UFExtkBR0b3OCcwX+qPefqBXqzK1p2+5LBT5", "X-Ops-Authorization-4"=>"rZVZWscPU/TNOeCEWc23ovc0oN24x3fitks0kX8MmkuVVeiHiKwd/onRQ3PM", "X-Ops-Authorization-5"=>"qJ5omb6m0gBEQpG8fUGelpPDVQ02IXxdcoA8SsTWVWTtJU3Gzy1NyO1AqQpM", "X-Ops-Authorization-6"=>"q/eo4qNdOrT7+1Jjj1l/O0VC0IEi/fvyj2jhcmN9YQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:46Z"}
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/e6a24dbb47d21ee86322baeb7041a83e
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/e6a24dbb47d21ee86322baeb7041a83e to tempfile /tmp/chef-rest20100902-20636-1639hy5-0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/e6a24dbb47d21ee86322baeb7041a83e (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:46 +0000] INFO: Storing updated cookbooks/swarm/templates/default/swarm_env.sh.erb in the cache.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current content's checksum: 604039d36c87df17b7c413e8957a01f433c5233c1ebad52e490d46f1701e2323
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Rendered content's checksum: 604039d36c87df17b7c413e8957a01f433c5233c1ebad52e490d46f1701e2323
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/profile.d/runa_swarm_env.sh] content has not changed.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/etc/java-6-sun/management/jmxremote.password] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/java-6-sun/management/jmxremote.password] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template jmxremote.password.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:JCEOU9L8Xk8LQtRuSHh2XghijeU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:46Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"FswF7svjR2SYsGUxtRiBAnaZKC3cR959ZeD/Xvl1SlaluSOUm2ZBcNtsMDFX", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"IkZJMSr210nIpK3IqBE3JQ5uOorQaNbucTi4YnWWPkws1Yb5Gf9A/DVplbDo", "X-Ops-Authorization-3"=>"AlhvAA3biWunSZpoEk9dd8/FJjP3zNKZnalxDqducmKuW1932ToBDAZqd8EZ", "X-Ops-Authorization-4"=>"9FUyYFxl90tVXKlMZ5n7qApIWHB0IaECqf3iIMHC+gZd4FrB4bOXd2ZkAmVN", "X-Ops-Authorization-5"=>"Zu61b+cJY5KV/w6mEPu/wVQGmCQAu4OYNcVT0gMpMq0UTu3PCWM37kSNBTIh", "X-Ops-Authorization-6"=>"hHsjjiE/5ayuxZMziwsvf47U3/o5teamJ7he3iopNA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:46Z"}
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/249dfcd10edbf943b77697bf0f0889b0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/249dfcd10edbf943b77697bf0f0889b0 to tempfile /tmp/chef-rest20100902-20636-yz9rgv-0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/249dfcd10edbf943b77697bf0f0889b0 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:46 +0000] INFO: Storing updated cookbooks/swarm/templates/default/jmxremote.password.erb in the cache.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current content's checksum: 4b6de72c931f6f90443b37e7002baeeaac1b8b8052de9645740331049d167733
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Rendered content's checksum: 4b6de72c931f6f90443b37e7002baeeaac1b8b8052de9645740331049d167733
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/java-6-sun/management/jmxremote.password] content has not changed.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/etc/init/swarm_member.conf] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/init/swarm_member.conf] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template swarm_member.conf.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:nEKHEJOLxRbInqUhwt9WyNr2+2E=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:46Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"OTcm9dGQwk/utmg7h8veErJEnEMeXlqTSqCc1+6nOWbq2hLjubn5qvl3USmf", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"17DalOn4C2NxAjuro0mJw+1bDuWUwifTNOZdGtSR2lbFvFY8v9LUQJmCpyQF", "X-Ops-Authorization-3"=>"LfND/z20XxMuG/bPLMgea477El6Xqi0GG0xJ+wBA1X6Z/tGBvgi4yMjx/Cx5", "X-Ops-Authorization-4"=>"es6yFty8Gfah/c4O4BQEgM4UhXcELu9eUskmIGbDPsUQLwF8u0kzui9fRYVo", "X-Ops-Authorization-5"=>"g9zge7+kC0G7v7s+TuyYuHFBoyzwCNfZBuODowyBL9COXsGy/hjvCrUwXlq8", "X-Ops-Authorization-6"=>"4C9zXhviTfrdaazd6O9GpSAOgMIY+gP7bYI2ZWtMOA==", "X-Ops-Timestamp"=>"2010-09-02T21:33:46Z"}
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/13c7c99143d25538ec841a9b10187b03
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/13c7c99143d25538ec841a9b10187b03 to tempfile /tmp/chef-rest20100902-20636-7he59w-0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/13c7c99143d25538ec841a9b10187b03 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:46 +0000] INFO: Storing updated cookbooks/swarm/templates/default/swarm_member.conf.erb in the cache.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current content's checksum: a6285e7211e6e3c6cfa735055bb8f636966125c79ca0d055dd0e73ceef868117
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Rendered content's checksum: a6285e7211e6e3c6cfa735055bb8f636966125c79ca0d055dd0e73ceef868117
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/init/swarm_member.conf] content has not changed.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/usr/local/bin/swarm_control] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/usr/local/bin/swarm_control] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template swarm_control.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:mfCOMARIAJ+058z5sZeTLAFpz8s=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:46Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"AhBtNenoBkRAtolj7m9BnXMCRcyRBRaSZ0HlFbT1m3/On0VSnKAoCIuf+xNL", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"XhGvFBe3EpX5Qdq+4R5RhZL0piRN2z8Vmp+A5WnWsBfelbxAaahxhHVxTQqC", "X-Ops-Authorization-3"=>"3jtlz9x2qpnap7X0LtVA8EaB/N5AHjGbzwb4EuddmQgowNAs3ERrqpEH6f5/", "X-Ops-Authorization-4"=>"hg/FacanfAYmNZUOBQrk0wnV8HYSBiM/E7dG8trzfJAHNi94RKZq/mPnN0EV", "X-Ops-Authorization-5"=>"EXYhPhtGZWPqsPGKhp8lte+uPeHv+4hS47WzbavZeM3gcBTQpjeXMo7ewdJm", "X-Ops-Authorization-6"=>"nV0yNPCWPiHFtLfeGbKNaaiGM+jNDYizRpi2Kt/b2w==", "X-Ops-Timestamp"=>"2010-09-02T21:33:46Z"}
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/0ef3ced09fb600a88cc63108388e5afc
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/0ef3ced09fb600a88cc63108388e5afc to tempfile /tmp/chef-rest20100902-20636-1ybkzyr-0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/0ef3ced09fb600a88cc63108388e5afc (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:46 +0000] INFO: Storing updated cookbooks/swarm/templates/default/swarm_control.erb in the cache.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current content's checksum: ef79d724608008390a6ecba401e047138a6d15045700dc5f91d7b21b43ab4263
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Rendered content's checksum: ef79d724608008390a6ecba401e047138a6d15045700dc5f91d7b21b43ab4263
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/usr/local/bin/swarm_control] content has not changed.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/etc/logrotate.d/swarm] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/logrotate.d/swarm] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template swarm_logrotate.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Signing the request as i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: String to sign: 'Method:GET
Hashed Path:ysgFHc69cg4iAIM4Jo+ZrQtcAPo=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2010-09-02T21:33:46Z
X-Ops-UserId:i-e031cda4'
Header hash: {"X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kMxDmrs+nFSbSrY4ZrO2FqcJIYa6fnYNKhWCcdKshMZJYFMY7D1Uda3L9/2X", "X-Ops-Userid"=>"i-e031cda4", "X-Ops-Sign"=>"version=1.0", "X-Ops-Authorization-2"=>"Ui6//It0g/FzPYIedKnaUwNQMmUH4RjPi4oiHvGLlAreRc4oIUmqq7JgVeVM", "X-Ops-Authorization-3"=>"7qSpaknGL2QSbhxiTFaJ+H6DZlTUGDlsiSspHOSh02rvJgunnNT+Am4EAwT5", "X-Ops-Authorization-4"=>"8ce0VWG4QEWWvrgk4SHXGe/B9tEfTZlE3sgHJ+UmaUNnyLjL6FybGfEmC+GB", "X-Ops-Authorization-5"=>"SVc9JMdA4QdRYO0RdFEvBajOYwYyTCVAgzQ8ltRPJZBv4jNZiQoOA5F7RXK7", "X-Ops-Authorization-6"=>"swczJfwPdqVZwN4BHv2MwAuMlZQLN1WgBzPHVAnMlQ==", "X-Ops-Timestamp"=>"2010-09-02T21:33:46Z"}
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Sending HTTP Request via GET to chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/5ab7ae15e31bb4a6e8e16d2012e174d4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Streaming download from http://chef-server-staging.runa.com:4000/cookbooks/swarm/0.1.0/files/5ab7ae15e31bb4a6e8e16d2012e174d4 to tempfile /tmp/chef-rest20100902-20636-1mj4dmy-0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: /cookbooks/swarm/0.1.0/files/5ab7ae15e31bb4a6e8e16d2012e174d4 (zero content length or no Content-Length header)
[Thu, 02 Sep 2010 21:33:46 +0000] INFO: Storing updated cookbooks/swarm/templates/default/swarm_logrotate.erb in the cache.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Current content's checksum: 4bab45b7acdd2340a0148a5cd4af602c98698c284824a6e5c744a7116df09bbd
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Rendered content's checksum: 4bab45b7acdd2340a0148a5cd4af602c98698c284824a6e5c744a7116df09bbd
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/etc/logrotate.d/swarm] content has not changed.
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing directory[/mnt/app/swarm/furtive] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Executing test -d /mnt/app/swarm/furtive
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: ---- Begin output of test -d /mnt/app/swarm/furtive ----
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: STDOUT:
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: STDERR:
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: ---- End output of test -d /mnt/app/swarm/furtive ----
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Ran test -d /mnt/app/swarm/furtive returned 0
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Skipping directory[/mnt/app/swarm/furtive] due to not_if
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing ruby_block[write_key] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: ruby_block[write_key] using Chef::Provider::RubyBlock
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing file[/mnt/app/swarm/id_deploy] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: file[/mnt/app/swarm/id_deploy] using Chef::Provider::File
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: Processing template[/mnt/app/swarm/deploy-ssh-wrapper] on i-e031cda4
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: template[/mnt/app/swarm/deploy-ssh-wrapper] using Chef::Provider::Template
[Thu, 02 Sep 2010 21:33:46 +0000] DEBUG: looking for template deploy-ssh-wrapper.erb in cookbook "swarm"
[Thu, 02 Sep 2010 21:33:46 +0000] ERROR: template[/mnt/app/swarm/deploy-ssh-wrapper] (/var/chef/cache/cookbooks/swarm/definitions/deploy_thing.rb:37:in `from_file') had an error:
Cookbook application not found
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/cookbook/cookbook_collection.rb:38:in `initialize'
/usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `call'
/usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `default'
/usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `default'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:68:in `[]'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:68:in `template_location'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:39:in `action_create'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:51:in `send'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:51:in `run_action'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:109:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:108:in `each'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:108:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection.rb:94:in `execute_each_resource'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection.rb:92:in `execute_each_resource'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:82:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:304:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:106:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:212:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `loop'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application.rb:62:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/chef-client:26
/usr/bin/chef-client:19:in `load'
/usr/bin/chef-client:19
[Thu, 02 Sep 2010 21:33:46 +0000] ERROR: Running exception handlers
[Thu, 02 Sep 2010 21:33:46 +0000] ERROR: Exception handlers complete
[Thu, 02 Sep 2010 21:33:46 +0000] ERROR: Re-raising exception: Chef::Exceptions::CookbookNotFound - Cookbook application not found
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/cookbook/cookbook_collection.rb:38:in `initialize'
/usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `call'
/usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `default'
/usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `default'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:68:in `[]'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:68:in `template_location'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:39:in `action_create'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:51:in `send'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:51:in `run_action'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:109:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:108:in `each'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:108:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection.rb:94:in `execute_each_resource'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection.rb:92:in `execute_each_resource'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:82:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:304:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:106:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:212:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `loop'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `run_application'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application.rb:62:in `run'
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/chef-client:26
/usr/bin/chef-client:19:in `load'
/usr/bin/chef-client:19
/usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/cookbook/cookbook_collection.rb:38:in `initialize': Cookbook application not found (Chef::Exceptions::CookbookNotFound)
from /usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `call'
from /usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `default'
from /usr/lib/ruby/gems/1.8/gems/extlib-0.9.14/lib/extlib/mash.rb:29:in `default'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:68:in `[]'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:68:in `template_location'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/provider/template.rb:39:in `action_create'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:51:in `send'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:51:in `run_action'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:109:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:108:in `each'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:108:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection.rb:94:in `execute_each_resource'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/resource_collection.rb:92:in `execute_each_resource'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/runner.rb:82:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:304:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/client.rb:106:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:212:in `run_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `loop'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application/client.rb:202:in `run_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/../lib/chef/application.rb:62:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.9.8/bin/chef-client:26
from /usr/bin/chef-client:19:in `load'
from /usr/bin/chef-client:19
root@swarm0_staging:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment