summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service.rb
Commit message (Expand)AuthorAgeFilesLines
* mechanical conversion of most debug log statements to traceThom May2018-03-261-14/+14
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-031-1/+1
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-3/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-48/+48
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* error out if provider doesn't support user servicesDavide Cavalca2016-03-041-0/+9
* rework to use service resource directly instead of subclassingDavide Cavalca2016-02-221-0/+38
* rework to use a subclassed SystemdService resourceDavide Cavalca2016-02-221-37/+0
* raise UnsupportedAction for mask / unmask in the base classDavide Cavalca2016-02-221-0/+8
* Extend service resource to support maskingDavide Cavalca2016-02-221-0/+29
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-2/+2
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-15/+15
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-7/+7
* add better documentation to this methodLamont Granquist2015-11-241-10/+13
* fix supports hash issues in service providersLamont Granquist2015-08-251-2/+12
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-22/+4
* Remove generic provides :package and provides :service from base classesJohn Keiser2015-06-021-2/+0
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-51/+45
* DRY the service priorities a bitJohn Keiser2015-06-021-74/+52
* Use the central priority map for `provides`John Keiser2015-06-021-0/+74
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-1/+1
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
* Merge branch '10-stable'Bryan McLellan2012-11-201-1/+1
|\
* | [CHEF-3604] why run assertions should pass on custom service commandsSeth Chisamore2012-11-131-0/+5
* | [CHEF-3603] add init_command attribute to service resourceSeth Chisamore2012-11-131-0/+10
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+158
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-86/+0
* Clarified some of the error messagesAJ Christensen2008-10-011-7/+15
* Init provider for service and relevant work in other providers. Updated resou...AJ Christensen2008-10-011-0/+2
* Moving some stuff around. Almost functional init provider.AJ Christensen2008-10-011-6/+0
* Working towards supports[:has_status] etc.AJ Christensen2008-10-011-0/+1
* Made service.rb setup a @current_resource and debian.rb super to get at it.AJ Christensen2008-10-011-0/+5
* Working Debian service provider for enabling/disabling services.AJ Christensen2008-10-011-20/+19
* All of my service resource work so far.AJ Christensen2008-10-011-0/+48
* Adjusted the copyright disclaimer - I guess I should be doing this on files I...AJ Christensen2008-10-011-1/+1
* Boilerplate for Service resource and Debian providerAJ Christensen2008-10-011-0/+29