Giter Club home page Giter Club logo

Comments (11)

adrienthebo avatar adrienthebo commented on June 28, 2024

Merged into 2.x.

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

the bug is not fixed, we still need to fix permissions of the already present files (if it's not too much trouble though, because personally I don't care much)

from puppet-portage.

adrienthebo avatar adrienthebo commented on June 28, 2024

This isn't a blocker for 2.0.0 so I'm removing the milestone.

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

I just noticed that it is fixed for all but package_mask, which still produces files with permissions 600

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

I tried the following:

  file { '/etc/portage/package.test':
    ensure => directory,
    mode => 0644,
    recurse => true,
  }

But although it works for the directory, it does NOT chmod the files inside :(

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

I googled around, and it seems we hit a puppet limitation here. If it is not possible to do it in the provider either, then another idea is to run chmod 644 /etc/portage/package.{keywords,mask,unmask,use}/* in an exec

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

and btw, I suspect the reason that package_mask still produces files with perms 600 is because of ordering issue, but needs investigation

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

the problem with package_mask was fixed in 7325a36

from puppet-portage.

vikraman avatar vikraman commented on June 28, 2024

Is this still relevant?

from puppet-portage.

tampakrap avatar tampakrap commented on June 28, 2024

I have no idea, can you check it and act accordingly? I am at a conference

from puppet-portage.

vikraman avatar vikraman commented on June 28, 2024

Cannot reproduce, closing issue!

from puppet-portage.

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.