Skip to content

Instantly share code, notes, and snippets.

@philcryer
Created January 19, 2014 04:49
Show Gist options
  • Save philcryer/8500594 to your computer and use it in GitHub Desktop.
Save philcryer/8500594 to your computer and use it in GitHub Desktop.
chef-client issue - not sure what's up - took yum and yum::epel out of the cook books too, restarted chef-server, same issue.
# chef-client
Starting Chef Client, version 11.6.0
resolving cookbooks for run list: ["base", "web", "logging", "app-ctscom"]
Synchronizing Cookbooks:
- sudo
- users
- line
- nfs
- yum
- windows
- openssl
- apt
- couchbase
- iis
- build-essential
- xml
- yum-epel
- mysql
- php
- drush
- chef-varnish
- apache2
- zabbix
- app-ctscom
- firewall
- ufw
- xfs
- aws
- postgresql
- database
- logging
- web
- centrifydc
- runit
- chef_handler
- dmg
- git
- logrotate
- cron
- chef-client
- ntp
- base
Compiling Cookbooks...
================================================================================
Recipe Compile Error
================================================================================
Chef::Exceptions::RecipeNotFound
--------------------------------
could not find recipe epel for cookbook yum
[2014-01-18T22:40:55-06:00] ERROR: Running exception handlers
[2014-01-18T22:40:55-06:00] ERROR: Exception handlers complete
[2014-01-18T22:40:55-06:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated
[2014-01-18T22:40:55-06:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment