summaryrefslogtreecommitdiff
path: root/spec/unit/provider/systemd_unit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip failing systemd unit tests on Windows.Pete Higgins2020-07-081-12/+3
* Fix systemd unit test on Windows.Pete Higgins2020-07-081-24/+37
* Fix enable on indirect unitsPhil Dibowitz2019-11-041-4/+53
* Layout/MultilineMethodCallIndentationLamont Granquist2019-07-021-146/+146
* rebase + squashLamont Granquist2018-07-061-131/+130
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-6/+6
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-301-102/+102
* Contextualise daemon-reload callsMal Graty2018-05-191-39/+84
* Fix systemd_unit user property usageMal Graty2018-05-191-1/+1
* Merge pull request #6835 from nathwill/sd-moar-actionsThom May2018-02-121-3/+48
|\
| * add additional systemd unit actionsNathan Williams2018-02-071-3/+48
* | remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-071-10/+2
|/
* Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-101-41/+42
* Use symbols instead of strings as keys for systemd user property (#5241)Joshua Miller2016-08-261-2/+2
* Merge pull request #4908 from nathwill/systemd-unit-try-actionsThom May2016-05-311-0/+63
|\
| * add more unit actionsNathan Williams2016-05-061-0/+63
* | reject malformed ini contentNathan Williams2016-05-131-1/+26
|/
* add systemd_unit resource/providerNathan Williams2016-04-161-0/+797