Commits on Oct 22, 2018

  1. Corrected CPUQuota service limit regex

    Added CPuQuota service limit unit test
    matt6697 committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    f33af72 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Corrected indentation

    matt6697 committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    25f4855 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Merge pull request #92 from matt6697/master

    Correct CPUQuota service limit regex
    bastelfreak authored Nov 3, 2019
    Configuration menu
    Copy the full SHA
    1bac110 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    6834a0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from bastelfreak/inifile

    allow puppetlabs/inifile 4.x
    bastelfreak authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    f81339a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    fc0aab3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from jlutran/addOOMScoreAdjustServiceLimit

    Add OOMScoreAdjust to Systemd::ServiceLimits type
    bastelfreak authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b082921 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Force tmpfile.d drop file to end in .conf

    From tmpfiles.d(5)
    
    ```
    SYNOPSIS
      /etc/tmpfiles.d/*.conf
      /run/tmpfiles.d/*.conf
      /usr/lib/tmpfiles.d/*.conf
    ```
    
    Just like unit drop in files drop files for the tmpfiles.d must
    end in .conf to noticied.
    traylenator committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    f318dcd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request #129 from traylenator/tmpconf

    Force tmpfiles.d drop file to end in .conf
    bastelfreak authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    cf15b55 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Update types to avoid / in unit or drop file name

    The assertion that unit names and drop files names do not
    contain a `/` is now done with in the Systemd::Dropin
    and `Systemd::Unit` types.
    
    Peviously the assertion was done either within code or just via docs.
    traylenator committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    f53649e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from traylenator/typeslash

    Update types to avoid / in unit or drop file name
    bastelfreak authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    1067150 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Convert to PDK (#132)

    raphink authored Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a65792d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f307c View commit details
    Browse the repository at this point in the history
  3. specs

    raphink committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    bbed0b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3a4cd6 View commit details
    Browse the repository at this point in the history
  5. Add to type specs

    raphink committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    eb14648 View commit details
    Browse the repository at this point in the history
  6. Fix instances and test it

    raphink committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    1145414 View commit details
    Browse the repository at this point in the history
  7. Implement enable/disable

    raphink committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e25f968 View commit details
    Browse the repository at this point in the history
  8. Add README

    raphink committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    fea7667 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #131 from raphink/linger

    Add loginctl_user type/provider
    bastelfreak authored Jan 7, 2020
    Configuration menu
    Copy the full SHA
    5cfafaa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17fb188 View commit details
    Browse the repository at this point in the history
  11. Cleanup spec_helper.rb

    raphink committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    6d9393f View commit details
    Browse the repository at this point in the history
  12. Rubocop (#135)

    * Make Rubocop strict
    
    * Rubocop
    
    * Fix Metrics/LineLength
    
    * Fix RSpec/FilePath
    
    * Fix Lint/ParenthesesAsGroupedExpression
    
    * Fix Lint/AssignmentInCondition
    raphink authored Jan 7, 2020
    Configuration menu
    Copy the full SHA
    017c6de View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Fix deploy tag regexp

    raphink committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b736ad2 View commit details
    Browse the repository at this point in the history
  2. Release 2.8.0 (#134)

    raphink authored Jan 8, 2020
    Configuration menu
    Copy the full SHA
    45dd4c7 View commit details
    Browse the repository at this point in the history