Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    1536e2c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Add CentOS 9 to supported operating systems

    This is follow-up of 1698451 and adds
    CentOS 9 to supported operating systems. The required logic was
    implemented by that change but the supported versions of CentOS were
    not updated by that commit.
    kajinamit committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    30418bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #266 from kajinamit/centos9

    Add CentOS 9 to supported operating systems
    traylenator authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    76e91a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    7da43b1 View commit details
    Browse the repository at this point in the history
  2. Update types/servicelimits.pp with better regex

    Co-authored-by: Romain Tartière <romain@blogreen.org>
    SeanHood and smortex authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    91a15fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a14105 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #267 from SeanHood/memorylimits-can-be-percent

    Allows % and infinity for Memory Limits + Add MemoryMin
    traylenator authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    a56a396 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Support Service Limits specified in Bytes

    Previously the ServiteLimits type restricted limits specified in bytes to contain
    a multiplicative suffix. The systemd man pages ([0], [1]) specify these are optional
    and a bare integer can be specified, which will be interpreted as Bytes.
    
    This commit makes the multiplicative suffixes optional, and adds tests for two cases
    to ensure non-suffixed values are accepted.
    
    [0] https://www.freedesktop.org/software/systemd/man/systemd.exec.html
        (For `Limit*` options)
    [1] https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#
        (For `Memory*` options)
    optiz0r committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    30555b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Add function systemd::systemd_escape (#243)

    * Add function systemd::systemd_escape
    
    * Add function systemd::systemd_escape
    
    * disable combine
    
    * trim value
    
    * fix tests
    
    * Mock systemd
    
    * Update README.md
    
    Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
    
    * Optimize unit tests
    
    * Remove lint issues
    
    Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
    jkroepke and ekohl authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9a845d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Merge pull request #268 from optiz0r/limits_without_units

    Support Service Limits specified in Bytes
    bastelfreak authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    caf83c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    652d260 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge pull request #269 from mat1010/networkd_factcheck

    Ensure systemd-networkd is available piror notifying service
    ekohl authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e81ef25 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    cb6a131 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    cbf0d92 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    48048ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d7349 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge pull request #272 from jcpunk/hostnamectl_machiene_info

    Add machine-info information management
    bastelfreak authored May 24, 2022
    Configuration menu
    Copy the full SHA
    7294c86 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge pull request #271 from jcpunk/oomd

    Add management of systemd-oomd
    bastelfreak authored May 25, 2022
    Configuration menu
    Copy the full SHA
    f654c09 View commit details
    Browse the repository at this point in the history
  2. modulesync 5.3.0

    bastelfreak committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c4b118e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #273 from voxpupuli/modulesync

    modulesync 5.3.0
    bastelfreak authored May 25, 2022
    Configuration menu
    Copy the full SHA
    d8f8de0 View commit details
    Browse the repository at this point in the history
  4. Release 3.9.0

    bastelfreak committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7c27596 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #274 from bastelfreak/rel390

    Release 3.9.0
    bastelfreak authored May 25, 2022
    Configuration menu
    Copy the full SHA
    ab1d1de View commit details
    Browse the repository at this point in the history