We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipe: passenger::default * apt_repository[passenger] action add * execute[install-key 561F9B9CAC40B2F7] action run (skipped due to not_if) * file[/var/lib/apt/periodic/update-success-stamp] action nothing (skipped due to action :nothing) * execute[apt-cache gencaches] action nothing (skipped due to action :nothing) * execute[apt-get update] action nothing (skipped due to action :nothing) * file[/etc/apt/sources.list.d/passenger.list] action create (up to date) (up to date) * apt_package[apt-transport-https, ca-certificates, passenger] action install * No candidate version available for passenger ================================================================================ Error executing action `install` on resource 'apt_package[apt-transport-https, ca-certificates, passenger]' ================================================================================ Chef::Exceptions::Package ------------------------- No candidate version available for passenger Resource Declaration: --------------------- # In /home/deploy/chef-solo/cookbooks-3/passenger/recipes/default.rb 22: package ["apt-transport-https", "ca-certificates", "passenger"] do 23: action :install 24: end Compiled Resource: ------------------ # Declared in /home/deploy/chef-solo/cookbooks-3/passenger/recipes/default.rb:22:in `from_file' apt_package("apt-transport-https, ca-certificates, passenger") do action [:install] retries 0 retry_delay 2 default_guard_interpreter :default package_name ["apt-transport-https", "ca-certificates", "passenger"] timeout 900 declared_type :package cookbook_name :passenger recipe_name "default" end Running handlers: [2015-07-31T06:07:43-03:00] ERROR: Running exception handlers Running handlers complete [2015-07-31T06:07:43-03:00] ERROR: Exception handlers complete [2015-07-31T06:07:43-03:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out Chef Client failed. 1 resources updated in 30.036398296 seconds [2015-07-31T06:07:43-03:00] ERROR: apt_package[apt-transport-https, ca-certificates, passenger] (passenger::default line 22) had an error: Chef::Exceptions::Package: No candidate version available for passenger [2015-07-31T06:07:43-03:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) ERROR: RuntimeError: chef-solo failed. See output above.
The text was updated successfully, but these errors were encountered:
I'm working on ubuntu 14.04
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: