summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/solaris.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-6/+6
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-17/+43
|
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* fix shell_out/run_command usageLamont Granquist2014-09-081-1/+1
| | | | | | | | - run_command is deprecated - shell_out! should be used for internal APIs (enable/disable/status) - shell_out_with_systems_locale! should be used for start/stop/restart/reload cases (users will want their software running in their systems locale not our forced en_US.UTF-8 locale)
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
| | | | yes, i just used rubocop on the chef sourcecode...
* 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
| | | | without circular dependencies or missing deps
* 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
| | | | | * svcadm to wait and return errors back to the provider * switch method from run_command to shellout!
* [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
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!