summaryrefslogtreecommitdiff
path: root/lib/chef/provider/systemd_unit.rb
Commit message (Collapse)AuthorAgeFilesLines
* provide verification escape-hatch & document internal vs user-managed propertiesNathan Williams2017-03-301-1/+1
| | | | Signed-off-by: Nathan Williams <nath.e.will@gmail.com>
* Verify systemd_unit file during createMal Graty2017-01-281-0/+2
| | | | | | | Use custom verification class to work around file name requirements when running systemd-analyze. Signed-off-by: Mal Graty <mal.graty@googlemail.com>
* 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
| | | | | | | | | | * Use symbols instead of strings as keys for systemd user property related funcs * Fix tests for provider/service/systemd for when user property is set * Change hash in systemctl_opts to use symbols instead of strings * Fix tests for chef/provider/systemd_unit.rb
* 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 systemd_unit try-restart, reload-or-restart, reload-or-try-restart actions
| * 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