Giter Club home page Giter Club logo

Comments (4)

biemond avatar biemond commented on September 25, 2024

Hi,

Sorry to hear this you got this strange problem but I can say it works on the following Puppet Enterprise versions 2.7 , 3.0, 3.1 , 3.2 and also 3.3. This is tested by me and some very big Enterprise customers.

But what I can say the internal puppet code is a big mess, Master, Agent or Local options are all using different methods to retrieve and sync the files and all with its own bugs. Together with @hajee we had to do a lot of fixing and testing.

Mostly the PE issues happens because some Puppet services caches the modules and the agents doesn't get the updates. ( plus restart all the services and also start a normal puppet run on the puppet master )

Plus can you remove the current easy_type and orawls modules and get the latest version from github or forge.

Just to be sure can you also send me your testcase.

Thanks

from biemond-orawls.

hajee avatar hajee commented on September 25, 2024

I'd like to remark on a specific section of the puppetlab answer:

I would suggest raising an issue with the module author as even though changing the agents configuration allows for the module to work, the resource shouldn't be loading external files for it to conform to type/provider best practices.

It makes it seem we do something very bad, while in reality the resource does nothing different then a puppetlabs standard type:

file{'a.txt':
  ensure   => present,
  content  => puppet:///module/file.txt,
}

Using an url to get a file. We just use the file different.

from biemond-orawls.

hajee avatar hajee commented on September 25, 2024

@clabu Any news or progress? Can I help in any way?

from biemond-orawls.

clabu avatar clabu commented on September 25, 2024

Thanks for the quick feedback and sorry for not getting back to you earlier. I have not had a change to look at this again. Close the issue if you prefer, and I can reopen it if needed.

from biemond-orawls.

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.