Skip to content

Instantly share code, notes, and snippets.

@yulgit1
Last active June 20, 2016 21:27
Show Gist options
  • Save yulgit1/78ae1dba6b3d2140ed6a9051d1cdbe60 to your computer and use it in GitHub Desktop.
Save yulgit1/78ae1dba6b3d2140ed6a9051d1cdbe60 to your computer and use it in GitHub Desktop.
Cheffile
cookbook 'java', '~> 1.39.0'
Vagrantfile
chef.add_recipe "java"
...
chef.json = {
mysql: {
server_root_password: ''
},
java: {
jdk_version: 8,
install_flavor: "oracle",
oracle: {
accept_oracle_download_terms: true
}
}
/opt/vagrant/bin/vagrant provision
==> default: Installing Chef cookbooks with Librarian-Chef...
==> default: The cookbook path '/Users/erjhome/RubymineProjects/testblacklight/site-cookbooks' doesn't exist. Ignoring...
==> default: Running provisioner: chef_solo...
==> default: Detected Chef (latest) is already installed
==> default: Generating chef JSON and uploading...
==> default: Running chef-solo...
==> default: stdin: is not a tty
==> default: [2016-06-20T20:45:24+00:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /tmp/vagrant-chef/97c9264b8a430ae11510f55b63bb82df
==> default: One version per cookbook
==> default: [2016-06-20T20:45:24+00:00] INFO: Forking chef instance to converge...
==> default: Starting Chef Client, version 12.11.18
==> default: [2016-06-20T20:45:24+00:00] INFO: *** Chef 12.11.18 ***
==> default: [2016-06-20T20:45:24+00:00] INFO: Platform: x86_64-linux
==> default: [2016-06-20T20:45:24+00:00] INFO: Chef-client pid: 2721
==> default: [2016-06-20T20:45:25+00:00] INFO: GET /organizations/chef/nodes/vagrant-f9d60a05
==> default: [2016-06-20T20:45:25+00:00] INFO: #<ChefZero::RestErrorResponse: 404: Object not found: chefzero://localhost:8889/nodes/vagrant-f9d60a05>
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/rest_base.rb:91:in `rescue in get_data'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/rest_base.rb:83:in `get_data'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/endpoints/rest_object_endpoint.rb:18:in `get'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/rest_base.rb:62:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/rest_router.rb:24:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/server.rb:664:in `block in app'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/server.rb:336:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/server.rb:336:in `handle_socketless_request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/socketless_server_map.rb:87:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.6.2/lib/chef_zero/socketless_server_map.rb:33:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http/socketless_chef_zero_client.rb:154:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:305:in `block in send_http_request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:336:in `block in retrying_http_errors'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:334:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:334:in `retrying_http_errors'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:299:in `send_http_request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:144:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:111:in `get'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:604:in `load'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:588:in `find_or_create'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/policy_builder/dynamic.rb:72:in `load_node'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/client.rb:467:in `load_node'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/client.rb:269:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:286:in `block in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:274:in `fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:274:in `fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:239:in `block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/local_mode.rb:44:in `with_server_connectivity'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:227:in `run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:456:in `sleep_then_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:443:in `block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:442:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:442:in `interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:426:in `run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:59:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/solo.rb:217:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/bin/chef-solo:25:in `<top (required)>'
==> default: /usr/bin/chef-solo:52:in `load'
==> default: /usr/bin/chef-solo:52:in `<main>'
==> default: [2016-06-20T20:45:25+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found: chefzero://localhost:8889/nodes/vagrant-f9d60a05
==> default: [2016-06-20T20:45:25+00:00] INFO: POST /organizations/chef/nodes
==> default: --- POST BODY ---
==> default: {"name":"vagrant-f9d60a05","chef_environment":"_default","json_class":"Chef::Node","automatic":{},"normal":{},"chef_type":"node","default":{},"override":{},"run_list":[]}
==> default: --- END POST BODY ---
==> default: [2016-06-20T20:45:25+00:00] INFO: Setting the run_list to ["recipe[apt]", "recipe[nodejs]", "recipe[ruby_build]", "recipe[rbenv::user]", "recipe[rbenv::vagrant]", "recipe[vim]", "recipe[mysql::server]", "recipe[mysql::client]", "recipe[java]"] from CLI options
==> default: [2016-06-20T20:45:25+00:00] INFO: Run List is [recipe[apt], recipe[nodejs], recipe[ruby_build], recipe[rbenv::user], recipe[rbenv::vagrant], recipe[vim], recipe[mysql::server], recipe[mysql::client], recipe[java]]
==> default: [2016-06-20T20:45:25+00:00] INFO: Run List expands to [apt, nodejs, ruby_build, rbenv::user, rbenv::vagrant, vim, mysql::server, mysql::client, java]
==> default: [2016-06-20T20:45:25+00:00] INFO: Starting Chef Run for vagrant-f9d60a05
==> default: [2016-06-20T20:45:25+00:00] INFO: Running start handlers
==> default: [2016-06-20T20:45:25+00:00] INFO: Start handlers complete.
==> default: [2016-06-20T20:45:25+00:00] INFO: POST /organizations/chef/reports/nodes/vagrant-f9d60a05/runs
==> default: --- POST BODY ---
==> default: {"action":"start","run_id":"7e339ccd-45d2-48b2-b73d-30d2fdf4a5aa","start_time":"2016-06-20 20:45:25 +0000"}
==> default: --- END POST BODY ---
==> default: [2016-06-20T20:45:25+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found:
==> default: resolving cookbooks for run list: ["apt", "nodejs", "ruby_build", "rbenv::user", "rbenv::vagrant", "vim", "mysql::server", "mysql::client", "java"]
==> default: [2016-06-20T20:45:25+00:00] INFO: POST /organizations/chef/environments/_default/cookbook_versions
==> default: --- POST BODY ---
==> default: {"run_list":["apt","nodejs","ruby_build","rbenv::user","rbenv::vagrant","vim","mysql::server","mysql::client","java"]}
==> default: --- END POST BODY ---
==> default: [2016-06-20T20:45:39+00:00] INFO: Loading cookbooks [[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]]
==> default: Synchronizing Cookbooks:
==> default:
==> default: - nodejs (2.4.4)
==> default:
==> default: - apt (4.0.0)
==> default:
==> default: - ruby_build (0.8.0)
==> default:
==> default: - vim (2.0.1)
==> default:
==> default: - rbenv (0.7.3)
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/resources/alternatives.rb
==> default:
==> default: - mysql (5.5.3)
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/resources/ark.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/providers/alternatives.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/providers/ark.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/default.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/default_java_symlink.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/homebrew.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/ibm.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/ibm_tar.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/openjdk.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/resources/ark.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/ibm_tar.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/providers/ark.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/default_java_symlink.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/oracle.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/providers/alternatives.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/openjdk.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/homebrew.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/resources/alternatives.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/ibm.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/oracle_i386.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/default.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/oracle_jce.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/oracle_rpm.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/purge_packages.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/set_attributes_from_version.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/set_java_home.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/oracle_jce.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/recipes/windows.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/libraries/helpers.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/libraries/matchers.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/oracle_i386.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/attributes/default.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/oracle_rpm.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/oracle.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/purge_packages.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/set_attributes_from_version.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/windows.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/templates/default/ibm_jdk.installer.properties.erb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/libraries/matchers.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/templates/default/oracle.jinfo.erb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/recipes/set_java_home.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/.gitignore
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/.kitchen.yml
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/.rubocop.yml
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/attributes/default.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/libraries/helpers.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/templates/default/ibm_jdk.installer.properties.erb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/templates/default/oracle.jinfo.erb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/.travis.yml
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/.gitignore in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/.kitchen.yml in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/.rubocop.yml in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/Berksfile
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/Berksfile.lock
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/CHANGELOG.md
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/chefignore
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/CONTRIBUTING.md
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/.travis.yml in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/Gemfile
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/LICENSE
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/ISSUES.md
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/metadata.json
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/metadata.rb
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/LICENSE in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/Berksfile in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/CHANGELOG.md in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/Gemfile in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/chefignore in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/CONTRIBUTING.md in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/metadata.json in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/ISSUES.md in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/Berksfile.lock in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/Rakefile
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/README.md
==> default: [2016-06-20T20:45:39+00:00] INFO: GET /organizations/chef/file_store/repo/cookbooks/java/TESTING.md
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/metadata.rb in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/TESTING.md in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/README.md in the cache.
==> default: [2016-06-20T20:45:39+00:00] INFO: Storing updated cookbooks/java/Rakefile in the cache.
==> default:
==> default: - java (1.39.0)
==> default:
==> default: - yum-epel (0.7.0)
==> default:
==> default: - build-essential (6.0.0)
==> default:
==> default: - compat_resource (12.10.6)
==> default:
==> default: - homebrew (2.1.0)
==> default:
==> default: - ark (1.1.0)
==> default:
==> default: - yum (3.11.0)
==> default:
==> default: - yum-mysql-community (0.2.0)
==> default:
==> default: - seven_zip (2.0.1)
==> default:
==> default: - chef_handler (1.4.0)
==> default:
==> default: - mingw (1.2.0)
==> default:
==> default: - windows (1.43.0)
==> default: Installing Cookbook Gems:
==> default: Compiling Cookbooks...
==> default: [2016-06-20T20:45:39+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
==> default: [2016-06-20T20:45:39+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt
==> default: [2016-06-20T20:45:39+00:00] WARN: Cloning resource attributes for apt_package[apt-transport-https] from prior resource (CHEF-3694)
==> default: [2016-06-20T20:45:39+00:00] WARN: Previous apt_package[apt-transport-https]: /var/chef/cache/cookbooks/apt/recipes/default.rb:85:in `from_file'
==> default: [2016-06-20T20:45:39+00:00] WARN: Current apt_package[apt-transport-https]: /var/chef/cache/cookbooks/nodejs/recipes/repo.rb:5:in `from_file'
==> default: Converging 39 resources
==> default: Recipe: apt::default
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * apt_update[periodic] action periodic
==> default:
==> default: - update new lists of packages
==> default:
==> default: * directory[/var/lib/apt/periodic] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/apt/apt.conf.d] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/apt/apt.conf.d/15update-stamp] action create_if_missing
==> default: (up to date)
==> default:
==> default: * execute[apt-get -q update] action run
==> default:
==> default: [execute] Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
==> default: Get:2 http://security.ubuntu.com trusty-security/main Sources [117 kB]
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default: Get:3 http://security.ubuntu.com trusty-security/universe Sources [37.3 kB]
==> default: Get:4 http://security.ubuntu.com trusty-security/main amd64 Packages [493 kB]
==> default: Get:5 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
==> default: Get:6 http://security.ubuntu.com trusty-security/universe amd64 Packages [130 kB]
==> default:
==> default: Get:7 http://security.ubuntu.com trusty-security/main Translation-en [271 kB]
==> default:
==> default: Get:8 http://security.ubuntu.com trusty-security/universe Translation-en [76.6 kB]
==> default: Hit http://archive.ubuntu.com trusty-backports InRelease
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default: Get:9 http://archive.ubuntu.com trusty-updates/main Sources [277 kB]
==> default: Get:10 http://archive.ubuntu.com trusty-updates/restricted Sources [5352 B]
==> default: Get:11 http://archive.ubuntu.com trusty-updates/universe Sources [156 kB]
==> default:
==> default: Hit https://deb.nodesource.com trusty InRelease
==> default: Hit https://deb.nodesource.com trusty/main amd64 Packages
==> default: Get:12 https://deb.nodesource.com trusty/main Translation-en
==> default: Get:13 http://archive.ubuntu.com trusty-updates/multiverse Sources [5936 B]
==> default: Get:14 http://archive.ubuntu.com trusty-updates/main amd64 Packages [781 kB]
==> default: Ign https://deb.nodesource.com trusty/main Translation-en
==> default: Get:15 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
==> default: Get:16 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [362 kB]
==> default: Get:17 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]
==> default: Get:18 http://archive.ubuntu.com trusty-updates/main Translation-en [391 kB]
==> default: Get:19 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7227 B]
==> default: Get:20 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3699 B]
==> default: Get:21 http://archive.ubuntu.com trusty-updates/universe Translation-en [189 kB]
==> default: Hit http://archive.ubuntu.com trusty-backports/main Sources
==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/universe Sources
==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-backports/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
==> default: Hit http://archive.ubuntu.com trusty Release
==> default:
==> default: Hit http://archive.ubuntu.com trusty/main Sources
==> default: Hit http://archive.ubuntu.com trusty/restricted Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty/universe Sources
==> default: Hit http://archive.ubuntu.com trusty/multiverse Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
==> default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Fetched 3463 kB in 6s (527 kB/s)
==> default: Reading package lists...
==> default: [2016-06-20T20:45:48+00:00] INFO: execute[apt-get -q update] ran successfully
==> default: - execute apt-get -q update
==> default:
==> default: * execute[apt-get update] action nothing (skipped due to action :nothing)
==> default: * execute[apt-get autoremove] action nothing (skipped due to action :nothing)
==> default: * execute[apt-get autoclean] action nothing (skipped due to action :nothing)
==> default: * directory[/var/cache/local] action create
==> default: (up to date)
==> default:
==> default: * directory[/var/cache/local/preseeding] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/apt/apt.conf.d/10recommends] action create
==> default: (up to date)
==> default:
==> default: * apt_package[apt-transport-https] action install
==> default: (up to date)
==> default: Recipe: nodejs::repo
==> default:
==> default: * apt_package[apt-transport-https] action install
==> default: (up to date)
==> default:
==> default: * apt_repository[node.js] action add
==> default:
==> default: * execute[install-key 1655a0ab68576280] action run
==> default: (skipped due to not_if)
==> default:
==> default: * execute[apt-cache gencaches] action nothing (skipped due to action :nothing)
==> default: * apt_update[node.js] action nothing (skipped due to action :nothing)
==> default: * file[/etc/apt/sources.list.d/node.js.list] action create
==> default: (up to date)
==> default:
==> default: (up to date)
==> default: Recipe: nodejs::nodejs_from_package
==> default:
==> default: * apt_package[nodejs] action install
==> default: (up to date)
==> default:
==> default: Recipe: ruby_build::default
==> default: * apt_package[tar] action install
==> default: (up to date)
==> default:
==> default: * apt_package[bash] action install
==> default: (up to date)
==> default:
==> default: * apt_package[curl] action install
==> default: (up to date)
==> default:
==> default: * apt_package[git-core] action install
==> default: (skipped due to not_if)
==> default:
==> default: * execute[Install ruby-build] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/var/chef/cache] action create
==> default: (up to date)
==> default:
==> default: * git[/var/chef/cache/ruby-build] action checkout
==> default: (up to date)
==> default: Recipe: rbenv::user_install
==> default: * apt_package[installing rbenv dependency: git-core] action install
==> default: (up to date)
==> default: * apt_package[installing rbenv dependency: grep] action install
==> default: (up to date)
==> default: * template[/etc/profile.d/rbenv.sh] action create (up to date)
==> default: * git[/home/vagrant/.rbenv] action checkout
==> default: (up to date)
==> default:
==> default: * bash[Initialize rbenv (vagrant)] action run
==> default:
==> default: [execute] export PATH="/home/vagrant/.rbenv/shims:${PATH}"
==> default: source "/home/vagrant/.rbenv/libexec/../completions/rbenv.bash"
==> default: rbenv rehash 2>/dev/null
==> default: rbenv() {
==> default: typeset command
==> default: command="$1"
==> default: if [ "$#" -gt 0 ]; then
==> default: shift
==> default: fi
==> default:
==> default: case "$command" in
==> default: rehash|shell)
==> default: eval `rbenv "sh-$command" "$@"`;;
==> default: *)
==> default: command rbenv "$command" "$@";;
==> default: esac
==> default: }
==> default: [2016-06-20T20:45:49+00:00] INFO: bash[Initialize rbenv (vagrant)] ran successfully
==> default:
==> default: - execute "bash" "/tmp/chef-script20160620-2721-1d1xjxs"
==> default:
==> default:
==> default:
==> default: * log[rbenv-post-init-vagrant] action write
==> default: [2016-06-20T20:45:49+00:00] INFO: rbenv-post-init-vagrant
==> default:
==> default:
==> default:
==> default:
==> default: * ruby_block[Add rbenv to PATH] action run
==> default: [2016-06-20T20:45:49+00:00] INFO: ruby_block[Add rbenv to PATH] called
==> default:
==> default: - execute the ruby block Add rbenv to PATH
==> default:
==> default:
==> default: Recipe: rbenv::user
==> default:
==> default: * rbenv_ruby[2.2.1 (vagrant)] (vagrant) action install
==> default: (up to date)
==> default:
==> default: * rbenv_global[2.2.1 (vagrant)] (vagrant) action create
==> default: (up to date)
==> default:
==> default: * [2.2.1::bundler (vagrant)] (vagrant) action install
==> default: (up to date)
==> default: Recipe: vim::package
==> default:
==> default: * apt_package[vim] action install
==> default: (up to date)
==> default:
==> default: * apt_package[] action install
==> default: (up to date)
==> default: Recipe: mysql::server
==> default:
==> default: * mysql_service[default] action create
==> default:
==> default: * apt_package[debconf-utils] action install
==> default: (up to date)
==> default:
==> default: * directory[/var/cache/local/preseeding] action create (up to date)
==> default: * template[/var/cache/local/preseeding/mysql-server.seed] action create
==> default: (up to date)
==> default:
==> default: * execute[preseed mysql-server] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * apt_package[mysql-server-5.5] action install
==> default: (up to date)
==> default:
==> default: * service[mysql] action start
==> default: (up to date)
==> default:
==> default: * service[mysql] action enable
==> default: (up to date)
==> default:
==> default: * execute[assign-root-password] action run
==> default: [2016-06-20T20:45:49+00:00] INFO: execute[Guard resource] ran successfully
==> default: [2016-06-20T20:45:49+00:00] INFO: execute[assign-root-password] ran successfully
==> default:
==> default: - execute /usr/bin/mysqladmin -u root password ''
==> default:
==> default:
==> default:
==> default: * template[/etc/mysql_grants.sql] action create
==> default: (up to date)
==> default:
==> default: * execute[install-grants] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/apparmor.d] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/apparmor.d/usr.sbin.mysqld] action create
==> default: (up to date)
==> default:
==> default: * service[apparmor-mysql] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * template[/etc/mysql/debian.cnf] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/mysql/conf.d] action create
==> default: (up to date)
==> default:
==> default: * directory[/var/run/mysqld] action create
==> default: [2016-06-20T20:45:49+00:00] INFO: directory[/var/run/mysqld] group changed to 115
==> default:
==> default: - change group from 'root' to 'mysql'
==> default:
==> default:
==> default:
==> default: * directory[/var/lib/mysql] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/mysql/my.cnf] action create
==> default: (up to date)
==> default:
==> default: * bash[move mysql data to datadir] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[create root marker] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default:
==> default:
==> default: Recipe: mysql::client
==> default:
==> default: * mysql_client[default] action create
==> default:
==> default: * apt_package[mysql-client-5.5] action install
==> default: (up to date)
==> default:
==> default: * apt_package[libmysqlclient-dev] action install
==> default: (up to date)
==> default:
==> default: (up to date)
==> default: Recipe: java::set_java_home
==> default:
==> default: * ruby_block[set-env-java-home] action run
==> default: [2016-06-20T20:45:50+00:00] INFO: ruby_block[set-env-java-home] called
==> default:
==> default: - execute the ruby block set-env-java-home
==> default:
==> default:
==> default:
==> default: * directory[/etc/profile.d] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/profile.d/jdk.sh] action create
==> default: [2016-06-20T20:45:50+00:00] INFO: file[/etc/profile.d/jdk.sh] created file /etc/profile.d/jdk.sh
==> default:
==> default: - create new file /etc/profile.d/jdk.sh
==> default: [2016-06-20T20:45:50+00:00] INFO: file[/etc/profile.d/jdk.sh] updated file contents /etc/profile.d/jdk.sh
==> default:
==> default: - update content in file /etc/profile.d/jdk.sh from none to 582633
==> default:
==> default: --- /etc/profile.d/jdk.sh 2016-06-20 20:45:50.037890094 +0000
==> default:
==> default: +++ /etc/profile.d/.chef-jdk.sh20160620-2721-1dj95pm 2016-06-20 20:45:50.037890094 +0000
==> default:
==> default: @@ -1 +1,2 @@
==> default:
==> default: +export JAVA_HOME=/usr/lib/jvm/java-8-oracle-amd64
==> default: [2016-06-20T20:45:50+00:00] INFO: file[/etc/profile.d/jdk.sh] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default: Recipe: java::oracle
==> default:
==> default: * apt_package[tar] action install
==> default: (up to date)
==> default:
==> default: * java_ark[jdk] action install
==> default: [2016-06-20T20:45:50+00:00] INFO: Adding jdk to /usr/lib/jvm/jdk1.8.0_65
==> default:
==> default: - create dir /usr/lib/jvm and change owner to root:root
==> default: [2016-06-20T20:45:50+00:00] WARN: Cloning resource attributes for apt_package[curl] from prior resource (CHEF-3694)
==> default: [2016-06-20T20:45:50+00:00] WARN: Previous apt_package[curl]: /var/chef/cache/cookbooks/ruby_build/recipes/default.rb:34:in `block in from_file'
==> default: [2016-06-20T20:45:50+00:00] WARN: Current apt_package[curl]: /var/chef/cache/cookbooks/java/providers/ark.rb:70:in `download_direct_from_oracle'
==> default:
==> default: * apt_package[curl] action install
==> default: (up to date)
==> default:
==> default: - download oracle tarball straight from the server
==> default:
==> default: - extract compressed data into Chef file cache path and
==> default:
==> default:
==> default: move extracted data to /usr/lib/jvm/jdk1.8.0_65
==> default:
==> default: - Add /usr/lib/jvm/.java-8-oracle-amd64.jinfo for debian
==> default:
==> default: - Symlink /usr/lib/jvm/jdk1.8.0_65 to /usr/lib/jvm/java-8-oracle-amd64
==> default:
==> default:
==> default:
==> default: * apt_package[curl] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * template[/usr/lib/jvm/.java-8-oracle-amd64.jinfo] action create
==> default: [2016-06-20T20:46:39+00:00] INFO: template[/usr/lib/jvm/.java-8-oracle-amd64.jinfo] created file /usr/lib/jvm/.java-8-oracle-amd64.jinfo
==> default:
==> default: - create new file /usr/lib/jvm/.java-8-oracle-amd64.jinfo
==> default: [2016-06-20T20:46:39+00:00] INFO: template[/usr/lib/jvm/.java-8-oracle-amd64.jinfo] updated file contents /usr/lib/jvm/.java-8-oracle-amd64.jinfo
==> default:
==> default: - update content in file /usr/lib/jvm/.java-8-oracle-amd64.jinfo from none to ea344c
==> default:
==> default: --- /usr/lib/jvm/.java-8-oracle-amd64.jinfo 2016-06-20 20:46:39.513890935 +0000
==> default:
==> default: +++ /usr/lib/jvm/.chef-.java-8-oracle-amd64.jinfo20160620-2721-lf8mvo 2016-06-20 20:46:39.513890935 +0000
==> default:
==> default: @@ -1 +1,52 @@
==> default:
==> default: +name=java-8-oracle-amd64
==> default:
==> default: +priority=1062
==> default:
==> default: +section=main
==> default:
==> default: +
==> default:
==> default: +jdk appletviewer /usr/lib/jvm/java-8-oracle-amd64/bin/appletviewer
==> default:
==> default: +jdk apt /usr/lib/jvm/java-8-oracle-amd64/bin/apt
==> default:
==> default: +jdk ControlPanel /usr/lib/jvm/java-8-oracle-amd64/bin/ControlPanel
==> default:
==> default: +jdk extcheck /usr/lib/jvm/java-8-oracle-amd64/bin/extcheck
==> default:
==> default: +jdk idlj /usr/lib/jvm/java-8-oracle-amd64/bin/idlj
==> default:
==> default: +jdk jar /usr/lib/jvm/java-8-oracle-amd64/bin/jar
==> default: +jdk jarsigner /usr/lib/jvm/java-8-oracle-amd64/bin/jarsigner
==> default: +jdk java /usr/lib/jvm/java-8-oracle-amd64/bin/java
==> default: +jdk javac /usr/lib/jvm/java-8-oracle-amd64/bin/javac
==> default: +jdk javadoc /usr/lib/jvm/java-8-oracle-amd64/bin/javadoc
==> default: +jdk javafxpackager /usr/lib/jvm/java-8-oracle-amd64/bin/javafxpackager
==> default: +jdk javah /usr/lib/jvm/java-8-oracle-amd64/bin/javah
==> default: +jdk javap /usr/lib/jvm/java-8-oracle-amd64/bin/javap
==> default: +jdk javaws /usr/lib/jvm/java-8-oracle-amd64/bin/javaws
==> default: +jdk jcmd /usr/lib/jvm/java-8-oracle-amd64/bin/jcmd
==> default: +jdk jconsole /usr/lib/jvm/java-8-oracle-amd64/bin/jconsole
==> default: +jdk jcontrol /usr/lib/jvm/java-8-oracle-amd64/bin/jcontrol
==> default: +jdk jdb /usr/lib/jvm/java-8-oracle-amd64/bin/jdb
==> default: +jdk jdeps /usr/lib/jvm/java-8-oracle-amd64/bin/jdeps
==> default: +jdk jhat /usr/lib/jvm/java-8-oracle-amd64/bin/jhat
==> default: +jdk jinfo /usr/lib/jvm/java-8-oracle-amd64/bin/jinfo
==> default: +jdk jjs /usr/lib/jvm/java-8-oracle-amd64/bin/jjs
==> default: +jdk jmap /usr/lib/jvm/java-8-oracle-amd64/bin/jmap
==> default: +jdk jmc /usr/lib/jvm/java-8-oracle-amd64/bin/jmc
==> default: +jdk jps /usr/lib/jvm/java-8-oracle-amd64/bin/jps
==> default: +jdk jrunscript /usr/lib/jvm/java-8-oracle-amd64/bin/jrunscript
==> default: +jdk jsadebugd /usr/lib/jvm/java-8-oracle-amd64/bin/jsadebugd
==> default: +jdk jstack /usr/lib/jvm/java-8-oracle-amd64/bin/jstack
==> default: +jdk jstat /usr/lib/jvm/java-8-oracle-amd64/bin/jstat
==> default: +jdk jstatd /usr/lib/jvm/java-8-oracle-amd64/bin/jstatd
==> default: +jdk jvisualvm /usr/lib/jvm/java-8-oracle-amd64/bin/jvisualvm
==> default: +jdk keytool /usr/lib/jvm/java-8-oracle-amd64/bin/keytool
==> default: +jdk native2ascii /usr/lib/jvm/java-8-oracle-amd64/bin/native2ascii
==> default: +jdk orbd /usr/lib/jvm/java-8-oracle-amd64/bin/orbd
==> default: +jdk pack200 /usr/lib/jvm/java-8-oracle-amd64/bin/pack200
==> default: +jdk policytool /usr/lib/jvm/java-8-oracle-amd64/bin/policytool
==> default: +jdk rmic /usr/lib/jvm/java-8-oracle-amd64/bin/rmic
==> default: +jdk rmid /usr/lib/jvm/java-8-oracle-amd64/bin/rmid
==> default: +jdk rmiregistry /usr/lib/jvm/java-8-oracle-amd64/bin/rmiregistry
==> default: +jdk schemagen /usr/lib/jvm/java-8-oracle-amd64/bin/schemagen
==> default: +jdk serialver /usr/lib/jvm/java-8-oracle-amd64/bin/serialver
==> default: +jdk servertool /usr/lib/jvm/java-8-oracle-amd64/bin/servertool
==> default: +jdk tnameserv /usr/lib/jvm/java-8-oracle-amd64/bin/tnameserv
==> default: +jdk unpack200 /usr/lib/jvm/java-8-oracle-amd64/bin/unpack200
==> default: +jdk wsgen /usr/lib/jvm/java-8-oracle-amd64/bin/wsgen
==> default: +jdk wsimport /usr/lib/jvm/java-8-oracle-amd64/bin/wsimport
==> default: +jdk xjc /usr/lib/jvm/java-8-oracle-amd64/bin/xjc
==> default: [2016-06-20T20:46:39+00:00] INFO: template[/usr/lib/jvm/.java-8-oracle-amd64.jinfo] owner changed to 0
==> default: [2016-06-20T20:46:39+00:00] INFO: template[/usr/lib/jvm/.java-8-oracle-amd64.jinfo] group changed to 0
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default:
==> default: * java_alternatives[set-java-alternatives] action set
==> default:
==> default: - Add alternative for appletviewer
==> default:
==> default: - Add alternative for ControlPanel
==> default:
==> default: - Add alternative for extcheck
==> default: - Add alternative for idlj
==> default:
==> default: - Add alternative for jar
==> default:
==> default: - Add alternative for jarsigner
==> default:
==> default: - Add alternative for java
==> default:
==> default: - Add alternative for javac
==> default:
==> default: - Add alternative for javadoc
==> default:
==> default: - Add alternative for javafxpackager
==> default:
==> default: - Add alternative for javah
==> default:
==> default: - Add alternative for javap
==> default:
==> default: - Add alternative for javaws
==> default:
==> default: - Add alternative for jcmd
==> default:
==> default: - Add alternative for jconsole
==> default:
==> default: - Add alternative for jcontrol
==> default:
==> default: - Add alternative for jdb
==> default:
==> default: - Add alternative for jdeps
==> default:
==> default: - Add alternative for jhat
==> default:
==> default: - Add alternative for jinfo
==> default:
==> default: - Add alternative for jjs
==> default:
==> default: - Add alternative for jmap
==> default:
==> default: - Add alternative for jmc
==> default:
==> default: - Add alternative for jps
==> default:
==> default: - Add alternative for jrunscript
==> default:
==> default: - Add alternative for jsadebugd
==> default:
==> default: - Add alternative for jstack
==> default:
==> default: - Add alternative for jstat
==> default:
==> default: - Add alternative for jstatd
==> default:
==> default: - Add alternative for jvisualvm
==> default:
==> default: - Add alternative for keytool
==> default:
==> default: - Add alternative for native2ascii
==> default:
==> default: - Add alternative for orbd
==> default:
==> default: - Add alternative for pack200
==> default:
==> default: - Add alternative for policytool
==> default:
==> default: - Add alternative for rmic
==> default:
==> default: - Add alternative for rmid
==> default:
==> default: - Add alternative for rmiregistry
==> default:
==> default: - Add alternative for schemagen
==> default:
==> default: - Add alternative for serialver
==> default:
==> default: - Add alternative for servertool
==> default: - Add alternative for tnameserv
==> default:
==> default: - Add alternative for unpack200
==> default:
==> default: - Add alternative for wsgen
==> default:
==> default: - Add alternative for wsimport
==> default:
==> default: - Add alternative for xjc
==> default:
==> default:
==> default: Recipe: java::default_java_symlink
==> default:
==> default: * link[/usr/lib/jvm/default-java] action create
==> default: [2016-06-20T20:46:44+00:00] INFO: link[/usr/lib/jvm/default-java] created
==> default:
==> default: - create symlink at /usr/lib/jvm/default-java to /usr/lib/jvm/java-8-oracle-amd64
==> default:
==> default:
==> default: [2016-06-20T20:46:44+00:00] INFO: PUT /organizations/chef/nodes/vagrant-f9d60a05
==> default: --- PUT BODY ---
==> default: {"name":"vagrant-f9d60a05","chef_environment":"_default","json_class":"Chef::Node","automatic":{"languages":{"python":{"version":"2.7.6","builddate":"Jun 22 2015, 17:58:13"},"nodejs":{"version":"0.10.45"},"ruby":{"platform":"x86_64-linux","version":"1.9.3","release_date":"2013-11-22","target":"x86_64-pc-linux-gnu","target_cpu":"x86_64","target_vendor":"pc","target_os":"linux","host":"x86_64-pc-linux-gnu","host_cpu":"x86_64","host_os":"linux-gnu","host_vendor":"pc","bin_dir":"/usr/bin","ruby_bin":"/usr/bin/ruby1.9.1","gems_dir":"/var/lib/gems/1.9.1","gem_bin":"/usr/bin/gem1.9.1"},"c":{"gcc":{"version":"4.8.4","description":"gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) "}},"perl":{"version":"5.18.2","archname":"x86_64-linux-gnu-thread-multi"}},"kernel":{"name":"Linux","release":"3.13.0-87-generic","version":"#133-Ubuntu SMP Tue May 24 18:32:09 UTC 2016","machine":"x86_64","processor":"x86_64","os":"GNU/Linux","modules":{"vboxsf":{"size":"43802","refcount":"2"},"nfsd":{"size":"284396","refcount":"2"},"auth_rpcgss":{"size":"59309","refcount":"1"},"nfs_acl":{"size":"12837","refcount":"1"},"nfs":{"size":"240815","refcount":"0"},"lockd":{"size":"93913","refcount":"2"},"sunrpc":{"size":"289217","refcount":"6"},"fscache":{"size":"63988","refcount":"1"},"dm_crypt":{"size":"23177","refcount":"0"},"joydev":{"size":"17381","refcount":"0"},"crct10dif_pclmul":{"size":"14289","refcount":"0"},"crc32_pclmul":{"size":"13113","refcount":"0"},"serio_raw":{"size":"13462","refcount":"0"},"syscopyarea":{"size":"12529","refcount":"0"},"video":{"size":"19476","refcount":"0"},"sysfillrect":{"size":"12701","refcount":"0"},"sysimgblt":{"size":"12640","refcount":"0"},"vboxguest":{"size":"276728","refcount":"2"},"aesni_intel":{"size":"55624","refcount":"0"},"aes_x86_64":{"size":"17131","refcount":"1"},"glue_helper":{"size":"13990","refcount":"1"},"lrw":{"size":"13286","refcount":"1"},"gf128mul":{"size":"14951","refcount":"1"},"ablk_helper":{"size":"13597","refcount":"1"},"cryptd":{"size":"20359","refcount":"2"},"psmouse":{"size":"106692","refcount":"0"},"ahci":{"size":"34091","refcount":"1"},"e1000":{"size":"145227","refcount":"0"},"libahci":{"size":"32716","refcount":"1"}}},"os":"linux","os_version":"3.13.0-87-generic","lsb":{"id":"Ubuntu","release":"14.04","codename":"trusty","description":"Ubuntu 14.04.4 LTS"},"platform":"ubuntu","platform_version":"14.04","platform_family":"debian","cpu":{"0":{"vendor_id":"GenuineIntel","family":"6","model":"61","model_name":"Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz","stepping":"4","mhz":"2899.959","cache_size":"3072 KB","physical_id":"0","core_id":"0","cores":"1","flags":["fpu","vme","de","pse","tsc","msr","pae","mce","cx8","apic","sep","mtrr","pge","mca","cmov","pat","pse36","clflush","mmx","fxsr","sse","sse2","syscall","nx","rdtscp","lm","constant_tsc","rep_good","nopl","xtopology","nonstop_tsc","pni","pclmulqdq","monitor","ssse3","cx16","sse4_1","sse4_2","movbe","popcnt","aes","xsave","avx","rdrand","lahf_lm","abm","3dnowprefetch","rdseed"]},"total":1,"real":1,"cores":1},"network":{"interfaces":{"lo":{"mtu":"65536","flags":["LOOPBACK","UP","LOWER_UP"],"encapsulation":"Loopback","addresses":{"127.0.0.1":{"family":"inet","prefixlen":"8","netmask":"255.0.0.0","scope":"Node"},"::1":{"family":"inet6","prefixlen":"128","scope":"Node"}},"state":"unknown"},"eth0":{"type":"eth","number":"0","mtu":"1500","flags":["BROADCAST","MULTICAST","UP","LOWER_UP"],"encapsulation":"Ethernet","addresses":{"08:00:27:8F:DC:E2":{"family":"lladdr"},"10.0.2.15":{"family":"inet","prefixlen":"24","netmask":"255.255.255.0","broadcast":"10.0.2.255","scope":"Global"},"fe80::a00:27ff:fe8f:dce2":{"family":"inet6","prefixlen":"64","scope":"Link"}},"state":"up","arp":{"10.0.2.3":"52:54:00:12:35:03","10.0.2.2":"52:54:00:12:35:02"},"routes":[{"destination":"default","family":"inet","via":"10.0.2.2"},{"destination":"10.0.2.0/24","family":"inet","scope":"link","proto":"kernel","src":"10.0.2.15"},{"destination":"fe80::/64","family":"inet6","metric":"256","proto":"kernel"}],"link_speed":1000,"duplex":"Full","port":"Twisted Pair","transceiver":"internal","auto_negotiation":"on","mdi_x":"off (auto)"}},"default_interface":"eth0","default_gateway":"10.0.2.2"},"counters":{"network":{"interfaces":{"lo":{"rx":{"bytes":"0","packets":"0","errors":"0","drop":"0","overrun":"0"},"tx":{"bytes":"0","packets":"0","errors":"0","drop":"0","carrier":"0","collisions":"0"}},"eth0":{"tx":{"queuelen":"1000","bytes":"67270","packets":"518","errors":"0","drop":"0","carrier":"0","collisions":"0"},"rx":{"bytes":"76494","packets":"725","errors":"0","drop":"0","overrun":"0"}}}}},"ipaddress":"10.0.2.15","macaddress":"08:00:27:8F:DC:E2","ip6address":"fe80::a00:27ff:fe8f:dce2","memory":{"swap":{"cached":"0kB","total":"0kB","free":"0kB"},"total":"2049988kB","free":"1638004kB","buffers":"16152kB","cached":"108620kB","active":"283844kB","inactive":"80292kB","dirty":"212kB","writeback":"0kB","anon_pages":"239404kB","mapped":"18148kB","slab":"25904kB","slab_reclaimable":"17804kB","slab_unreclaim":"8100kB","page_tables":"3648kB","nfs_unstable":"0kB","bounce":"0kB","commit_limit":"1024992kB","committed_as":"621216kB","vmalloc_total":"34359738367kB","vmalloc_used":"10132kB","vmalloc_chunk":"34359723004kB"},"command":{"ps":"ps -ef"},"virtualization":{"systems":{"vbox":"guest"},"system":"vbox","role":"guest"},"chef_packages":{"chef":{"version":"12.11.18","chef_root":"/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib"},"ohai":{"version":"8.16.0","ohai_root":"/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.16.0/lib/ohai"}},"keys":{"ssh":{"host_rsa_public":"AAAAB3NzaC1yc2EAAAADAQABAAABAQC1L4oMcRxMtPVAGkgQ+GEt2Cy5BjdsX+z5eEfHnGF03ViKqsnB7YA5iIBuKsKjDcLZw6DuSCtWCDyJmUmGafm1foQA0GsRVNUk1GyGKqt4Th6CKB9W8ZL+ZOA/tEe72U2oyVOajPT3xAJ2D6P/WeBp64ZGqbIAAG4Sv/6VDFSI5HfdO27o2UdzPsZzhOCFT27lbc6piGXS87aGW1KoMm7EYNor0dM0ptiV49CvkQ5j5guGozNmb9CapsA4jDLPVLV6z5aTRhhTpVb0sKX/77cKmyDskszg4Iwclb/n1DxG//xUbx4/X99G+6PncLjJb4LmsKttzVr8Kq1hoB5BVb4p","host_dsa_public":"AAAAB3NzaC1kc3MAAACBAN3d9+7iWr1kORQS2JGxy0MiBixru52EJ6o99S9V/Bzu2CjteyZ63VZQmjZKKtV0kHs5EM8Q/YPYbWyRhH5jgc/MipoD6zP/b8tYqrmdpe529H9VLtbNaii2OMu/5c1s2Zfgf+gyPvJxirqPBWVJ2o6gSZISlRmDhEbwtSphqyCVAAAAFQCNr/6HN1fnShkFP+AK5wO3V2GsLwAAAIEApx8VDOrjowIcVm4JGZ5p4T3TtaG6hpiiAyTfe/IV4ZcSv2xTWB0Eut00vLe0krtlfvrnmyHT+lhFcSCd+5Zgi/j8kMdE6GjkPGMoC9LO8q0nCJCq4SH8rym45dTLT6IrJ/Gy2JOKRR/ZF2EnV9Q3siQmu44cWdGHFl3NQTtNTmUAAACBAJL5bKfBj/6rXyCSWY4IE1inraLki15r2CsPvZyBIFl6MgvAeDadZRiiQR2TNvZyuwbhCQjv48YS7gTYur2T9VGOlr4m8UmK/13FKa9bN6GjLMmeedf9wZbYe6SZYohrUyMIlz2bpOAkmOYM7xWqBFCOvF0ubXjxRA1Dd8ln8veJ","host_ecdsa_public":"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPJs/dhbIvdrzsrTYBUHRamYym+2DcJXyNLaZ6x1hY22DSyhJonas6DcA6Y9L6Wv4LVSfNYo2d1N1hBV/GgACg=","host_ecdsa_type":"ecdsa-sha2-nistp256","host_ed25519_public":"AAAAC3NzaC1lZDI1NTE5AAAAIAxVRDm2zapr69ou79ibXGLZ2xIiRAyFHkSL20mX4Ee4"}},"dmi":{"dmidecode_version":"2.12","smbios_version":"2.5","structures":{"count":"10","size":"450"},"table_location":"0x000E1000","bios":{"all_records":[{"record_id":"0x0000","size":"0","application_identifier":"BIOS Information","Vendor":"innotek GmbH","Version":"VirtualBox","Release Date":"12/01/2006","Address":"0xE0000","Runtime Size":"128 kB","ROM Size":"128 kB","Characteristics":{"ISA is supported":null,"PCI is supported":null,"Boot from CD is supported":null,"Selectable boot is supported":null,"8042 keyboard services are supported (int 9h)":null,"CGA/mono video services are supported (int 10h)":null,"ACPI is supported":null}}],"vendor":"innotek GmbH","version":"VirtualBox","release_date":"12/01/2006","address":"0xE0000","runtime_size":"128 kB","rom_size":"128 kB"},"system":{"all_records":[{"record_id":"0x0001","size":"1","application_identifier":"System Information","Manufacturer":"innotek GmbH","Product Name":"VirtualBox","Version":"1.2","Serial Number":"0","UUID":"23A4E4BD-AD2F-4BBA-963D-3E2A51A72D05","Wake-up Type":"Power Switch","SKU Number":"Not Specified","Family":"Virtual Machine"}],"manufacturer":"innotek GmbH","product_name":"VirtualBox","version":"1.2","serial_number":"0","uuid":"23A4E4BD-AD2F-4BBA-963D-3E2A51A72D05","wake_up_type":"Power Switch","sku_number":"Not Specified","family":"Virtual Machine"},"base_board":{"all_records":[{"record_id":"0x0008","size":"2","application_identifier":"Base Board Information","Manufacturer":"Oracle Corporation","Product Name":"VirtualBox","Version":"1.2","Serial Number":"0","Asset Tag":"Not Specified","Features":{"Board is a hosting board":null},"Location In Chassis":"Not Specified","Chassis Handle":"0x0003","Type":"Motherboard","Contained Object Handles":"0"}],"manufacturer":"Oracle Corporation","product_name":"VirtualBox","version":"1.2","serial_number":"0","asset_tag":"Not Specified","location_in_chassis":"Not Specified","chassis_handle":"0x0003","type":"Motherboard","contained_object_handles":"0"},"chassis":{"all_records":[{"record_id":"0x0003","size":"3","application_identifier":"Chassis Information","Manufacturer":"Oracle Corporation","Type":"Other","Lock":"Not Present","Version":"Not Specified","Serial Number":"Not Specified","Asset Tag":"Not Specified","Boot-up State":"Safe","Power Supply State":"Safe","Thermal State":"Safe","Security Status":"None"}],"manufacturer":"Oracle Corporation","type":"Other","lock":"Not Present","version":"Not Specified","serial_number":"Not Specified","asset_tag":"Not Specified","boot_up_state":"Safe","power_supply_state":"Safe","thermal_state":"Safe","security_status":"None"},"oem_strings":{"all_records":[{"record_id":"0x0002","size":"11","application_identifier":"OEM Strings","String 1":"vboxVer_5.0.20","String 2":"vboxRev_106931"}],"string_1":"vboxVer_5.0.20","string_2":"vboxRev_106931"}},"etc":{"passwd":{"root":{"dir":"/root","gid":0,"uid":0,"shell":"/bin/bash","gecos":"root"},"daemon":{"dir":"/usr/sbin","gid":1,"uid":1,"shell":"/usr/sbin/nologin","gecos":"daemon"},"bin":{"dir":"/bin","gid":2,"uid":2,"shell":"/usr/sbin/nologin","gecos":"bin"},"sys":{"dir":"/dev","gid":3,"uid":3,"shell":"/usr/sbin/nologin","gecos":"sys"},"sync":{"dir":"/bin","gid":65534,"uid":4,"shell":"/bin/sync","gecos":"sync"},"games":{"dir":"/usr/games","gid":60,"uid":5,"shell":"/usr/sbin/nologin","gecos":"games"},"man":{"dir":"/var/cache/man","gid":12,"uid":6,"shell":"/usr/sbin/nologin","gecos":"man"},"lp":{"dir":"/var/spool/lpd","gid":7,"uid":7,"shell":"/usr/sbin/nologin","gecos":"lp"},"mail":{"dir":"/var/mail","gid":8,"uid":8,"shell":"/usr/sbin/nologin","gecos":"mail"},"news":{"dir":"/var/spool/news","gid":9,"uid":9,"shell":"/usr/sbin/nologin","gecos":"news"},"uucp":{"dir":"/var/spool/uucp","gid":10,"uid":10,"shell":"/usr/sbin/nologin","gecos":"uucp"},"proxy":{"dir":"/bin","gid":13,"uid":13,"shell":"/usr/sbin/nologin","gecos":"proxy"},"www-data":{"dir":"/var/www","gid":33,"uid":33,"shell":"/usr/sbin/nologin","gecos":"www-data"},"backup":{"dir":"/var/backups","gid":34,"uid":34,"shell":"/usr/sbin/nologin","gecos":"backup"},"list":{"dir":"/var/list","gid":38,"uid":38,"shell":"/usr/sbin/nologin","gecos":"Mailing List Manager"},"irc":{"dir":"/var/run/ircd","gid":39,"uid":39,"shell":"/usr/sbin/nologin","gecos":"ircd"},"gnats":{"dir":"/var/lib/gnats","gid":41,"uid":41,"shell":"/usr/sbin/nologin","gecos":"Gnats Bug-Reporting System (admin)"},"nobody":{"dir":"/nonexistent","gid":65534,"uid":65534,"shell":"/usr/sbin/nologin","gecos":"nobody"},"libuuid":{"dir":"/var/lib/libuuid","gid":101,"uid":100,"shell":"","gecos":""},"syslog":{"dir":"/home/syslog","gid":104,"uid":101,"shell":"/bin/false","gecos":""},"messagebus":{"dir":"/var/run/dbus","gid":106,"uid":102,"shell":"/bin/false","gecos":""},"landscape":{"dir":"/var/lib/landscape","gid":109,"uid":103,"shell":"/bin/false","gecos":""},"sshd":{"dir":"/var/run/sshd","gid":65534,"uid":104,"shell":"/usr/sbin/nologin","gecos":""},"pollinate":{"dir":"/var/cache/pollinate","gid":1,"uid":105,"shell":"/bin/false","gecos":""},"vagrant":{"dir":"/home/vagrant","gid":1000,"uid":1000,"shell":"/bin/bash","gecos":""},"colord":{"dir":"/var/lib/colord","gid":112,"uid":106,"shell":"/bin/false","gecos":"colord colour management daemon,,,"},"statd":{"dir":"/var/lib/nfs","gid":65534,"uid":107,"shell":"/bin/false","gecos":""},"puppet":{"dir":"/var/lib/puppet","gid":114,"uid":108,"shell":"/bin/false","gecos":"Puppet configuration management daemon,,,"},"ubuntu":{"dir":"/home/ubuntu","gid":1001,"uid":1001,"shell":"/bin/bash","gecos":"Ubuntu"},"vboxadd":{"dir":"/var/run/vboxadd","gid":1,"uid":999,"shell":"/bin/false","gecos":""},"mysql":{"dir":"/nonexistent","gid":115,"uid":109,"shell":"/bin/false","gecos":"MySQL Server,,,"}},"group":{"root":{"gid":0,"members":[]},"daemon":{"gid":1,"members":[]},"bin":{"gid":2,"members":[]},"sys":{"gid":3,"members":[]},"adm":{"gid":4,"members":["syslog","ubuntu"]},"tty":{"gid":5,"members":[]},"disk":{"gid":6,"members":[]},"lp":{"gid":7,"members":[]},"mail":{"gid":8,"members":[]},"news":{"gid":9,"members":[]},"uucp":{"gid":10,"members":[]},"man":{"gid":12,"members":[]},"proxy":{"gid":13,"members":[]},"kmem":{"gid":15,"members":[]},"dialout":{"gid":20,"members":["ubuntu"]},"fax":{"gid":21,"members":[]},"voice":{"gid":22,"members":[]},"cdrom":{"gid":24,"members":["ubuntu"]},"floppy":{"gid":25,"members":["ubuntu"]},"tape":{"gid":26,"members":[]},"sudo":{"gid":27,"members":["ubuntu"]},"audio":{"gid":29,"members":["ubuntu"]},"dip":{"gid":30,"members":["ubuntu"]},"www-data":{"gid":33,"members":[]},"backup":{"gid":34,"members":[]},"operator":{"gid":37,"members":[]},"list":{"gid":38,"members":[]},"irc":{"gid":39,"members":[]},"src":{"gid":40,"members":[]},"gnats":{"gid":41,"members":[]},"shadow":{"gid":42,"members":[]},"utmp":{"gid":43,"members":[]},"video":{"gid":44,"members":["ubuntu"]},"sasl":{"gid":45,"members":[]},"plugdev":{"gid":46,"members":["ubuntu"]},"staff":{"gid":50,"members":[]},"games":{"gid":60,"members":[]},"users":{"gid":100,"members":[]},"nogroup":{"gid":65534,"members":[]},"libuuid":{"gid":101,"members":[]},"netdev":{"gid":102,"members":["ubuntu"]},"crontab":{"gid":103,"members":[]},"syslog":{"gid":104,"members":[]},"fuse":{"gid":105,"members":[]},"messagebus":{"gid":106,"members":[]},"mlocate":{"gid":107,"members":[]},"ssh":{"gid":108,"members":[]},"landscape":{"gid":109,"members":[]},"admin":{"gid":110,"members":[]},"vagrant":{"gid":1000,"members":[]},"scanner":{"gid":111,"members":[]},"colord":{"gid":112,"members":[]},"puppet":{"gid":114,"members":[]},"ubuntu":{"gid":1001,"members":[]},"vboxsf":{"gid":999,"members":[]},"ssl-cert":{"gid":113,"members":[]},"mysql":{"gid":115,"members":[]}}},"current_user":"root","cloud_v2":null,"virtualbox":{"host":{"language":"en_US","revision":"106931","version":"5.0.20"},"guest":{"guest_additions_version":"5.0.20","guest_additions_revision":"106931"}},"filesystem":{"udev":{"kb_size":"1020044","kb_used":"12","kb_available":"1020032","percent_used":"1%","mount":"/dev","total_inodes":"255011","inodes_used":"404","inodes_available":"254607","inodes_percent_used":"1%","fs_type":"devtmpfs","mount_options":["rw","mode=0755"]},"tmpfs":{"kb_size":"205000","kb_used":"360","kb_available":"204640","percent_used":"1%","mount":"/run","total_inodes":"256248","inodes_used":"329","inodes_available":"255919","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","size=10%","mode=0755"]},"/dev/sda1":{"kb_size":"41251136","kb_used":"2267456","kb_available":"37247768","percent_used":"6%","mount":"/","total_inodes":"2621440","inodes_used":"110314","inodes_available":"2511126","inodes_percent_used":"5%","fs_type":"ext4","mount_options":["rw"],"uuid":"1594814a-7a6c-4bc3-8135-055785b4c90c","label":"cloudimg-rootfs"},"none":{"kb_size":"102400","kb_used":"0","kb_available":"102400","percent_used":"0%","mount":"/sys/fs/pstore","total_inodes":"256248","inodes_used":"2","inodes_available":"256246","inodes_percent_used":"1%","fs_type":"pstore","mount_options":["rw"]},"vagrant":{"kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","mount":"/vagrant","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"]},"v-csc-6ad9f4739":{"kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","mount":"/tmp/vagrant-che
==> default: f/97c9264b8a430ae11510f55b63bb82df/cookbooks","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"]},"proc":{"mount":"/proc","fs_type":"proc","mount_options":["rw","noexec","nosuid","nodev"]},"sysfs":{"mount":"/sys","fs_type":"sysfs","mount_options":["rw","noexec","nosuid","nodev"]},"devpts":{"mount":"/dev/pts","fs_type":"devpts","mount_options":["rw","noexec","nosuid","gid=5","mode=0620"]},"rpc_pipefs":{"mount":"/run/rpc_pipefs","fs_type":"rpc_pipefs","mount_options":["rw"]},"systemd":{"mount":"/sys/fs/cgroup/systemd","fs_type":"cgroup","mount_options":["rw","noexec","nosuid","nodev","none","name=systemd"]},"rootfs":{"mount":"/","fs_type":"rootfs","mount_options":["rw"]}},"hostname":"vagrant-ubuntu-trusty-64","machinename":"vagrant-ubuntu-trusty-64","fqdn":"vagrant-ubuntu-trusty-64","domain":null,"ohai_time":1466455525.1659725,"root_group":"root","block_device":{"sda":{"size":"83886080","removable":"0","model":"VBOX HARDDISK","rev":"1.0","state":"running","timeout":"30","vendor":"ATA","queue_depth":"31","rotational":"1"},"ram0":{"size":"131072","removable":"0","rotational":"1"},"ram1":{"size":"131072","removable":"0","rotational":"1"},"ram2":{"size":"131072","removable":"0","rotational":"1"},"ram3":{"size":"131072","removable":"0","rotational":"1"},"ram4":{"size":"131072","removable":"0","rotational":"1"},"ram5":{"size":"131072","removable":"0","rotational":"1"},"ram6":{"size":"131072","removable":"0","rotational":"1"},"ram7":{"size":"131072","removable":"0","rotational":"1"},"ram8":{"size":"131072","removable":"0","rotational":"1"},"ram9":{"size":"131072","removable":"0","rotational":"1"},"loop0":{"size":"0","removable":"0","rotational":"1"},"loop1":{"size":"0","removable":"0","rotational":"1"},"loop2":{"size":"0","removable":"0","rotational":"1"},"loop3":{"size":"0","removable":"0","rotational":"1"},"loop4":{"size":"0","removable":"0","rotational":"1"},"loop5":{"size":"0","removable":"0","rotational":"1"},"loop6":{"size":"0","removable":"0","rotational":"1"},"loop7":{"size":"0","removable":"0","rotational":"1"},"ram10":{"size":"131072","removable":"0","rotational":"1"},"ram11":{"size":"131072","removable":"0","rotational":"1"},"ram12":{"size":"131072","removable":"0","rotational":"1"},"ram13":{"size":"131072","removable":"0","rotational":"1"},"ram14":{"size":"131072","removable":"0","rotational":"1"},"ram15":{"size":"131072","removable":"0","rotational":"1"}},"sessions":{"by_session":{},"by_user":{}},"fips":{"kernel":{"enabled":false}},"filesystem2":{"by_device":{"udev":{"kb_size":"1020044","kb_used":"12","kb_available":"1020032","percent_used":"1%","total_inodes":"255011","inodes_used":"404","inodes_available":"254607","inodes_percent_used":"1%","fs_type":"devtmpfs","mount_options":["rw","mode=0755"],"mounts":["/dev"]},"tmpfs":{"kb_size":"205000","kb_used":"360","kb_available":"204640","percent_used":"1%","total_inodes":"256248","inodes_used":"329","inodes_available":"255919","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","size=10%","mode=0755"],"mounts":["/run"]},"/dev/sda1":{"kb_size":"41251136","kb_used":"2267456","kb_available":"37247768","percent_used":"6%","total_inodes":"2621440","inodes_used":"110314","inodes_available":"2511126","inodes_percent_used":"5%","fs_type":"ext4","mount_options":["rw"],"uuid":"1594814a-7a6c-4bc3-8135-055785b4c90c","label":"cloudimg-rootfs","mounts":["/"]},"none":{"kb_size":"102400","kb_used":"0","kb_available":"102400","percent_used":"0%","total_inodes":"256248","inodes_used":"2","inodes_available":"256246","inodes_percent_used":"1%","fs_type":"pstore","mount_options":["rw"],"mounts":["/sys/fs/cgroup","/run/lock","/run/shm","/run/user","/sys/fs/fuse/connections","/sys/kernel/debug","/sys/kernel/security","/sys/fs/pstore"]},"vagrant":{"kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"],"mounts":["/vagrant"]},"v-csc-6ad9f4739":{"kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"],"mounts":["/tmp/vagrant-chef/97c9264b8a430ae11510f55b63bb82df/cookbooks"]},"proc":{"fs_type":"proc","mount_options":["rw","noexec","nosuid","nodev"],"mounts":["/proc"]},"sysfs":{"fs_type":"sysfs","mount_options":["rw","noexec","nosuid","nodev"],"mounts":["/sys"]},"devpts":{"fs_type":"devpts","mount_options":["rw","noexec","nosuid","gid=5","mode=0620"],"mounts":["/dev/pts"]},"rpc_pipefs":{"fs_type":"rpc_pipefs","mount_options":["rw"],"mounts":["/run/rpc_pipefs"]},"systemd":{"fs_type":"cgroup","mount_options":["rw","noexec","nosuid","nodev","none","name=systemd"],"mounts":["/sys/fs/cgroup/systemd"]},"/dev/sda":{},"rootfs":{"fs_type":"rootfs","mount_options":["rw"],"mounts":["/"]}},"by_mountpoint":{"/dev":{"kb_size":"1020044","kb_used":"12","kb_available":"1020032","percent_used":"1%","total_inodes":"255011","inodes_used":"404","inodes_available":"254607","inodes_percent_used":"1%","fs_type":"devtmpfs","mount_options":["rw","mode=0755"],"devices":["udev"]},"/run":{"kb_size":"205000","kb_used":"360","kb_available":"204640","percent_used":"1%","total_inodes":"256248","inodes_used":"329","inodes_available":"255919","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","size=10%","mode=0755"],"devices":["tmpfs"]},"/":{"kb_size":"41251136","kb_used":"2267456","kb_available":"37247768","percent_used":"6%","total_inodes":"2621440","inodes_used":"110314","inodes_available":"2511126","inodes_percent_used":"5%","fs_type":"rootfs","mount_options":["rw"],"uuid":"1594814a-7a6c-4bc3-8135-055785b4c90c","label":"cloudimg-rootfs","devices":["/dev/sda1","rootfs"]},"/sys/fs/cgroup":{"kb_size":"4","kb_used":"0","kb_available":"4","percent_used":"0%","total_inodes":"256248","inodes_used":"2","inodes_available":"256246","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw"],"devices":["none"]},"/run/lock":{"kb_size":"5120","kb_used":"0","kb_available":"5120","percent_used":"0%","total_inodes":"256248","inodes_used":"1","inodes_available":"256247","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","nodev","size=5242880"],"devices":["none"]},"/run/shm":{"kb_size":"1024992","kb_used":"0","kb_available":"1024992","percent_used":"0%","total_inodes":"256248","inodes_used":"1","inodes_available":"256247","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","nosuid","nodev"],"devices":["none"]},"/run/user":{"kb_size":"102400","kb_used":"0","kb_available":"102400","percent_used":"0%","total_inodes":"256248","inodes_used":"2","inodes_available":"256246","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","nodev","size=104857600","mode=0755"],"devices":["none"]},"/vagrant":{"kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"],"devices":["vagrant"]},"/tmp/vagrant-chef/97c9264b8a430ae11510f55b63bb82df/cookbooks":{"kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"],"devices":["v-csc-6ad9f4739"]},"/proc":{"fs_type":"proc","mount_options":["rw","noexec","nosuid","nodev"],"devices":["proc"]},"/sys":{"fs_type":"sysfs","mount_options":["rw","noexec","nosuid","nodev"],"devices":["sysfs"]},"/sys/fs/fuse/connections":{"fs_type":"fusectl","mount_options":["rw"],"devices":["none"]},"/sys/kernel/debug":{"fs_type":"debugfs","mount_options":["rw"],"devices":["none"]},"/sys/kernel/security":{"fs_type":"securityfs","mount_options":["rw"],"devices":["none"]},"/dev/pts":{"fs_type":"devpts","mount_options":["rw","noexec","nosuid","gid=5","mode=0620"],"devices":["devpts"]},"/sys/fs/pstore":{"fs_type":"pstore","mount_options":["rw"],"devices":["none"]},"/run/rpc_pipefs":{"fs_type":"rpc_pipefs","mount_options":["rw"],"devices":["rpc_pipefs"]},"/sys/fs/cgroup/systemd":{"fs_type":"cgroup","mount_options":["rw","noexec","nosuid","nodev","none","name=systemd"],"devices":["systemd"]}},"by_pair":{"udev,/dev":{"device":"udev","kb_size":"1020044","kb_used":"12","kb_available":"1020032","percent_used":"1%","mount":"/dev","total_inodes":"255011","inodes_used":"404","inodes_available":"254607","inodes_percent_used":"1%","fs_type":"devtmpfs","mount_options":["rw","mode=0755"]},"tmpfs,/run":{"device":"tmpfs","kb_size":"205000","kb_used":"360","kb_available":"204640","percent_used":"1%","mount":"/run","total_inodes":"256248","inodes_used":"329","inodes_available":"255919","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","size=10%","mode=0755"]},"/dev/sda1,/":{"device":"/dev/sda1","kb_size":"41251136","kb_used":"2267456","kb_available":"37247768","percent_used":"6%","mount":"/","total_inodes":"2621440","inodes_used":"110314","inodes_available":"2511126","inodes_percent_used":"5%","fs_type":"ext4","mount_options":["rw"],"uuid":"1594814a-7a6c-4bc3-8135-055785b4c90c","label":"cloudimg-rootfs"},"none,/sys/fs/cgroup":{"device":"none","kb_size":"4","kb_used":"0","kb_available":"4","percent_used":"0%","mount":"/sys/fs/cgroup","total_inodes":"256248","inodes_used":"2","inodes_available":"256246","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw"]},"none,/run/lock":{"device":"none","kb_size":"5120","kb_used":"0","kb_available":"5120","percent_used":"0%","mount":"/run/lock","total_inodes":"256248","inodes_used":"1","inodes_available":"256247","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","nodev","size=5242880"]},"none,/run/shm":{"device":"none","kb_size":"1024992","kb_used":"0","kb_available":"1024992","percent_used":"0%","mount":"/run/shm","total_inodes":"256248","inodes_used":"1","inodes_available":"256247","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","nosuid","nodev"]},"none,/run/user":{"device":"none","kb_size":"102400","kb_used":"0","kb_available":"102400","percent_used":"0%","mount":"/run/user","total_inodes":"256248","inodes_used":"2","inodes_available":"256246","inodes_percent_used":"1%","fs_type":"tmpfs","mount_options":["rw","noexec","nosuid","nodev","size=104857600","mode=0755"]},"vagrant,/vagrant":{"device":"vagrant","kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","mount":"/vagrant","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"]},"v-csc-6ad9f4739,/tmp/vagrant-chef/97c9264b8a430ae11510f55b63bb82df/cookbooks":{"device":"v-csc-6ad9f4739","kb_size":"487358464","kb_used":"56707540","kb_available":"430650924","percent_used":"12%","mount":"/tmp/vagrant-chef/97c9264b8a430ae11510f55b63bb82df/cookbooks","total_inodes":"1000","inodes_used":"0","inodes_available":"1000","inodes_percent_used":"0%","fs_type":"vboxsf","mount_options":["uid=1000","gid=1000","rw"]},"proc,/proc":{"device":"proc","mount":"/proc","fs_type":"proc","mount_options":["rw","noexec","nosuid","nodev"]},"sysfs,/sys":{"device":"sysfs","mount":"/sys","fs_type":"sysfs","mount_options":["rw","noexec","nosuid","nodev"]},"none,/sys/fs/fuse/connections":{"device":"none","mount":"/sys/fs/fuse/connections","fs_type":"fusectl","mount_options":["rw"]},"none,/sys/kernel/debug":{"device":"none","mount":"/sys/kernel/debug","fs_type":"debugfs","mount_options":["rw"]},"none,/sys/kernel/security":{"device":"none","mount":"/sys/kernel/security","fs_type":"securityfs","mount_options":["rw"]},"devpts,/dev/pts":{"device":"devpts","mount":"/dev/pts","fs_type":"devpts","mount_options":["rw","noexec","nosuid","gid=5","mode=0620"]},"none,/sys/fs/pstore":{"device":"none","mount":"/sys/fs/pstore","fs_type":"pstore","mount_options":["rw"]},"rpc_pipefs,/run/rpc_pipefs":{"device":"rpc_pipefs","mount":"/run/rpc_pipefs","fs_type":"rpc_pipefs","mount_options":["rw"]},"systemd,/sys/fs/cgroup/systemd":{"device":"systemd","mount":"/sys/fs/cgroup/systemd","fs_type":"cgroup","mount_options":["rw","noexec","nosuid","nodev","none","name=systemd"]},"/dev/sda,":{"device":"/dev/sda"},"rootfs,/":{"device":"rootfs","mount":"/","fs_type":"rootfs","mount_options":["rw"]}}},"uptime_seconds":110,"uptime":"1 minutes 50 seconds","idletime_seconds":96,"idletime":"1 minutes 36 seconds","packages":{"accountsservice":{"version":"0.6.35-0ubuntu7.2"},"acl":{"version":"2.2.52-1"},"acpid":{"version":"1:2.0.21-1ubuntu2"},"adduser":{"version":"3.113+nmu3ubuntu3"},"apparmor":{"version":"2.8.95~2430-0ubuntu5.3"},"apport":{"version":"2.14.1-0ubuntu3.21"},"apport-symptoms":{"version":"0.20"},"apt":{"version":"1.0.1ubuntu2.14"},"apt-transport-https":{"version":"1.0.1ubuntu2.14"},"apt-utils":{"version":"1.0.1ubuntu2.14"},"apt-xapian-index":{"version":"0.45ubuntu4"},"aptitude":{"version":"0.6.8.2-1ubuntu4"},"aptitude-common":{"version":"0.6.8.2-1ubuntu4"},"at":{"version":"3.1.14-1ubuntu1"},"at-spi2-core":{"version":"2.10.2.is.2.10.1-0ubuntu1"},"augeas-lenses":{"version":"1.2.0-0ubuntu1.1"},"autoconf":{"version":"2.69-6"},"automake":{"version":"1:1.14.1-2ubuntu1"},"autotools-dev":{"version":"20130810.1"},"base-files":{"version":"7.2ubuntu5.4"},"base-passwd":{"version":"3.5.33"},"bash":{"version":"4.3-7ubuntu1.5"},"bash-completion":{"version":"1:2.1-4ubuntu0.2"},"bc":{"version":"1.06.95-8ubuntu1"},"bind9-host":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"binutils":{"version":"2.24-5ubuntu14.1"},"bison":{"version":"2:3.0.2.dfsg-2"},"bsdmainutils":{"version":"9.0.5ubuntu1"},"bsdutils":{"version":"1:2.20.1-5.1ubuntu20.7"},"build-essential":{"version":"11.6ubuntu6"},"busybox-initramfs":{"version":"1:1.21.0-1ubuntu1"},"busybox-static":{"version":"1:1.21.0-1ubuntu1"},"byobu":{"version":"5.77-0ubuntu1.2"},"bzip2":{"version":"1.0.6-5"},"ca-certificates":{"version":"20160104ubuntu0.14.04.1"},"chef":{"version":"12.11.18-1"},"chef-zero":{"version":"2.0.1-1"},"cloud-guest-utils":{"version":"0.27-0ubuntu9.2"},"cloud-init":{"version":"0.7.5-0ubuntu1.18"},"colord":{"version":"1.0.6-1"},"command-not-found":{"version":"0.3ubuntu12"},"command-not-found-data":{"version":"0.3ubuntu12"},"console-setup":{"version":"1.70ubuntu8"},"coreutils":{"version":"8.21-1ubuntu5.4"},"cpio":{"version":"2.11+dfsg-1ubuntu1.2"},"cpp":{"version":"4:4.8.2-1ubuntu6"},"cpp-4.8":{"version":"4.8.4-2ubuntu1~14.04.3"},"cron":{"version":"3.0pl1-124ubuntu2"},"cryptsetup":{"version":"2:1.6.1-1ubuntu1"},"cryptsetup-bin":{"version":"2:1.6.1-1ubuntu1"},"curl":{"version":"7.35.0-1ubuntu2.6"},"dash":{"version":"0.5.7-4ubuntu1"},"dbus":{"version":"1.6.18-0ubuntu4.3"},"dconf-gsettings-backend:amd64":{"version":"0.20.0-1"},"dconf-service":{"version":"0.20.0-1"},"debconf":{"version":"1.5.51ubuntu2"},"debconf-i18n":{"version":"1.5.51ubuntu2"},"debconf-utils":{"version":"1.5.51ubuntu2"},"debianutils":{"version":"4.4"},"dh-python":{"version":"1.20140128-1ubuntu8.2"},"diffutils":{"version":"1:3.3-1"},"distro-info":{"version":"0.12"},"distro-info-data":{"version":"0.18ubuntu0.5"},"dkms":{"version":"2.2.0.3-1.1ubuntu5.14.04.5"},"dmidecode":{"version":"2.12-2"},"dmsetup":{"version":"2:1.02.77-6ubuntu2"},"dnsutils":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"dosfstools":{"version":"3.0.26-1ubuntu0.1"},"dpkg":{"version":"1.17.5ubuntu5.6"},"dpkg-dev":{"version":"1.17.5ubuntu5.6"},"e2fslibs:amd64":{"version":"1.42.9-3ubuntu1.3"},"e2fsprogs":{"version":"1.42.9-3ubuntu1.3"},"eatmydata":{"version":"26-2"},"ed":{"version":"1.9-2"},"eject":{"version":"2.1.5+deb1+cvs20081104-13.1"},"erubis":{"version":"2.7.0-2"},"ethtool":{"version":"1:3.13-1"},"facter":{"version":"1.7.5-1ubuntu1"},"fakeroot":{"version":"1.20-3ubuntu2"},"file":{"version":"1:5.14-2ubuntu3.3"},"findutils":{"version":"4.4.2-7"},"fontconfig":{"version":"2.11.0-0ubuntu4.1"},"fontconfig-config":{"version":"2.11.0-0ubuntu4.1"},"fonts-dejavu-core":{"version":"2.34-1ubuntu1"},"fo
==> default: nts-ubuntu-font-family-console":{"version":"0.80-0ubuntu6"},"friendly-recovery":{"version":"0.2.25"},"ftp":{"version":"0.17-28"},"fuse":{"version":"2.9.2-4ubuntu4.14.04.1"},"g++":{"version":"4:4.8.2-1ubuntu6"},"g++-4.8":{"version":"4.8.4-2ubuntu1~14.04.3"},"gawk":{"version":"1:4.0.1+dfsg-2.1ubuntu2"},"gcc":{"version":"4:4.8.2-1ubuntu6"},"gcc-4.8":{"version":"4.8.4-2ubuntu1~14.04.3"},"gcc-4.8-base:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"gcc-4.9-base:amd64":{"version":"4.9.3-0ubuntu4"},"gdisk":{"version":"0.8.8-1ubuntu0.1"},"geoip-database":{"version":"20140313-1"},"gettext-base":{"version":"0.18.3.1-1ubuntu3"},"gir1.2-glib-2.0":{"version":"1.40.0-1ubuntu0.2"},"git":{"version":"1:1.9.1-1ubuntu0.3"},"git-core":{"version":"1:1.9.1-1ubuntu0.3"},"git-man":{"version":"1:1.9.1-1ubuntu0.3"},"gnupg":{"version":"1.4.16-1ubuntu2.3"},"gpgv":{"version":"1.4.16-1ubuntu2.3"},"grep":{"version":"2.16-1"},"groff-base":{"version":"1.22.2-5"},"grub-common":{"version":"2.02~beta2-9ubuntu1.7"},"grub-gfxpayload-lists":{"version":"0.6"},"grub-pc":{"version":"2.02~beta2-9ubuntu1.7"},"grub-pc-bin":{"version":"2.02~beta2-9ubuntu1.7"},"grub2-common":{"version":"2.02~beta2-9ubuntu1.7"},"gzip":{"version":"1.6-3ubuntu1"},"hdparm":{"version":"9.43-1ubuntu3"},"hicolor-icon-theme":{"version":"0.13-1"},"hostname":{"version":"3.15ubuntu1"},"ifupdown":{"version":"0.7.47.2ubuntu4.4"},"info":{"version":"5.2.0.dfsg.1-2"},"init-system-helpers":{"version":"1.14"},"initramfs-tools":{"version":"0.103ubuntu4.3"},"initramfs-tools-bin":{"version":"0.103ubuntu4.3"},"initscripts":{"version":"2.88dsf-41ubuntu6.3"},"insserv":{"version":"1.14.0-5ubuntu2"},"install-info":{"version":"5.2.0.dfsg.1-2"},"iproute2":{"version":"3.12.0-2ubuntu1"},"iptables":{"version":"1.4.21-1ubuntu1"},"iputils-ping":{"version":"3:20121221-4ubuntu1.1"},"iputils-tracepath":{"version":"3:20121221-4ubuntu1.1"},"irqbalance":{"version":"1.0.6-2ubuntu0.14.04.4"},"isc-dhcp-client":{"version":"4.2.4-7ubuntu12.4"},"isc-dhcp-common":{"version":"4.2.4-7ubuntu12.4"},"iso-codes":{"version":"3.52-1"},"juju":{"version":"1.25.5-0ubuntu3~14.04.1"},"juju-core":{"version":"1.25.5-0ubuntu3~14.04.1"},"kbd":{"version":"1.15.5-1ubuntu1"},"keyboard-configuration":{"version":"1.70ubuntu8"},"keyutils":{"version":"1.5.6-1"},"klibc-utils":{"version":"2.0.3-0ubuntu1.14.04.1"},"kmod":{"version":"15-0ubuntu6"},"krb5-locales":{"version":"1.12+dfsg-2ubuntu5.2"},"landscape-client":{"version":"14.12-0ubuntu0.14.04"},"landscape-common":{"version":"14.12-0ubuntu0.14.04"},"language-selector-common":{"version":"0.129.3"},"laptop-detect":{"version":"0.13.7ubuntu2"},"less":{"version":"458-2"},"libaccountsservice0:amd64":{"version":"0.6.35-0ubuntu7.2"},"libacl1:amd64":{"version":"2.2.52-1"},"libaio1:amd64":{"version":"0.3.109-4"},"libalgorithm-diff-perl":{"version":"1.19.02-3"},"libalgorithm-diff-xs-perl":{"version":"0.04-2build4"},"libalgorithm-merge-perl":{"version":"0.08-2"},"libapparmor-perl":{"version":"2.8.95~2430-0ubuntu5.3"},"libapparmor1:amd64":{"version":"2.8.95~2430-0ubuntu5.3"},"libapr1:amd64":{"version":"1.5.0-1"},"libaprutil1:amd64":{"version":"1.5.3-1"},"libapt-inst1.5:amd64":{"version":"1.0.1ubuntu2.14"},"libapt-pkg4.12:amd64":{"version":"1.0.1ubuntu2.14"},"libarchive-extract-perl":{"version":"0.70-1"},"libasan0:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libasn1-8-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libasound2:amd64":{"version":"1.0.27.2-3ubuntu7"},"libasound2-data":{"version":"1.0.27.2-3ubuntu7"},"libasprintf0c2:amd64":{"version":"0.18.3.1-1ubuntu3"},"libatk-bridge2.0-0:amd64":{"version":"2.10.2-2ubuntu1"},"libatk1.0-0:amd64":{"version":"2.10.0-2ubuntu2"},"libatk1.0-data":{"version":"2.10.0-2ubuntu2"},"libatomic1:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libatspi2.0-0:amd64":{"version":"2.10.2.is.2.10.1-0ubuntu1"},"libattr1:amd64":{"version":"1:2.4.47-1ubuntu1"},"libaudit-common":{"version":"1:2.3.2-2ubuntu1"},"libaudit1:amd64":{"version":"1:2.3.2-2ubuntu1"},"libaugeas0":{"version":"1.2.0-0ubuntu1.1"},"libavahi-client3:amd64":{"version":"0.6.31-4ubuntu1"},"libavahi-common-data:amd64":{"version":"0.6.31-4ubuntu1"},"libavahi-common3:amd64":{"version":"0.6.31-4ubuntu1"},"libbind9-90":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"libbison-dev:amd64":{"version":"2:3.0.2.dfsg-2"},"libblkid1:amd64":{"version":"2.20.1-5.1ubuntu20.7"},"libboost-iostreams1.54.0:amd64":{"version":"1.54.0-4ubuntu3.1"},"libbsd0:amd64":{"version":"0.6.0-2ubuntu1"},"libbz2-1.0:amd64":{"version":"1.0.6-5"},"libc-bin":{"version":"2.19-0ubuntu6.9"},"libc-dev-bin":{"version":"2.19-0ubuntu6.9"},"libc6:amd64":{"version":"2.19-0ubuntu6.9"},"libc6-dev:amd64":{"version":"2.19-0ubuntu6.9"},"libcairo-gobject2:amd64":{"version":"1.13.0~20140204-0ubuntu1.1"},"libcairo2:amd64":{"version":"1.13.0~20140204-0ubuntu1.1"},"libcanberra-gtk3-0:amd64":{"version":"0.30-0ubuntu3"},"libcanberra-gtk3-module:amd64":{"version":"0.30-0ubuntu3"},"libcanberra0:amd64":{"version":"0.30-0ubuntu3"},"libcap-ng0":{"version":"0.7.3-1ubuntu2"},"libcap2:amd64":{"version":"1:2.24-0ubuntu2"},"libcap2-bin":{"version":"1:2.24-0ubuntu2"},"libcgmanager0:amd64":{"version":"0.24-0ubuntu7.5"},"libck-connector0:amd64":{"version":"0.4.5-3.1ubuntu2"},"libclass-accessor-perl":{"version":"0.34-1"},"libcloog-isl4:amd64":{"version":"0.18.2-1"},"libcolord1:amd64":{"version":"1.0.6-1"},"libcolorhug1:amd64":{"version":"1.0.6-1"},"libcomerr2:amd64":{"version":"1.42.9-3ubuntu1.3"},"libcryptsetup4":{"version":"2:1.6.1-1ubuntu1"},"libcups2:amd64":{"version":"1.7.2-0ubuntu1.7"},"libcurl3:amd64":{"version":"7.35.0-1ubuntu2.6"},"libcurl3-gnutls:amd64":{"version":"7.35.0-1ubuntu2.6"},"libcwidget3":{"version":"0.5.16-3.5ubuntu1"},"libdatrie1:amd64":{"version":"0.2.8-1"},"libdb5.3:amd64":{"version":"5.3.28-3ubuntu3"},"libdbd-mysql-perl":{"version":"4.025-1"},"libdbi-perl":{"version":"1.630-1"},"libdbus-1-3:amd64":{"version":"1.6.18-0ubuntu4.3"},"libdbus-glib-1-2:amd64":{"version":"0.100.2-1"},"libdconf1:amd64":{"version":"0.20.0-1"},"libdebconfclient0:amd64":{"version":"0.187ubuntu1"},"libdevmapper1.02.1:amd64":{"version":"2:1.02.77-6ubuntu2"},"libdns100":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"libdpkg-perl":{"version":"1.17.5ubuntu5.6"},"libdrm-intel1:amd64":{"version":"2.4.64-1~ubuntu14.04.1"},"libdrm-nouveau2:amd64":{"version":"2.4.64-1~ubuntu14.04.1"},"libdrm-radeon1:amd64":{"version":"2.4.64-1~ubuntu14.04.1"},"libdrm2:amd64":{"version":"2.4.64-1~ubuntu14.04.1"},"libdumbnet1":{"version":"1.12-4build1"},"libedit2:amd64":{"version":"3.1-20130712-2"},"libelf1:amd64":{"version":"0.158-0ubuntu5.2"},"libept1.4.12:amd64":{"version":"1.0.12"},"liberror-perl":{"version":"0.17-1.1"},"libestr0":{"version":"0.1.9-0ubuntu2"},"libevent-2.0-5:amd64":{"version":"2.0.21-stable-1ubuntu1.14.04.1"},"libexif12:amd64":{"version":"0.6.21-1ubuntu1"},"libexpat1:amd64":{"version":"2.1.0-4ubuntu1.2"},"libfakeroot:amd64":{"version":"1.20-3ubuntu2"},"libffi6:amd64":{"version":"3.1~rc1+r3.0.13-12ubuntu0.1"},"libfile-fcntllock-perl":{"version":"0.14-2build1"},"libfontconfig1:amd64":{"version":"2.11.0-0ubuntu4.1"},"libfontenc1:amd64":{"version":"1:1.1.2-1"},"libfreetype6:amd64":{"version":"2.5.2-1ubuntu2.5"},"libfribidi0:amd64":{"version":"0.19.6-1"},"libfuse2:amd64":{"version":"2.9.2-4ubuntu4.14.04.1"},"libgc1c2:amd64":{"version":"1:7.2d-5ubuntu2"},"libgcc-4.8-dev:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libgcc1:amd64":{"version":"1:4.9.3-0ubuntu4"},"libgck-1-0:amd64":{"version":"3.10.1-1"},"libgcr-3-common":{"version":"3.10.1-1"},"libgcr-base-3-1:amd64":{"version":"3.10.1-1"},"libgcrypt11:amd64":{"version":"1.5.3-2ubuntu4.3"},"libgd3:amd64":{"version":"2.1.0-3ubuntu0.1"},"libgdbm3:amd64":{"version":"1.8.3-12build1"},"libgdk-pixbuf2.0-0:amd64":{"version":"2.30.7-0ubuntu1.2"},"libgdk-pixbuf2.0-common":{"version":"2.30.7-0ubuntu1.2"},"libgeoip1:amd64":{"version":"1.6.0-1"},"libgirepository-1.0-1":{"version":"1.40.0-1ubuntu0.2"},"libgl1-mesa-dri:amd64":{"version":"10.1.3-0ubuntu0.6"},"libgl1-mesa-glx:amd64":{"version":"10.1.3-0ubuntu0.6"},"libglapi-mesa:amd64":{"version":"10.1.3-0ubuntu0.6"},"libglib2.0-0:amd64":{"version":"2.40.2-0ubuntu1"},"libglib2.0-data":{"version":"2.40.2-0ubuntu1"},"libgmp10:amd64":{"version":"2:5.1.3+dfsg-1ubuntu1"},"libgnutls-openssl27:amd64":{"version":"2.12.23-12ubuntu2.5"},"libgnutls26:amd64":{"version":"2.12.23-12ubuntu2.5"},"libgomp1:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libgpg-error0:amd64":{"version":"1.12-0.2ubuntu1"},"libgphoto2-6:amd64":{"version":"2.5.3.1-1ubuntu2.2"},"libgphoto2-l10n":{"version":"2.5.3.1-1ubuntu2.2"},"libgphoto2-port10:amd64":{"version":"2.5.3.1-1ubuntu2.2"},"libgpm2:amd64":{"version":"1.20.4-6.1"},"libgraphite2-3:amd64":{"version":"1.3.6-1ubuntu0.14.04.1"},"libgssapi-krb5-2:amd64":{"version":"1.12+dfsg-2ubuntu5.2"},"libgssapi3-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libgssglue1:amd64":{"version":"0.4-2ubuntu1"},"libgtk-3-0:amd64":{"version":"3.10.8-0ubuntu1.6"},"libgtk-3-bin":{"version":"3.10.8-0ubuntu1.6"},"libgtk-3-common":{"version":"3.10.8-0ubuntu1.6"},"libgudev-1.0-0:amd64":{"version":"1:204-5ubuntu20.19"},"libgusb2:amd64":{"version":"0.1.6-5"},"libharfbuzz0b:amd64":{"version":"0.9.27-1ubuntu1"},"libhcrypto4-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libheimbase1-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libheimntlm0-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libhtml-template-perl":{"version":"2.95-1"},"libhx509-5-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libice6:amd64":{"version":"2:1.0.8-2"},"libicu52:amd64":{"version":"52.1-3ubuntu0.4"},"libidn11:amd64":{"version":"1.28-1ubuntu2"},"libieee1284-3:amd64":{"version":"0.2.11-12"},"libio-string-perl":{"version":"1.08-3"},"libisc95":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"libisccc90":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"libisccfg90":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"libisl10:amd64":{"version":"0.12.2-1"},"libitm1:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libjasper1:amd64":{"version":"1.900.1-14ubuntu3.3"},"libjbig0:amd64":{"version":"2.0-2ubuntu4.1"},"libjpeg-turbo8:amd64":{"version":"1.3.0-0ubuntu2"},"libjpeg8:amd64":{"version":"8c-2ubuntu8"},"libjs-jquery":{"version":"1.7.2+dfsg-2ubuntu1"},"libjson-c2:amd64":{"version":"0.11-3ubuntu1.2"},"libjson0:amd64":{"version":"0.11-3ubuntu1.2"},"libk5crypto3:amd64":{"version":"1.12+dfsg-2ubuntu5.2"},"libkeyutils1:amd64":{"version":"1.5.6-1"},"libklibc":{"version":"2.0.3-0ubuntu1.14.04.1"},"libkmod2:amd64":{"version":"15-0ubuntu6"},"libkrb5-26-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libkrb5-3:amd64":{"version":"1.12+dfsg-2ubuntu5.2"},"libkrb5support0:amd64":{"version":"1.12+dfsg-2ubuntu5.2"},"liblcms2-2:amd64":{"version":"2.5-0ubuntu4.1"},"libldap-2.4-2:amd64":{"version":"2.4.31-1+nmu2ubuntu8.2"},"libllvm3.4:amd64":{"version":"1:3.4-1ubuntu3"},"liblocale-gettext-perl":{"version":"1.05-7build3"},"liblockfile-bin":{"version":"1.09-6ubuntu1"},"liblockfile1:amd64":{"version":"1.09-6ubuntu1"},"liblog-message-simple-perl":{"version":"0.10-1"},"libltdl7:amd64":{"version":"2.4.2-1.7ubuntu1"},"liblwres90":{"version":"1:9.9.5.dfsg-3ubuntu0.8"},"liblzma5:amd64":{"version":"5.1.1alpha+20120614-2ubuntu2"},"libmagic1:amd64":{"version":"1:5.14-2ubuntu3.3"},"libmodule-pluggable-perl":{"version":"5.1-1"},"libmount1:amd64":{"version":"2.20.1-5.1ubuntu20.7"},"libmpc3:amd64":{"version":"1.0.1-1ubuntu1"},"libmpdec2:amd64":{"version":"2.4.0-6"},"libmpfr4:amd64":{"version":"3.1.2-1"},"libmysqlclient-dev":{"version":"5.5.49-0ubuntu0.14.04.1"},"libmysqlclient18:amd64":{"version":"5.5.49-0ubuntu0.14.04.1"},"libncurses5:amd64":{"version":"5.9+20140118-1ubuntu1"},"libncursesw5:amd64":{"version":"5.9+20140118-1ubuntu1"},"libnewt0.52:amd64":{"version":"0.52.15-2ubuntu5"},"libnfnetlink0:amd64":{"version":"1.0.1-2"},"libnfsidmap2:amd64":{"version":"0.25-5"},"libnih-dbus1:amd64":{"version":"1.0.3-4ubuntu25"},"libnih1:amd64":{"version":"1.0.3-4ubuntu25"},"libnotify-bin":{"version":"0.7.6-1ubuntu3"},"libnotify4:amd64":{"version":"0.7.6-1ubuntu3"},"libnss-myhostname:amd64":{"version":"0.3-6"},"libnuma1:amd64":{"version":"2.0.9~rc5-1ubuntu3.14.04.2"},"libogg0:amd64":{"version":"1.3.1-1ubuntu1"},"libp11-kit0:amd64":{"version":"0.20.2-2ubuntu2"},"libpam-cap:amd64":{"version":"1:2.24-0ubuntu2"},"libpam-modules:amd64":{"version":"1.1.8-1ubuntu2.2"},"libpam-modules-bin":{"version":"1.1.8-1ubuntu2.2"},"libpam-runtime":{"version":"1.1.8-1ubuntu2.2"},"libpam-systemd:amd64":{"version":"204-5ubuntu20.19"},"libpam0g:amd64":{"version":"1.1.8-1ubuntu2.2"},"libpango-1.0-0:amd64":{"version":"1.36.3-1ubuntu1.1"},"libpangocairo-1.0-0:amd64":{"version":"1.36.3-1ubuntu1.1"},"libpangoft2-1.0-0:amd64":{"version":"1.36.3-1ubuntu1.1"},"libparse-debianchangelog-perl":{"version":"1.2.0-1ubuntu1"},"libparted0debian1:amd64":{"version":"2.3-19ubuntu1.14.04.1"},"libpcap0.8:amd64":{"version":"1.5.3-2"},"libpci3:amd64":{"version":"1:3.2.1-1ubuntu5.1"},"libpciaccess0:amd64":{"version":"0.13.2-1"},"libpcre3:amd64":{"version":"1:8.31-2ubuntu2.3"},"libpipeline1:amd64":{"version":"1.3.0-1"},"libpixman-1-0:amd64":{"version":"0.30.2-2ubuntu1.1"},"libplymouth2:amd64":{"version":"0.8.8-0ubuntu17.1"},"libpng12-0:amd64":{"version":"1.2.50-1ubuntu2.14.04.2"},"libpod-latex-perl":{"version":"0.61-1"},"libpolkit-agent-1-0:amd64":{"version":"0.105-4ubuntu3.14.04.1"},"libpolkit-backend-1-0:amd64":{"version":"0.105-4ubuntu3.14.04.1"},"libpolkit-gobject-1-0:amd64":{"version":"0.105-4ubuntu3.14.04.1"},"libpopt0:amd64":{"version":"1.16-8ubuntu1"},"libprocps3:amd64":{"version":"1:3.3.9-1ubuntu2.2"},"libpython-stdlib:amd64":{"version":"2.7.5-5ubuntu3"},"libpython2.7:amd64":{"version":"2.7.6-8ubuntu0.2"},"libpython2.7-minimal:amd64":{"version":"2.7.6-8ubuntu0.2"},"libpython2.7-stdlib:amd64":{"version":"2.7.6-8ubuntu0.2"},"libpython3-stdlib:amd64":{"version":"3.4.0-0ubuntu2"},"libpython3.4-minimal:amd64":{"version":"3.4.3-1ubuntu1~14.04.3"},"libpython3.4-stdlib:amd64":{"version":"3.4.3-1ubuntu1~14.04.3"},"libquadmath0:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libreadline6:amd64":{"version":"6.3-4ubuntu2"},"libreadline6-dev:amd64":{"version":"6.3-4ubuntu2"},"libroken18-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"librtmp0:amd64":{"version":"2.4+20121230.gitdf6c518-1"},"libruby1.9.1":{"version":"1.9.3.484-2ubuntu1.2"},"libsane:amd64":{"version":"1.0.23-3ubuntu3.1"},"libsane-common":{"version":"1.0.23-3ubuntu3.1"},"libsasl2-2:amd64":{"version":"2.1.25.dfsg1-17build1"},"libsasl2-modules:amd64":{"version":"2.1.25.dfsg1-17build1"},"libsasl2-modules-db:amd64":{"version":"2.1.25.dfsg1-17build1"},"libselinux1:amd64":{"version":"2.2.2-1ubuntu0.1"},"libsemanage-common":{"version":"2.2-1"},"libsemanage1:amd64":{"version":"2.2-1"},"libsepol1:amd64":{"version":"2.2-1ubuntu0.1"},"libserf-1-1:amd64":{"version":"1.3.3-1ubuntu0.1"},"libsigc++-2.0-0c2a:amd64":{"version":"2.2.10-0.2ubuntu2"},"libsigsegv2:amd64":{"version":"2.10-2"},"libslang2:amd64":{"version":"2.2.4-15ubuntu1"},"libsm6:amd64":{"version":"2:1.2.1-2"},"libsqlite3-0:amd64":{"version":"3.8.2-1ubuntu2.1"},"libsqlite3-dev:amd64":{"version":"3.8.2-1ubuntu2.1"},"libss2:amd64":{"version":"1.42.9-3ubuntu1.3"},"libssl-dev:amd64":{"version":"1.0.1f-1ubuntu2.19"},"libssl-doc":{"version":"1.0.1f-1ubuntu2.19"},"libssl1.0.0:amd64":{"version":"1.0.1f-1ubuntu2.19"},"libstdc++-4.8-dev:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libstdc++6:amd64":{"version":"4.8.4-2ubuntu1~14.04.3"},"libsub-name-perl":{"version":"0.05-1build4"},"libsvn1:amd64":{"version":"1.8.8-1ubuntu3.2"},"libsystemd-daemon0:amd64":{"version":"204-5ubuntu20.19"},"libsystemd-login0:amd64":{"version":"204-5ubuntu20.19"},"libtasn1-6:amd64":{"version":"3.4-3ubuntu0.4"},"libtdb1:amd64":{"version":"1.3.8-0ubuntu0.14.04.1"},"libterm-readkey-perl":{"version":"2.31-1"},"libterm-ui-perl":{"version":"0.42-1"},"libtext-charwidth-perl":{"version":"0.04-7build3"},"libtext-iconv-perl":{"version":"1.7-5build2"},"libtext-soundex-perl":{"version":"3.4-1build1"},"libtext-wrapi18n-perl":{"version":"0.06-7"},"libthai-data":{"version":"0.1.20-3"},"libthai0:amd64":{"version":"0.1.20-3"},"libtiff5:amd64":{"version":"4.0.3-7ubuntu0.4"},"libtimedate-perl":{"version":"2.3000-1"},"libtinfo-dev:amd64":{"version":"5.9+20140118-1ubuntu1"},"libtinfo5:amd64":{"version":"5.9+20140118-1ubuntu1"},"libtirpc1:amd64":{"version":"0.2.2-5ubuntu2"},"libtsan0:amd64":{"version":"4.8.4-2ubuntu1~14.04
==> default: .3"},"libtxc-dxtn-s2tc0:amd64":{"version":"0~git20131104-1.1"},"libudev1:amd64":{"version":"204-5ubuntu20.19"},"libusb-0.1-4:amd64":{"version":"2:0.1.12-23.3ubuntu1"},"libusb-1.0-0:amd64":{"version":"2:1.0.17-1ubuntu2"},"libustr-1.0-1:amd64":{"version":"1.0.4-3ubuntu2"},"libuuid1:amd64":{"version":"2.20.1-5.1ubuntu20.7"},"libv4l-0:amd64":{"version":"1.0.1-1"},"libv4lconvert0:amd64":{"version":"1.0.1-1"},"libvorbis0a:amd64":{"version":"1.3.2-1.3ubuntu1"},"libvorbisfile3:amd64":{"version":"1.3.2-1.3ubuntu1"},"libvpx1:amd64":{"version":"1.3.0-2"},"libwayland-client0:amd64":{"version":"1.4.0-1ubuntu1"},"libwayland-cursor0:amd64":{"version":"1.4.0-1ubuntu1"},"libwind0-heimdal:amd64":{"version":"1.6~git20131207+dfsg-1ubuntu1.1"},"libwrap0:amd64":{"version":"7.6.q-25"},"libx11-6:amd64":{"version":"2:1.6.2-1ubuntu2"},"libx11-data":{"version":"2:1.6.2-1ubuntu2"},"libx11-xcb1:amd64":{"version":"2:1.6.2-1ubuntu2"},"libxapian22":{"version":"1.2.16-2ubuntu1"},"libxau6:amd64":{"version":"1:1.0.8-1"},"libxaw7:amd64":{"version":"2:1.0.12-1"},"libxcb-dri2-0:amd64":{"version":"1.10-2ubuntu1"},"libxcb-dri3-0:amd64":{"version":"1.10-2ubuntu1"},"libxcb-glx0:amd64":{"version":"1.10-2ubuntu1"},"libxcb-present0:amd64":{"version":"1.10-2ubuntu1"},"libxcb-render0:amd64":{"version":"1.10-2ubuntu1"},"libxcb-shm0:amd64":{"version":"1.10-2ubuntu1"},"libxcb-sync1:amd64":{"version":"1.10-2ubuntu1"},"libxcb1:amd64":{"version":"1.10-2ubuntu1"},"libxcomposite1:amd64":{"version":"1:0.4.4-1"},"libxcursor1:amd64":{"version":"1:1.1.14-1"},"libxdamage1:amd64":{"version":"1:1.1.4-1ubuntu1"},"libxdmcp6:amd64":{"version":"1:1.1.1-1"},"libxext6:amd64":{"version":"2:1.3.2-1ubuntu0.0.14.04.1"},"libxfixes3:amd64":{"version":"1:5.0.1-1ubuntu1.1"},"libxfont1:amd64":{"version":"1:1.4.7-1ubuntu0.2"},"libxi6:amd64":{"version":"2:1.7.1.901-1ubuntu1.1"},"libxinerama1:amd64":{"version":"2:1.1.3-1"},"libxkbcommon0:amd64":{"version":"0.4.1-0ubuntu1"},"libxkbfile1:amd64":{"version":"1:1.0.8-1"},"libxml2:amd64":{"version":"2.9.1+dfsg1-3ubuntu4.8"},"libxml2-dev:amd64":{"version":"2.9.1+dfsg1-3ubuntu4.8"},"libxmu6:amd64":{"version":"2:1.1.1-1"},"libxmuu1:amd64":{"version":"2:1.1.1-1"},"libxpm4:amd64":{"version":"1:3.5.10-1"},"libxrandr2:amd64":{"version":"2:1.4.2-1"},"libxrender1:amd64":{"version":"1:0.9.8-1build0.14.04.1"},"libxshmfence1:amd64":{"version":"1.1-2"},"libxslt1-dev:amd64":{"version":"1.1.28-2build1"},"libxslt1.1:amd64":{"version":"1.1.28-2build1"},"libxt6:amd64":{"version":"1:1.1.4-1"},"libxtables10":{"version":"1.4.21-1ubuntu1"},"libxtst6:amd64":{"version":"2:1.2.2-1"},"libxxf86vm1:amd64":{"version":"1:1.1.3-1"},"libyaml-0-2:amd64":{"version":"0.1.4-3ubuntu3.1"},"libyaml-dev:amd64":{"version":"0.1.4-3ubuntu3.1"},"linux-headers-3.13.0-87":{"version":"3.13.0-87.133"},"linux-headers-3.13.0-87-generic":{"version":"3.13.0-87.133"},"linux-headers-generic":{"version":"3.13.0.87.93"},"linux-headers-virtual":{"version":"3.13.0.87.93"},"linux-image-3.13.0-87-generic":{"version":"3.13.0-87.133"},"linux-image-virtual":{"version":"3.13.0.87.93"},"linux-libc-dev:amd64":{"version":"3.13.0-87.133"},"linux-virtual":{"version":"3.13.0.87.93"},"locales":{"version":"2.13+git20120306-12.1"},"lockfile-progs":{"version":"0.1.17"},"login":{"version":"1:4.1.5.1-1ubuntu9.2"},"logrotate":{"version":"3.8.7-1ubuntu1"},"lsb-base":{"version":"4.1+Debian11ubuntu6.1"},"lsb-release":{"version":"4.1+Debian11ubuntu6.1"},"lshw":{"version":"02.16-2ubuntu1.3"},"lsof":{"version":"4.86+dfsg-1ubuntu2"},"ltrace":{"version":"0.7.3-4ubuntu5.1"},"m4":{"version":"1.4.17-2ubuntu1"},"make":{"version":"3.81-8.2ubuntu3"},"makedev":{"version":"2.3.1-93ubuntu1"},"man-db":{"version":"2.6.7.1-1ubuntu1"},"manpages":{"version":"3.54-1ubuntu1"},"manpages-dev":{"version":"3.54-1ubuntu1"},"mawk":{"version":"1.3.3-17ubuntu2"},"mime-support":{"version":"3.54ubuntu1.1"},"mlocate":{"version":"0.26-1ubuntu1"},"module-init-tools":{"version":"15-0ubuntu6"},"mount":{"version":"2.20.1-5.1ubuntu20.7"},"mountall":{"version":"2.53"},"mtr-tiny":{"version":"0.85-2"},"multiarch-support":{"version":"2.19-0ubuntu6.9"},"mysql-client-5.5":{"version":"5.5.49-0ubuntu0.14.04.1"},"mysql-client-core-5.5":{"version":"5.5.49-0ubuntu0.14.04.1"},"mysql-common":{"version":"5.5.49-0ubuntu0.14.04.1"},"mysql-server-5.5":{"version":"5.5.49-0ubuntu0.14.04.1"},"mysql-server-core-5.5":{"version":"5.5.49-0ubuntu0.14.04.1"},"nano":{"version":"2.2.6-1ubuntu1"},"ncurses-base":{"version":"5.9+20140118-1ubuntu1"},"ncurses-bin":{"version":"5.9+20140118-1ubuntu1"},"ncurses-term":{"version":"5.9+20140118-1ubuntu1"},"net-tools":{"version":"1.60-25ubuntu2.1"},"netbase":{"version":"5.2"},"netcat-openbsd":{"version":"1.105-7ubuntu1"},"nfs-common":{"version":"1:1.2.8-6ubuntu1.2"},"nodejs":{"version":"0.10.45-1nodesource1~trusty1"},"notification-daemon":{"version":"0.7.6-1"},"ntfs-3g":{"version":"1:2013.1.13AR.1-2ubuntu2"},"ntpdate":{"version":"1:4.2.6.p5+dfsg-3ubuntu2.14.04.8"},"ohai":{"version":"6.14.0-2"},"open-vm-tools":{"version":"2:9.4.0-1280544-5ubuntu6.2"},"openssh-client":{"version":"1:6.6p1-2ubuntu2.7"},"openssh-server":{"version":"1:6.6p1-2ubuntu2.7"},"openssh-sftp-server":{"version":"1:6.6p1-2ubuntu2.7"},"openssl":{"version":"1.0.1f-1ubuntu2.19"},"os-prober":{"version":"1.63ubuntu1.1"},"overlayroot":{"version":"0.25ubuntu1.14.04.1"},"parted":{"version":"2.3-19ubuntu1.14.04.1"},"passwd":{"version":"1:4.1.5.1-1ubuntu9.2"},"patch":{"version":"2.7.1-4ubuntu2.3"},"pciutils":{"version":"1:3.2.1-1ubuntu5.1"},"perl":{"version":"5.18.2-2ubuntu1.1"},"perl-base":{"version":"5.18.2-2ubuntu1.1"},"perl-modules":{"version":"5.18.2-2ubuntu1.1"},"plymouth":{"version":"0.8.8-0ubuntu17.1"},"plymouth-theme-ubuntu-text":{"version":"0.8.8-0ubuntu17.1"},"policykit-1":{"version":"0.105-4ubuntu3.14.04.1"},"pollinate":{"version":"4.7-0ubuntu1.4"},"popularity-contest":{"version":"1.57ubuntu1"},"powermgmt-base":{"version":"1.31build1"},"ppp":{"version":"2.4.5-5.1ubuntu2.2"},"pppconfig":{"version":"2.3.19ubuntu1"},"pppoeconf":{"version":"1.20ubuntu1"},"procps":{"version":"1:3.3.9-1ubuntu2.2"},"psmisc":{"version":"22.20-1ubuntu2"},"puppet":{"version":"3.4.3-1ubuntu1.1"},"puppet-common":{"version":"3.4.3-1ubuntu1.1"},"python":{"version":"2.7.5-5ubuntu3"},"python-apport":{"version":"2.14.1-0ubuntu3.21"},"python-apt":{"version":"0.9.3.5ubuntu2"},"python-apt-common":{"version":"0.9.3.5ubuntu2"},"python-chardet":{"version":"2.0.1-2build2"},"python-cheetah":{"version":"2.4.4-3.fakesyncbuild1"},"python-configobj":{"version":"4.7.2+ds-5build1"},"python-crypto":{"version":"2.6.1-4build1"},"python-dbus":{"version":"1.2.0-2build2"},"python-dbus-dev":{"version":"1.2.0-2build2"},"python-debian":{"version":"0.1.21+nmu2ubuntu2"},"python-gdbm":{"version":"2.7.5-1ubuntu1"},"python-gi":{"version":"3.12.0-1ubuntu1"},"python-httplib2":{"version":"0.8-2build1"},"python-json-pointer":{"version":"1.0-2build1"},"python-jsonpatch":{"version":"1.3-4"},"python-keyring":{"version":"3.5-1"},"python-launchpadlib":{"version":"1.10.2+ds-2"},"python-lazr.restfulclient":{"version":"0.13.3-1build1"},"python-lazr.uri":{"version":"1.0.3-1build1"},"python-minimal":{"version":"2.7.5-5ubuntu3"},"python-oauth":{"version":"1.0.1-3build2"},"python-openssl":{"version":"0.13-2ubuntu6"},"python-pam":{"version":"0.4.2-13.1ubuntu3"},"python-pkg-resources":{"version":"3.3-1ubuntu2"},"python-prettytable":{"version":"0.7.2-2ubuntu2"},"python-problem-report":{"version":"2.14.1-0ubuntu3.21"},"python-pycurl":{"version":"7.19.3-0ubuntu3"},"python-requests":{"version":"2.2.1-1ubuntu0.3"},"python-secretstorage":{"version":"2.0.0-1ubuntu1.1"},"python-serial":{"version":"2.6-1build1"},"python-simplejson":{"version":"3.3.1-1ubuntu6"},"python-six":{"version":"1.5.2-1ubuntu1"},"python-twisted-bin":{"version":"13.2.0-1ubuntu1"},"python-twisted-core":{"version":"13.2.0-1ubuntu1"},"python-twisted-names":{"version":"13.2.0-1ubuntu1"},"python-twisted-web":{"version":"13.2.0-1ubuntu1"},"python-urllib3":{"version":"1.7.1-1ubuntu4"},"python-wadllib":{"version":"1.3.2-2build1"},"python-xapian":{"version":"1.2.16-2ubuntu1"},"python-yaml":{"version":"3.10-4ubuntu0.1"},"python-zope.interface":{"version":"4.0.5-1ubuntu4"},"python2.7":{"version":"2.7.6-8ubuntu0.2"},"python2.7-minimal":{"version":"2.7.6-8ubuntu0.2"},"python3":{"version":"3.4.0-0ubuntu2"},"python3-apport":{"version":"2.14.1-0ubuntu3.21"},"python3-apt":{"version":"0.9.3.5ubuntu2"},"python3-commandnotfound":{"version":"0.3ubuntu12"},"python3-dbus":{"version":"1.2.0-2build2"},"python3-distupgrade":{"version":"1:0.220.8"},"python3-gdbm:amd64":{"version":"3.4.3-1~14.04.2"},"python3-gi":{"version":"3.12.0-1ubuntu1"},"python3-minimal":{"version":"3.4.0-0ubuntu2"},"python3-newt":{"version":"0.52.15-2ubuntu5"},"python3-problem-report":{"version":"2.14.1-0ubuntu3.21"},"python3-pycurl":{"version":"7.19.3-0ubuntu3"},"python3-software-properties":{"version":"0.92.37.7"},"python3-update-manager":{"version":"1:0.196.14"},"python3.4":{"version":"3.4.3-1ubuntu1~14.04.3"},"python3.4-minimal":{"version":"3.4.3-1ubuntu1~14.04.3"},"readline-common":{"version":"6.3-4ubuntu2"},"resolvconf":{"version":"1.69ubuntu1.1"},"rlwrap":{"version":"0.37-5"},"rpcbind":{"version":"0.2.1-2ubuntu2.2"},"rsync":{"version":"3.1.0-2ubuntu0.2"},"rsyslog":{"version":"7.4.4-1ubuntu2.6"},"ruby":{"version":"1:1.9.3.4"},"ruby-augeas":{"version":"0.5.0-2"},"ruby-diff-lcs":{"version":"1.2.4-1"},"ruby-erubis":{"version":"2.7.0-2"},"ruby-hashie":{"version":"2.0.3-1"},"ruby-hiera":{"version":"1.3.0-1"},"ruby-highline":{"version":"1.6.20-1"},"ruby-ipaddress":{"version":"0.8.0-2"},"ruby-json":{"version":"1.8.0-1build1"},"ruby-mime-types":{"version":"1.25-1"},"ruby-mixlib-authentication":{"version":"1.3.0-1"},"ruby-mixlib-cli":{"version":"1.4.0-1"},"ruby-mixlib-config":{"version":"2.1.0-1"},"ruby-mixlib-log":{"version":"1.4.1-1"},"ruby-mixlib-shellout":{"version":"1.3.0-1"},"ruby-net-ssh":{"version":"1:2.6.8-1"},"ruby-net-ssh-gateway":{"version":"1.2.0-1"},"ruby-net-ssh-multi":{"version":"1.2.0-1"},"ruby-rack":{"version":"1.5.2-1"},"ruby-rest-client":{"version":"1.6.7-4"},"ruby-rgen":{"version":"0.6.6-1"},"ruby-safe-yaml":{"version":"1.0.1-1"},"ruby-shadow":{"version":"2.2.0-1"},"ruby-sigar":{"version":"0.7.2-2"},"ruby-systemu":{"version":"2.6.0-1"},"ruby-yajl":{"version":"1.2.0-1"},"ruby1.9.1":{"version":"1.9.3.484-2ubuntu1.2"},"run-one":{"version":"1.17-0ubuntu1"},"screen":{"version":"4.1.0~20120320gitdb59704-9"},"sed":{"version":"4.2.2-4ubuntu1"},"sensible-utils":{"version":"0.0.9"},"sgml-base":{"version":"1.26+nmu4ubuntu1"},"shared-mime-info":{"version":"1.2-0ubuntu3"},"software-properties-common":{"version":"0.92.37.7"},"sound-theme-freedesktop":{"version":"0.8-1"},"sqlite3":{"version":"3.8.2-1ubuntu2.1"},"ssh-import-id":{"version":"3.21-0ubuntu1"},"ssl-cert":{"version":"1.0.33"},"strace":{"version":"4.8-1ubuntu5"},"subversion":{"version":"1.8.8-1ubuntu3.2"},"sudo":{"version":"1.8.9p5-1ubuntu1.2"},"systemd-services":{"version":"204-5ubuntu20.19"},"systemd-shim":{"version":"6-2bzr1"},"sysv-rc":{"version":"2.88dsf-41ubuntu6.3"},"sysvinit-utils":{"version":"2.88dsf-41ubuntu6.3"},"tar":{"version":"1.27.1-1"},"tasksel":{"version":"2.88ubuntu15"},"tasksel-data":{"version":"2.88ubuntu15"},"tcpd":{"version":"7.6.q-25"},"tcpdump":{"version":"4.5.1-2ubuntu1.2"},"telnet":{"version":"0.17-36build2"},"time":{"version":"1.7-24"},"tmux":{"version":"1.8-5"},"tzdata":{"version":"2016d-0ubuntu0.14.04"},"ubuntu-keyring":{"version":"2012.05.19"},"ubuntu-minimal":{"version":"1.325"},"ubuntu-release-upgrader-core":{"version":"1:0.220.8"},"ubuntu-standard":{"version":"1.325"},"ucf":{"version":"3.0027+nmu1"},"udev":{"version":"204-5ubuntu20.19"},"ufw":{"version":"0.34~rc-0ubuntu2"},"unattended-upgrades":{"version":"0.82.1ubuntu2.4"},"update-manager-core":{"version":"1:0.196.14"},"update-notifier-common":{"version":"0.154.1ubuntu1"},"upstart":{"version":"1.12.1-0ubuntu4.2"},"ureadahead":{"version":"0.100.0-16"},"usbutils":{"version":"1:007-2ubuntu1.1"},"util-linux":{"version":"2.20.1-5.1ubuntu20.7"},"uuid-runtime":{"version":"2.20.1-5.1ubuntu20.7"},"vim":{"version":"2:7.4.052-1ubuntu3"},"vim-common":{"version":"2:7.4.052-1ubuntu3"},"vim-runtime":{"version":"2:7.4.052-1ubuntu3"},"vim-tiny":{"version":"2:7.4.052-1ubuntu3"},"w3m":{"version":"0.5.3-15"},"wget":{"version":"1.15-1ubuntu1.14.04.1"},"whiptail":{"version":"0.52.15-2ubuntu5"},"x11-common":{"version":"1:7.7+1ubuntu8.1"},"x11-xkb-utils":{"version":"7.7+1"},"xauth":{"version":"1:1.0.7-1ubuntu1"},"xfonts-base":{"version":"1:1.0.3"},"xfonts-encodings":{"version":"1:1.0.4-1ubuntu1"},"xfonts-utils":{"version":"1:7.7+1"},"xkb-data":{"version":"2.10.1-1ubuntu1"},"xml-core":{"version":"0.13+nmu2"},"xserver-common":{"version":"2:1.15.1-0ubuntu2.7"},"xserver-xorg-core":{"version":"2:1.15.1-0ubuntu2.7"},"xz-utils":{"version":"5.1.1alpha+20120614-2ubuntu2"},"zerofree":{"version":"1.0.2-1ubuntu1"},"zlib1g:amd64":{"version":"1:1.2.8.dfsg-1ubuntu1"},"zlib1g-dev:amd64":{"version":"1:1.2.8.dfsg-1ubuntu1"}},"init_package":"init","recipes":["apt","apt::default","nodejs","nodejs::default","ruby_build","ruby_build::default","rbenv::user","rbenv::vagrant","vim","vim::default","mysql::server","mysql::client","java","java::default","nodejs::install","nodejs::nodejs_from_package","nodejs::repo","nodejs::npm","nodejs::npm_packages","rbenv::user_install","rbenv::default","vim::package","java::set_attributes_from_version","java::oracle","java::set_java_home","java::default_java_symlink"],"expanded_run_list":["apt::default","nodejs::default","ruby_build::default","rbenv::user","rbenv::vagrant","vim::default","mysql::server","mysql::client","java::default"],"roles":[],"cookbooks":{"apt":{"version":"4.0.0"},"nodejs":{"version":"2.4.4"},"ruby_build":{"version":"0.8.0"},"rbenv":{"version":"0.7.3"},"vim":{"version":"2.0.1"},"mysql":{"version":"5.5.3"},"java":{"version":"1.39.0"},"compat_resource":{"version":"12.10.6"},"yum-epel":{"version":"0.7.0"},"build-essential":{"version":"6.0.0"},"ark":{"version":"1.1.0"},"homebrew":{"version":"2.1.0"},"yum-mysql-community":{"version":"0.2.0"},"yum":{"version":"3.11.0"},"seven_zip":{"version":"2.0.1"},"mingw":{"version":"1.2.0"},"windows":{"version":"1.43.0"},"chef_handler":{"version":"1.4.0"}}},"normal":{"rbenv":{"user_installs":[{"user":"vagrant","rubies":["2.2.1"],"global":"2.2.1","gems":{"2.2.1":[{"name":"bundler"}]}}],"install_pkgs":["git-core","grep"]},"mysql":{"server_root_password":""},"java":{"jdk_version":8,"install_flavor":"oracle","oracle":{"accept_oracle_download_terms":true}},"tags":[],"ruby_build":{"install_pkgs":["tar","bash","curl"],"install_git_pkgs":["git-core"],"install_pkgs_cruby":["build-essential","bison","openssl","libreadline6","libreadline6-dev","zlib1g","zlib1g-dev","libssl-dev","libyaml-dev","libsqlite3-0","libsqlite3-dev","sqlite3","libxml2-dev","libxslt1-dev","autoconf","libc6-dev","ssl-cert","subversion"],"install_pkgs_jruby":["make","g++"]}},"chef_type":"node","default":{"apt":{"cacher-client":{"restrict_environment":false},"cacher_dir":"/var/cache/apt-cacher-ng","cacher_interface":null,"cacher_port":3142,"cacher_ssl_support":false,"caching_server":false,"compiletime":false,"compile_time_update":false,"key_proxy":"","cache_bypass":{},"periodic_update_min_delay":86400,"launchpad_api_version":"1.0","unattended_upgrades":{"enable":false,"update_package_lists":true,"allowed_origins":["Ubuntu trusty"],"origins_patterns":[],"package_blacklist":[],"auto_fix_interrupted_dpkg":false,"minimal_steps":false,"install_on_shutdown":false,"mail":null,"mail_only_on_error":true,"remove_unused_dependencies":false,"automatic_reboot":false,"automatic_reboot_time":"now","dl_limit":null,"random_sleep":null},"confd":{"install_recommends":true,"install_suggests":false}},"chef_handler":{"handler_path":"/var/chef/handlers"},"windows":{"allow_pending_reboots":true,"allow_reboot_on_failure":false,"rubyzipversion":null,"reboot_timeout":60},"seven_zip":{"url":"http://www.7-zip.org/a/7z1514-x64.msi","checksum":"cefe1a9092d8a6be68468c33910d6206b40e934fb63cab686c5cccf369fbf712","package_name":"7-Zip 15.14 (x64 edition)"},"build-essential":{"compile_time":false,"msys2":{"path":"\\msys2"}},"ark":{"apache_mirror":"http://apache.mirrors.tds.net","prefix_root":"/usr/local","prefix_bin":"/usr/local/bin","prefix_home":"/usr/local","tar":"/bin/tar","package_dependencies":["libtool","autoconf","make","unzip","rsync","gcc","autogen","shtool","pkg-config"]},"homebrew":{"owner
==> default: ":null,"auto-update":true,"casks":[],"formulas":[],"taps":[],"installer":{"url":"https://raw.githubusercontent.com/Homebrew/install/master/install","checksum":null}},"yum":{"main":{"cachedir":"/var/cache/yum/$basearch/$releasever","distroverpkg":"ubuntu-release","alwaysprompt":null,"assumeyes":null,"bandwidth":null,"bugtracker_url":null,"clean_requirements_on_remove":null,"color":null,"color_list_available_downgrade":null,"color_list_available_install":null,"color_list_available_reinstall":null,"color_list_available_upgrade":null,"color_list_installed_extra":null,"color_list_installed_newer":null,"color_list_installed_older":null,"color_list_installed_reinstall":null,"color_search_match":null,"color_update_installed":null,"color_update_local":null,"color_update_remote":null,"commands":null,"deltarpm":null,"debuglevel":null,"diskspacecheck":null,"enable_group_conditionals":null,"errorlevel":null,"exactarch":null,"exclude":null,"gpgcheck":true,"group_package_types":null,"groupremove_leaf_only":null,"history_list_view":null,"history_record":null,"history_record_packages":null,"http_caching":null,"installonly_limit":null,"installonlypkgs":null,"installroot":null,"keepalive":null,"keepcache":false,"kernelpkgnames":null,"localpkg_gpgcheck":false,"logfile":"/var/log/yum.log","max_retries":null,"mdpolicy":null,"metadata_expire":null,"mirrorlist_expire":null,"multilib_policy":null,"obsoletes":null,"overwrite_groups":null,"password":null,"path":"/etc/yum.conf","persistdir":null,"pluginconfpath":null,"pluginpath":null,"plugins":null,"protected_multilib":null,"protected_packages":null,"proxy":null,"proxy_password":null,"proxy_username":null,"recent":null,"releasever":null,"repo_gpgcheck":null,"reposdir":null,"reset_nice":null,"rpmverbosity":null,"showdupesfromrepos":null,"skip_broken":null,"ssl_check_cert_permissions":null,"sslcacert":null,"sslclientcert":null,"sslclientkey":null,"sslverify":null,"syslog_device":null,"syslog_facility":null,"syslog_ident":null,"throttle":null,"timeout":null,"tolerant":false,"tsflags":null,"username":null},"epel-debuginfo":{"repositoryid":"epel-debuginfo","failovermethod":"priority","gpgcheck":true,"enabled":false,"managed":false,"make_cache":true},"epel-source":{"repositoryid":"epel-source","failovermethod":"priority","gpgcheck":true,"enabled":false,"managed":false,"make_cache":true},"epel-testing-debuginfo":{"repositoryid":"epel-testing-debuginfo","failovermethod":"priority","gpgcheck":true,"enabled":false,"managed":false,"make_cache":true},"epel-testing-source":{"repositoryid":"epel-testing-source","failovermethod":"priority","gpgcheck":true,"enabled":false,"managed":false,"make_cache":true},"epel-testing":{"repositoryid":"epel-testing","failovermethod":"priority","gpgcheck":true,"enabled":false,"managed":false,"make_cache":true},"epel":{"repositoryid":"epel","failovermethod":"priority","gpgcheck":true,"enabled":true,"managed":true,"make_cache":true},"mysql-connectors-community":{"repositoryid":"mysql-connectors-community","gpgkey":"https://raw.githubusercontent.com/chef-cookbooks/yum-mysql-community/master/files/default/mysql_pubkey.asc","description":"MySQL Connectors Community","failovermethod":"priority","gpgcheck":true,"enabled":true},"mysql55-community":{"repositoryid":"mysql55-community","gpgkey":"https://raw.githubusercontent.com/chef-cookbooks/yum-mysql-community/master/files/default/mysql_pubkey.asc","description":"MySQL 5.5 Community Server","failovermethod":"priority","gpgcheck":true,"enabled":true},"mysql56-community":{"repositoryid":"mysql56-community","gpgkey":"https://raw.githubusercontent.com/chef-cookbooks/yum-mysql-community/master/files/default/mysql_pubkey.asc","description":"MySQL 5.6 Community Server","failovermethod":"priority","gpgcheck":true,"enabled":true},"mysql57-community":{"repositoryid":"mysql57-community","gpgkey":"https://raw.githubusercontent.com/chef-cookbooks/yum-mysql-community/master/files/default/mysql_pubkey.asc","description":"MySQL 5.7 Community Server","failovermethod":"priority","gpgcheck":true,"enabled":true}},"yum-epel":{"repositories":["epel","epel-debuginfo","epel-source","epel-testing","epel-testing-debuginfo","epel-testing-source"]},"nodejs":{"install_method":"package","engine":"node","version":"0.10.26","prefix_url":{"node":"https://nodejs.org/dist/","iojs":"https://iojs.org/dist/"},"source":{"url":null,"checksum":"ef5e4ea6f2689ed7f781355012b942a2347e0299da0804a58de8e6281c4b1daa"},"binary":{"url":null,"checksum":{"linux_x64":"305bf2983c65edea6dd2c9f3669b956251af03523d31cf0a0471504fd5920aac","linux_x86":"8fa2d952556c8b5aa37c077e2735c972c522510facaa4df76d4244be88f4dc0f","linux_arm-pi":"52a0f6ed9c0be1ea5f79de6527c481c1b803edbea6413a4fdc65a45ad401565d"}},"make_threads":1,"npm":{"install_method":"embedded","version":"latest"},"install_repo":true,"repo":"https://deb.nodesource.com/node","keyserver":"keyserver.ubuntu.com","key":"1655a0ab68576280","packages":["nodejs"]},"ruby_build":{"git_url":"https://github.com/sstephenson/ruby-build.git","git_ref":"master","default_ruby_base_path":"/usr/local/ruby","upgrade":"none"},"rbenv":{"git_url":"git://github.com/sstephenson/rbenv.git","git_ref":"v0.4.0","rvm_download":{"git_url":"git://github.com/garnieretienne/rvm-download.git","git_ref":"master","enable":true},"upgrade":"none","root_path":"/usr/local/rbenv","vagrant":{"system_chef_solo":"/opt/ruby/bin/chef-solo"},"user_installs":[],"rubies":[],"user_rubies":[],"gems":{},"user_gems":{},"plugins":[],"user_plugins":[],"create_profiled":true,"user_home_root":"/home"},"vim":{"extra_packages":[],"install_method":"package","source":{"version":"7.4","checksum":"d0f5a6d2c439f02d97fa21bd9121f4c5abb1f6cd8b5a79d3ca82867495734ade","prefix":"/usr/local","configuration":"--without-x --enable-pythoninterp --enable-rubyinterp --enable-tclinterp --enable-luainterp --enable-perlinterp --enable-cscope --with-features=huge --prefix=/usr/local","dependencies":["exuberant-ctags","gcc","libncurses5-dev","libperl-dev","lua5.1","make","python-dev","ruby-dev","tcl-dev"]}},"mysql":{"service_name":"default","server_root_password":"ilikerandompasswords","server_debian_password":null,"server_repl_password":null,"allow_remote_root":false,"remove_anonymous_users":true,"root_network_acl":null,"data_dir":"/var/lib/mysql","port":"3306","server_package_version":null,"server_package_action":"install"},"java":{"jdk_version":"6","arch":"x86_64","openjdk_packages":["openjdk-8-jdk","openjdk-8-jre-headless"],"openjdk_version":null,"accept_license_agreement":false,"set_default":true,"alternatives_priority":1062,"set_etc_environment":false,"use_alt_suffix":true,"reset_alternatives":true,"ark_retries":0,"ark_retry_delay":2,"ark_timeout":600,"ark_download_timeout":600,"install_flavor":"openjdk","oracle":{"accept_oracle_download_terms":false,"jce":{"enabled":false,"8":{"url":"http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip","checksum":"f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59"},"7":{"url":"http://download.oracle.com/otn-pub/java/jce/7/UnlimitedJCEPolicyJDK7.zip","checksum":"7a8d790e7bd9c2f82a83baddfae765797a4a56ea603c9150c87b7cdb7800194d"},"6":{"url":"http://download.oracle.com/otn-pub/java/jce_policy/6/jce_policy-6.zip","checksum":"d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262"},"home":"/opt/java_jce"}},"jdk":{"6":{"bin_cmds":["appletviewer","apt","ControlPanel","extcheck","HtmlConverter","idlj","jar","jarsigner","java","javac","javadoc","javah","javap","javaws","jconsole","jcontrol","jdb","jhat","jinfo","jmap","jps","jrunscript","jsadebugd","jstack","jstat","jstatd","jvisualvm","keytool","native2ascii","orbd","pack200","policytool","rmic","rmid","rmiregistry","schemagen","serialver","servertool","tnameserv","unpack200","wsgen","wsimport","xjc"],"x86_64":{"url":"http://download.oracle.com/otn-pub/java/jdk/6u45-b06/jdk-6u45-linux-x64.bin","checksum":"6b493aeab16c940cae9e3d07ad2a5c5684fb49cf06c5d44c400c7993db0d12e8"},"i586":{"url":"http://download.oracle.com/otn-pub/java/jdk/6u45-b06/jdk-6u45-linux-i586.bin","checksum":"d53b5a2518d80e1d95565f0adda54eee229dc5f4a1d1a3c2f7bf5045b168a357"}},"7":{"bin_cmds":["appletviewer","apt","ControlPanel","extcheck","idlj","jar","jarsigner","java","javac","javadoc","javafxpackager","javah","javap","javaws","jcmd","jconsole","jcontrol","jdb","jhat","jinfo","jmap","jps","jrunscript","jsadebugd","jstack","jstat","jstatd","jvisualvm","keytool","native2ascii","orbd","pack200","policytool","rmic","rmid","rmiregistry","schemagen","serialver","servertool","tnameserv","unpack200","wsgen","wsimport","xjc"],"x86_64":{"url":"http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz","checksum":"6f1f81030a34f7a9c987f8b68a24d139"},"i586":{"url":"http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-i586.tar.gz","checksum":"e4371a4fddc049eca3bfef293d812b8e"}},"8":{"bin_cmds":["appletviewer","apt","ControlPanel","extcheck","idlj","jar","jarsigner","java","javac","javadoc","javafxpackager","javah","javap","javaws","jcmd","jconsole","jcontrol","jdb","jdeps","jhat","jinfo","jjs","jmap","jmc","jps","jrunscript","jsadebugd","jstack","jstat","jstatd","jvisualvm","keytool","native2ascii","orbd","pack200","policytool","rmic","rmid","rmiregistry","schemagen","serialver","servertool","tnameserv","unpack200","wsgen","wsimport","xjc"],"x86_64":{"url":"http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-linux-x64.tar.gz","checksum":"196880a42c45ec9ab2f00868d69619c0"},"i586":{"url":"http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-linux-i586.tar.gz","checksum":"7b715e1fe2316c94aaa968b23ce49c9a"}}},"java_home":"/usr/lib/jvm/java-8-oracle-amd64"}},"override":{"nodejs":{"install_method":"package"}},"run_list":["recipe[apt]","recipe[nodejs]","recipe[ruby_build]","recipe[rbenv::user]","recipe[rbenv::vagrant]","recipe[vim]","recipe[mysql::server]","recipe[mysql::client]","recipe[java]"]}
==> default: --- END PUT BODY ---
==> default: [2016-06-20T20:46:44+00:00] INFO: Chef Run complete in 79.286269898 seconds
==> default:
==> default: Running handlers:
==> default: [2016-06-20T20:46:44+00:00] INFO: Running report handlers
==> default: Running handlers complete
==> default:
==> default: [2016-06-20T20:46:44+00:00] INFO: Report handlers complete
==> default:
==> default: Deprecated features used!
==> default: An attempt was made to change server_debian_password from "gnuslashlinux4ev4r" to nil by calling server_debian_password(nil). In Chef 12, this does a get rather than a set. In Chef 13, this will change to set the value to nil. at 1 location:
==> default: - /var/chef/cache/cookbooks/mysql/recipes/server.rb:25:in `block in from_file'
==> default: An attempt was made to change remove_test_database from true to nil by calling remove_test_database(nil). In Chef 12, this does a get rather than a set. In Chef 13, this will change to set the value to nil. at 1 location:
==> default: - /var/chef/cache/cookbooks/mysql/recipes/server.rb:29:in `block in from_file'
==> default: An attempt was made to change root_network_acl from [] to nil by calling root_network_acl(nil). In Chef 12, this does a get rather than a set. In Chef 13, this will change to set the value to nil. at 1 location:
==> default: - /var/chef/cache/cookbooks/mysql/recipes/server.rb:30:in `block in from_file'
==> default:
==> default:
==> default: Chef Client finished, 14/73 resources updated in 01 minutes 20 seconds
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment