1. Easy git access control

    Basic access to a git repository is fairly easy.
    You specify --shared when initializing your bare repository, chgrp <your group> to the repository directory and your done. Now everyone in <your group> has read and …


  2. Speed up Rudder new node's detection

    By default, a new node sending its inventory to the Rudder server, won't appear in the "Accept new nodes" menu before the next cf-agent run on the server.
    In the worst case scenario, you'll have …