summaryrefslogtreecommitdiff
path: root/lib/chef/provider/systemd_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more descriptions to actions for documentationTim Smith2021-08-131-16/+17
* Fix bug causing systemd units to always re-enable and re-startGene Wood2021-05-031-1/+1
* Move idempotency logs to debugPhil Dibowitz2021-03-061-5/+5
* memoize systemctl shellouts for load_current_resource for systemd_unit perfJoshua Miller2021-01-221-5/+31
* Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-031-2/+0
* Fixed systemd_unit not respecting sensitive propertysanga172020-04-081-0/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-8/+9
* Use the action DSL consistentlyLamont Granquist2020-03-021-16/+16
* Merge pull request #9047 from jaymzh/fix_enableLamont Granquist2019-11-041-2/+14
|\
| * Fix enable on indirect unitsPhil Dibowitz2019-11-041-2/+14
* | systemd_unit needs to logPhil Dibowitz2019-11-011-0/+12
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* 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