summaryrefslogtreecommitdiff
path: root/lib/chef/resource/service.rb
Commit message (Expand)AuthorAgeFilesLines
...
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-1/+10
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+3
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-4/+0
* Merge pull request #1483 from opscode/CHEF-4600Claire McQuin2014-06-181-4/+17
|\
| * fix indentingClaire McQuin2014-06-181-11/+16
| * CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-0/+8
* | Merge pull request #506 from ctennis/CHEF-3637Claire McQuin2014-06-181-0/+4
|\ \ | |/ |/|
| * Add support for automatically using the Systemd service provider if it's in useCaleb Tennis2012-11-291-0/+4
* | remove unused variable startup_typeRanjib Dey2013-12-201-1/+0
* | Normalize whitespace on all filesSeth Vargo2013-09-261-5/+5
|/
* remove trailing comment message :(Seth Chisamore2012-11-131-2/+0
* [CHEF-3603] add init_command attribute to service resourceSeth Chisamore2012-11-131-0/+16
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+164
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-113/+0
* Pattern should default to service_name, updated specAJ Christensen2008-10-011-1/+1
* Init provider for service and relevant work in other providers. Updated resou...AJ Christensen2008-10-011-2/+2
* Specifications for the Service resource, and necessary adjustments to the act...AJ Christensen2008-10-011-14/+14
* Working towards supports[:has_status] etc.AJ Christensen2008-10-011-21/+3
* Working Debian service provider for enabling/disabling services.AJ Christensen2008-10-011-2/+93
* All of my service resource work so far.AJ Christensen2008-10-011-0/+7
* Boilerplate for Service resource and Debian providerAJ Christensen2008-10-011-0/+33