summaryrefslogtreecommitdiff
path: root/lib/chef/platform/service_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-1/+1
* support split-usr on ubuntu platformsNathan Williams2015-10-231-2/+2
* fix specsNathan Williams2015-10-231-2/+2
* move gross non-service "services" to separate detection methodNathan Williams2015-10-231-5/+13
* re-sync with masterNathan Williams2015-10-231-25/+27
|\
| * Make service_providers return the providersJohn Keiser2015-09-281-6/+10
| * Get rid of state-keeping and reset in ServiceHelpersjk/systemctl-shenanigansJohn Keiser2015-09-281-31/+19
| * Add test for nonzero systemctl exit codeJohn Keiser2015-09-281-11/+12
| * Add system providers to the list of world-stubbed stuffJohn Keiser2015-09-281-0/+5
| * return empty array if no services foundRanjib Dey2015-09-281-1/+1
* | add support for non-service unitsNathan Williams2015-09-011-1/+2
* | support service names like redis@6380 derived from units like redis@.serviceNathan Williams2015-08-291-1/+1
* | Revert "include systemd in configs if init.d on systemd-based system"Nathan Williams2015-08-281-1/+0
* | include systemd in configs if init.d on systemd-based systemNathan Williams2015-08-281-0/+1
* | ::FileNathan Williams2015-08-281-1/+1
* | simplify service helpersNathan Williams2015-08-281-40/+9
|/
* Cache service_resource_providers for the duration of the run.Noah Kantrowitz2015-05-011-21/+21
* syntax fixes for grepping outputLamont Granquist2014-11-081-2/+6
* extract which to a mixin, use for systemctlLamont Granquist2014-11-081-3/+12
* correct list-unit-files + refactoringLamont Granquist2014-11-081-3/+6
* fix systemd for Ubuntu 14.10Lamont Granquist2014-11-081-3/+16
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+113