Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Sunday September 22 2019, @05:44PM   Printer-friendly
from the the-kitchen-is-closed dept.

A developer of some Ruby Gems pulled the code as a statement against certain entities (Department of Homeland Security — DHS) ultimately using the code. Chef gets owned in the process.

ZDNet has a good rundown of the incident:

https://www.zdnet.com/article/developer-takes-down-ruby-library-after-he-finds-out-ice-was-using-it/

It seems that developers at chef may have used an old copy of the dev's code to get things back up and running again, which seems like exactly the wrong approach.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Interesting) by NickM on Sunday September 22 2019, @06:10PM (1 child)

    by NickM (2867) on Sunday September 22 2019, @06:10PM (#897192) Journal

    I dislike almost everything about Chef:
      It try to look like it's declarative when it is imperative, chef recipes are ruby scripts.
      It requires a server to be useful.
      It pull libs at runtime since according to the article the repo going down impacted some paying customers.

    Ansible is a better solution and used sensibly (without the overpriced web gui called ansible tower) it cost 0$

    --
    I a master of typographic, grammatical and miscellaneous errors !
    Starting Score:    1  point
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 0) by Anonymous Coward on Monday September 23 2019, @03:12AM

    by Anonymous Coward on Monday September 23 2019, @03:12AM (#897392)

    What do you think of Ansible compared to Puppet or any of the other open source alternatives?