chef-cookbooks / runit

Development repository for the Chef Runit Cookbook
https://supermarket.chef.io/cookbooks/runit
Apache License 2.0
107 stars 197 forks source link

RHEL 5 not supported #179

Closed tas50 closed 8 years ago

tas50 commented 8 years ago

It looks like a package is missing in the repo that's needed for RHEL 5

           * packagecloud_repo[imeyer/runit] action add
             * yum_package[pygpgme] action install
        * No candidate version available for pygpgme[2016-02-16T22:02:56+00:00] ERROR: yum_package[pygpgme] (/tmp/kitchen/cache/cookbooks/packagecloud/providers/repo.rb line 73) had an error: Chef::Exceptions::Package: No candidate version available for pygpgme; ignore_failure is set, continuing

        ================================================================================
        Error executing action `install` on resource 'yum_package[pygpgme]'
        ================================================================================

        Chef::Exceptions::Package
        -------------------------
        No candidate version available for pygpgme

        Cookbook Trace:
        ---------------
        /tmp/kitchen/cache/cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider.rb:119:in `compile_and_converge_action'

        Resource Declaration:
        ---------------------
        # In /tmp/kitchen/cache/cookbooks/packagecloud/providers/repo.rb

         73:   package 'pygpgme' do
         74:     ignore_failure true
         75:   end
         76:

        Compiled Resource:
        ------------------
        # Declared in /tmp/kitchen/cache/cookbooks/packagecloud/providers/repo.rb:73:in `install_rpm'

        yum_package("pygpgme") do
          package_name "pygpgme"
          action [:install]
          ignore_failure true
          retries 0
          retry_delay 2
          default_guard_interpreter :default
          declared_type :package
          cookbook_name "runit"
          flush_cache {:before=>false, :after=>false}
        end
cwjohnston commented 8 years ago

This issue appears to be a duplicate of #86

cwjohnston commented 8 years ago

Ok, not necessarily a dupe but somewhat related.