summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-3/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-083-3/+3
* Convert require to require_relativeLamont Granquist2019-05-0817-34/+34
* Prevent accidentally configuring windows_service propertiesJason Barnett2019-04-151-14/+4
* Fixes #8195Jason Barnett2019-03-271-4/+11
* Fix #8080Jason Barnett2019-03-081-16/+18
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-154-6/+6
* Remove potentially sensitive info from the logsp/fix-7634Stuart Preston2018-09-181-1/+1
* stop parsing init script at the "### END INIT INFO" marker.Guido Schoening2018-08-041-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-022-13/+13
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-024-6/+6
* Unification of shell_out APIsLamont Granquist2018-06-151-0/+1
* Merge pull request #7297 from jasonwbarnett/fix-windows-startupTim Smith2018-06-031-0/+2
|\
| * Fix :configure_startup action to configure delayed startJason Barnett2018-05-251-0/+2
* | convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-306-31/+32
|/
* Fix systemd_unit user property usageMal Graty2018-05-191-1/+1
* [Debian/Ubuntu] Detect init script service levelstm/ub_1404_serviceThom May2018-04-231-14/+31
* Avoid lookups for rights of 'LocalSystem' in windows serviceBryan McLellan2018-03-291-1/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-2611-67/+67
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-072-2/+2
* Chefstyle fixTim Smith2018-03-051-1/+1
* better docs for Chef::Provider::Service::Upstart.supports?Brad2018-03-051-0/+1
* remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-071-1/+1
* Add description property to converge configure actionJason Barnett2018-01-271-1/+1
* chefstyle -aJason Barnett2018-01-261-27/+27
* Fix existing tests and add new onesJason Barnett2018-01-261-71/+81
* Add :create, :delete, and :configure actions to the windows_service resourceJason Barnett2018-01-251-11/+175
* Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-221-175/+11
* Merge pull request #6595 from jasonwbarnett/feature/add-action_create-to-wind...Thom May2018-01-221-11/+175
|\
| * add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-231-11/+175
* | Remove update-rc.d -n (dryrun) option.Vinson Lee2018-01-021-2/+2
* | Fix svcadm clear to only run in maintenance statejsinha/fix_svcadmJaymala Sinha2017-12-071-0/+5
* | Fix variable name in solaris service providerjsinha/solaris_service_fixJaymala Sinha2017-11-221-2/+1
|/
* Merge pull request #6353 from mikedodge04/launchd2Tim Smith2017-09-061-3/+4
|\
| * Launchd should not load launchagents as root. #5846Mike Dodge2017-08-251-3/+4
* | Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-101-11/+12
* | chef code changes for changing amazon platform_familyLamont Granquist2017-04-032-4/+4
* | convert remaining popen4 code to shell_outLamont Granquist2017-04-012-32/+25
* | Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-317-7/+0
* | Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-211-2/+4
|\ \
| * | smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-171-4/+4
| * | Merge branch 'master' of https://github.com/chef/chef into smf_recursive_depe...markgibbons2017-02-067-12/+12
| |\ \
| * | | smf_recursive_dependencies: Chef style fixesmarkgibbons2017-01-171-4/+4
| * | | smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-121-3/+4
| * | | smf_recursive_dependencies: Allow solaris services to start recursively.markgibbons2016-11-151-1/+2
* | | | support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-013-14/+2
| |_|/ |/| |