deployer icon indicating copy to clipboard operation
deployer copied to clipboard

Support for writable_files like writable_dirs

Open alexgit2k opened this issue 2 years ago • 2 comments

The writable-recipie allows to set the owner/group of directories. If also owner/group of files should be set, the workaround (except run) is to use writable_recursive: true and add the parent-directory to writable_dirs. But this changes the permissions of all files and directories within the specified directories. So a new option writable_files would be handy, which sets the owner/group only for the configured files.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

alexgit2k avatar Sep 05 '23 15:09 alexgit2k

I like the idea. Let's figure out on how can we refactor recipe.

antonmedv avatar Sep 05 '23 16:09 antonmedv

How are you dealing with writable files now?

ronald2wing avatar Dec 06 '23 23:12 ronald2wing