summaryrefslogtreecommitdiff
path: root/lib/chef/provider/systemd_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* rebase + squashLamont Granquist2018-07-061-14/+14
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-301-3/+3
* Contextualise daemon-reload callsMal Graty2018-05-191-1/+1
* Fix systemd_unit user property usageMal Graty2018-05-191-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Merge pull request #6835 from nathwill/sd-moar-actionsThom May2018-02-121-1/+19
|\
| * add additional systemd unit actionsNathan Williams2018-02-071-1/+19
* | remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-071-1/+2
|/
* add unit_name identity property to systemd_unitNathan Williams2017-11-281-33/+34
* Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-101-2/+3
* provide verification escape-hatch & document internal vs user-managed propertiesNathan Williams2017-03-301-1/+1
* Verify systemd_unit file during createMal Graty2017-01-281-0/+2
* Revert "Verify systemd_unit file during create" (#5326)Matt Wrock2016-09-211-9/+0
* Use symbols instead of strings as keys for systemd user property (#5241)Joshua Miller2016-08-261-2/+2
* Verify systemd_unit file during createMal Graty2016-08-211-0/+9
* Merge pull request #4908 from nathwill/systemd-unit-try-actionsThom May2016-05-311-0/+18
|\
| * add more unit actionsNathan Williams2016-05-061-0/+18
* | reject malformed ini contentNathan Williams2016-05-131-0/+10
|/
* add systemd_unit resource/providerNathan Williams2016-04-161-0/+210