Corrected CPUQuota service limit regex
Added CPuQuota service limit unit test
Merge pull request #92 from matt6697/master
Correct CPUQuota service limit regex
Merge pull request #126 from bastelfreak/inifile
allow puppetlabs/inifile 4.x
Merge pull request #128 from jlutran/addOOMScoreAdjustServiceLimit
Add OOMScoreAdjust to Systemd::ServiceLimits type
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.
Merge pull request #129 from traylenator/tmpconf
Force tmpfiles.d drop file to end in .conf
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.
Merge pull request #130 from traylenator/typeslash
Update types to avoid / in unit or drop file name
Merge pull request #131 from raphink/linger
Add loginctl_user type/provider
* Make Rubocop strict * Rubocop * Fix Metrics/LineLength * Fix RSpec/FilePath * Fix Lint/ParenthesesAsGroupedExpression * Fix Lint/AssignmentInCondition