summaryrefslogtreecommitdiff
path: root/lib/chef/resource/service.rb
Commit message (Expand)AuthorAgeFilesLines
* Update resources text (#13495)Ian Maddaus2023-01-171-1/+1
* Chef-18: Enable unifed_mode by defaultLamont Granquist2022-03-181-1/+0
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-3/+3
* just code changes, no spec modificationsLamont Granquist2020-07-211-2/+2
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Add back shell_out with the actual 900s defaultTim Smith2020-04-241-0/+5
* Move the windows only timeout property from service to windows_serviceTim Smith2020-04-241-5/+0
* Minor improvements to the resource descriptionsTim Smith2020-04-231-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* remove redundant identityLamont Granquist2020-04-021-3/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-1/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+6
* Fix enable on indirect unitsPhil Dibowitz2019-11-041-0/+3
* Improve the auto-generated docsTim Smith2019-08-081-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-27/+27
* Target mode for systemd service helperLamont Granquist2019-05-291-0/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-2/+3
* Add descriptions to the service resourcepropertiesTim Smith2018-11-151-15/+42
* Convert service resource to use propertiesTim Smith2018-11-151-147/+23
* 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