matze matze
  • Joined on 2021-11-20
matze pushed to master at matze/cdist 2022-04-11 14:46:55 +00:00
22039284f5 __file: make file uploading and attribute changes more atomic
bd44c023d3 Fix typos; add default priority; comments in generated files
e0150e7796 ++changes
15e1ce6450 Merge pull request 'Added rm of tmpfile.' (#330) from mark/cdist:__ssh_authorized_keys-rm into master
08ff41efde Added rm of tmpfile.
Compare 38 commits »
matze commented on pull request ungleich-public/cdist#331 2022-04-10 20:43:45 +00:00
Make file attribute changes more atomic

thanks Mark, currently thinking about how this can be a problem also, thanks Steven, I've saw your comment while writing mine (and already found this, too)

TL;DR

I've wrote some thoughs…

matze commented on pull request ungleich-public/cdist#331 2022-04-10 16:18:44 +00:00
Make file attribute changes more atomic

I've got those points, too. It's not hard to understand the real problem, but the big discussion in the middle of this PR. About security and predictive filenames, that it's posible to modify…

matze commented on pull request ungleich-public/cdist#331 2022-04-10 14:09:06 +00:00
Make file attribute changes more atomic

After reading through the comments and start skimming through in the middle cause of the heavy discussion happen there - it's really hard to follow.

Reading the first part, I would suggest…

matze pushed to netbox at matze/cdist-contrib 2022-03-07 19:57:14 +00:00
dfaeab2cf5 __netbox: add manpage warning for "big version jumps"
8aee2ec76d __netbox: pass handling of requirements.txt to pip3
Compare 2 commits »
matze created branch netbox in matze/cdist-contrib 2022-03-07 19:57:14 +00:00
matze commented on pull request ungleich-public/cdist#327 2022-01-01 10:57:23 +00:00
bug: apt-ppa-noninteractive

As @ssrq pointed out in chat, remove-apt-repository is a script installed in /usr/local/bin/ by this type itself. The given script will remove the repository via the python API. It looks like at…