summaryrefslogtreecommitdiff
path: root/lib/chef/resource/service.rb
Commit message (Expand)AuthorAgeFilesLines
* Attribute -> Property in additional placesTim Smith2018-07-101-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-17/+17
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-1/+2
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+1
* Put in some temporary hacks for the service and user resource for cases where...Noah Kantrowitz2017-04-111-5/+5
* Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-211-0/+10
|\
| * smf_recursive_dependencies: Use shellsplit to process optional argsmarkgibbons2017-03-091-1/+2
| * smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-171-9/+9
| * smf_recursive_dependencies: Fix resource definitionmarkgibbons2017-01-171-1/+1
| * smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-121-2/+2
| * smf_recursive_dependencies: Allow solaris services to start recursively.markgibbons2016-11-151-0/+9
* | add back the Array form of setting supportsLamont Granquist2017-03-071-1/+3
* | remove most of supports APILamont Granquist2017-03-061-13/+3
|/
* Extend service resource to support systemd user servicesDavide Cavalca2016-03-031-0/+9
* rework to use service resource directly instead of subclassingDavide Cavalca2016-02-221-2/+13
* rework to use a subclassed SystemdService resourceDavide Cavalca2016-02-221-13/+2
* Extend service resource to support maskingDavide Cavalca2016-02-221-2/+13
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-13/+13
* autofixing whitespace copsLamont Granquist2016-02-051-16/+16
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-13/+13
* fix supports hash issues in service providersLamont Granquist2015-08-251-1/+1
* remove bad merge conflict resolutionLamont Granquist2015-08-181-1/+0
* 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