Skip to content
Snippets Groups Projects
  1. Jan 30, 2025
  2. Jan 21, 2025
  3. Jan 16, 2025
  4. Dec 05, 2024
  5. Nov 19, 2024
  6. Nov 18, 2024
  7. Oct 01, 2024
  8. Sep 26, 2024
  9. Jan 18, 2024
  10. Jul 03, 2023
    • anarcat's avatar
      spell check *everything* · a07b38d1
      anarcat authored
      After one too many pipeline failures due to old spell-checking
      mistakes, I decided to own up to my stuff and spell check
      everything. I actually ran:
      
           codespell --interactive 3 --write-changes *
      
      And dealt with *almost* all the errors, except stuff in old/ which
      I'll remove shortly.
      
      When an error comes up now, it is new and should be fixed.
      Verified
      a07b38d1
  11. Jun 08, 2023
  12. Apr 05, 2023
  13. Dec 20, 2022
  14. Dec 05, 2022
  15. Oct 11, 2022
  16. Apr 05, 2022
  17. Jan 25, 2022
  18. Jan 10, 2022
  19. Dec 08, 2021
  20. Dec 06, 2021
  21. Nov 01, 2021
  22. Oct 27, 2021
  23. Oct 21, 2021
  24. Sep 07, 2021
  25. Sep 03, 2021
  26. Aug 30, 2021
  27. Aug 24, 2021
  28. Aug 19, 2021
  29. Aug 18, 2021
    • Jérôme Charaoui's avatar
      add a new 2021 roadmap item for Puppet · 10afa045
      Jérôme Charaoui authored
      Working on and improving our Puppet environment while following best
      practices [0] is currently blocking on our lack of an external node
      classifier, or ENC. Adding this item as a priority on our roadmap will
      resolve team#40358 and help advance team#29387
      
      Deploying `hiera-enc` in itself should be fairly straightforward,
      however since some nodes are assigned multiple roles, some of those
      roles (eg. roles::fde) will have to be converted into profiles instead
      and included from the role class. So a small amount of restructuring of
      our roles manifests and current hiera data is to be expected.
      
      If I can focus on this I don't expect it should take more than one
      week's time (20h) to implement this fully.
      
      [0] https://puppet.com/docs/puppet/7/the_roles_and_profiles_method.html
      10afa045
Loading