Git Product home page Git Product logo

Comments (2)

johnnyramos avatar johnnyramos commented on August 30, 2024

Tested on 13.8.5 as well:

        ================================================================================
        Error executing action `create` on resource 'cpe_remote_file[urexgf.pkg]'
        ================================================================================

        NameError
        ---------
        uninitialized constant CPE::Distro

        Cookbook Trace:
        ---------------
        /var/chef/cache/cookbooks/cpe_remote/resources/file.rb:71:in `block (2 levels) in class_from_file'
        /var/chef/cache/cookbooks/cpe_remote/resources/file.rb:65:in `block in class_from_file'

from it-cpe.

gbatye avatar gbatye commented on August 30, 2024

@johnnyramos

What's up???

I have a diff up internally to test a change that will fix this issue. Hopefully will be it pushed within a few days. If you can't wait, you can add a auth_headers method to cpe_remote/libraries/
helpers.rb and replace all call sites of CPE::Distro.auth_headers with auth_headers

this is the auth_headers method I'm testing

def auth_headers(url, method)
      CPE::Distro.auth_headers(url, method)
    rescue StandardError
      Chef::Log.warn('Building auth headers failed')
      {}
    end

from it-cpe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.