summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/solaris.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-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
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* 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
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-1/+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
| * 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
* | fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
|/
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-1/+1
* error out if provider doesn't support user servicesDavide Cavalca2016-03-041-0/+5
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Replace all Opscode copyrights with Chef Software.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-6/+6
* overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-17/+43
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* fix shell_out/run_command usageLamont Granquist2014-09-081-1/+1
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* CHEF-5437: Ruby 8 syntax still required.markgibbons2014-06-091-1/+1
* CHEF-5347: Use shell_out! with returns [0, 1].markgibbons2014-06-091-1/+1
* CHEF-5347: Allow for undefined solaris services in the service resource.markgibbons2014-06-071-1/+1
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-0/+1
* CHEF-4990sawanoboly2014-02-201-7/+11
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* [CHEF-3772] Use the sync(-s) option to get exit status.sawanoboly2013-04-111-5/+6
* [CHEF-3603] add init_command attribute to service resourceSeth Chisamore2012-11-131-3/+3
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+86