Created
February 16, 2015 09:38
-
-
Save levmichael3/7f4b06b2dafa15882fe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo cat /var/chef/cache/chef-stacktrace.out | |
Generated at 2015-02-16 11:34:28 +0200 | |
Chef::Exceptions::RecipeNotFound: could not find recipe default for cookbook ssh_authorized_keys | |
/opt/chef/embedded/apps/chef/lib/chef/cookbook_version.rb:234:in `load_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:169:in `load_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:138:in `block in include_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:137:in `each' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:137:in `include_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/dsl/include_recipe.rb:26:in `include_recipe' | |
/tmp/vagrant-chef/55fafff49fa4181e32ec494b7a50c07a/cookbooks/*******/recipes/default.rb:20:in `from_file' | |
/opt/chef/embedded/apps/chef/lib/chef/mixin/from_file.rb:30:in `instance_eval' | |
/opt/chef/embedded/apps/chef/lib/chef/mixin/from_file.rb:30:in `from_file' | |
/opt/chef/embedded/apps/chef/lib/chef/cookbook_version.rb:245:in `load_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:169:in `load_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:138:in `block in include_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:137:in `each' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:137:in `include_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/dsl/include_recipe.rb:26:in `include_recipe' | |
/tmp/vagrant-chef/55fafff49fa4181e32ec494b7a50c07a/cookbooks/*****/recipes/default.rb:15:in `from_file' | |
/opt/chef/embedded/apps/chef/lib/chef/mixin/from_file.rb:30:in `instance_eval' | |
/opt/chef/embedded/apps/chef/lib/chef/mixin/from_file.rb:30:in `from_file' | |
/opt/chef/embedded/apps/chef/lib/chef/cookbook_version.rb:245:in `load_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:169:in `load_recipe' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context/cookbook_compiler.rb:140:in `block in compile_recipes' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context/cookbook_compiler.rb:138:in `each' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context/cookbook_compiler.rb:138:in `compile_recipes' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context/cookbook_compiler.rb:75:in `compile' | |
/opt/chef/embedded/apps/chef/lib/chef/run_context.rb:92:in `load' | |
/opt/chef/embedded/apps/chef/lib/chef/policy_builder/expand_node_object.rb:73:in `setup_run_context' | |
/opt/chef/embedded/apps/chef/lib/chef/client.rb:235:in `setup_run_context' | |
/opt/chef/embedded/apps/chef/lib/chef/client.rb:397:in `run' | |
/opt/chef/embedded/apps/chef/lib/chef/application.rb:261:in `block in fork_chef_client' | |
/opt/chef/embedded/apps/chef/lib/chef/application.rb:249:in `fork' | |
/opt/chef/embedded/apps/chef/lib/chef/application.rb:249:in `fork_chef_client' | |
/opt/chef/embedded/apps/chef/lib/chef/application.rb:215:in `block in run_chef_client' | |
/opt/chef/embedded/apps/chef/lib/chef/local_mode.rb:38:in `with_server_connectivity' | |
/opt/chef/embedded/apps/chef/lib/chef/application.rb:201:in `run_chef_client' | |
/opt/chef/embedded/apps/chef/lib/chef/application/solo.rb:245:in `block in interval_run_chef_client' | |
/opt/chef/embedded/apps/chef/lib/chef/application/solo.rb:234:in `loop' | |
/opt/chef/embedded/apps/chef/lib/chef/application/solo.rb:234:in `interval_run_chef_client' | |
/opt/chef/embedded/apps/chef/lib/chef/application/solo.rb:224:in `run_application' | |
/opt/chef/embedded/apps/chef/lib/chef/application.rb:58:in `run' | |
/opt/chef/embedded/apps/chef/bin/chef-solo:25:in `<top (required)>' | |
/usr/bin/chef-solo:40:in `load' | |
/usr/bin/chef-solo:40:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cat *****/metadata.rb
name '_'
maintainer '__'
maintainer_email '__@.._**'
license 'All rights reserved'
description 'Installs/Configures *****'
long_description IO.read(File.join(File.dirname(FILE), 'README.md'))
version '0.1.0'
depends 'selinux'
depends 'ntp'
depends 'yum-centos'
depends 'selinux'
depends 'timezone-ii'
depends 'users'
depends 'tar'
depends 'openssl'
depends 'ssh_authorized_keys'