Skip to content
This repository was archived by the owner on Jul 25, 2018. It is now read-only.

No candidate version available for httpd24 on Amazon Linux 2 #131

Open
lesamis opened this issue Jul 21, 2018 · 1 comment
Open

No candidate version available for httpd24 on Amazon Linux 2 #131

lesamis opened this issue Jul 21, 2018 · 1 comment

Comments

@lesamis
Copy link

lesamis commented Jul 21, 2018

Cookbook version

[0.6.2]

Chef-client version

[14.2.0]

Platform Details

[Amazon Linux 2]

Scenario:

[Trying to install and configure httpd version 2.4 on Amazon Linux 2]

Steps to Reproduce:

  • httpd_module_rhel[rewrite] action create
    • yum_package[httpd24] action install

      • No candidate version available for httpd24
        ================================================================================
        Error executing action install on resource 'yum_package[httpd24]'
        ================================================================================

      Chef::Exceptions::Package

      No candidate version available for httpd24

      Resource Declaration:

      In /var/chef/cache/cookbooks/httpd/libraries/httpd_module_rhel.rb

      7: package new_resource.package_name do
      8: action :install
      9: end
      10:

      Compiled Resource:

      Declared in /var/chef/cache/cookbooks/httpd/libraries/httpd_module_rhel.rb:7:in `block in class:HttpdModuleRhel'

      yum_package("httpd24") do
      package_name "httpd24"
      action [:install]
      default_guard_interpreter :default
      declared_type :package
      cookbook_name "kemper-httpd"
      end

      System Info:

      chef_version=14.2.0
      platform=amazon
      platform_version=4.14.47-64.38.amzn2.x86_64
      ruby=ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
      program_name=/usr/bin/chef-client
      executable=/opt/chef/bin/chef-client

@welcomebot
Copy link

Hey There
It looks like this is the first issue you've filed against the chef-cookbooks project. I'm here to offer you a bit of extra help to make sure we can quickly get back to you.
Make sure you've filled out all the fields in our issue template. Make sure you've provided us with the version of chef-client you're running, your operating system and the version of the cookbook. If you're not using the most up to date version of the cookbook then please make sure to update first. Lots of things change between versions even if you're issue isn't listed in the changelog. Finally please give us a detailed description of the issue you're having. The more we know about what you're trying to do, what actually happens, and how you can reproduce the problem, the better.

If you're looking for more immediate troubleshooting help make sure to check out #general on the Chef Community Slack. There's plenty of folks there willing to lend a helping hand. Thanks for the first issue. We hope we can get back to you soon with a solution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants