summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-026-6/+6
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0217-17/+17
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-3/+3
* Use double quotes by defaultThom May2016-01-1417-92/+92
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-2/+2
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-122-5/+5
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-58/+11
* Correcting regex for upstart_stateJustin Seubert2015-11-231-3/+3
* overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-17/+43
* REALLY adding explicit error msg if init.d script or custom command is not fo...ad/3992-redhat-serviceandy-dufour2015-09-291-1/+1
* Adding check for custom command in redhat service provider and providing more...andy-dufour2015-09-291-1/+3
* fix supports hash issues in service providersLamont Granquist2015-08-256-11/+13
* spec and code fixes for run_levelsLamont Granquist2015-08-191-24/+33
* Ensure non-specified runlevels are disabledRobby Dyer2015-08-181-3/+14
* Actually, we need to return empty string if run_levels if emptyRobby Dyer2015-08-181-1/+1
* CHEF-5372: Making levels def cleaner - thanks @sersutRobby Dyer2015-08-181-2/+1
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-4/+20
* remove use of self.provides?Lamont Granquist2015-08-186-28/+16
* Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-131-1/+1
|\
| * shell_out! returns an object not an integerStefano Rivera2015-07-091-1/+1
* | Don't use shell_out! on "lssrc -g" as it will raise an exception if the servi...Julian C. Dunn2015-08-061-1/+1
* | Merge remote-tracking branch 'upstream/master'Nate Walck2015-07-206-1/+12
|\ \ | |/
| * Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-066-1/+12
* | Added support for 10.11 and added function for evaluating OS X versions for f...Nate Walck2015-06-251-1/+5
|/
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-185-10/+0
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-1/+0
* Use the central priority map for `provides`John Keiser2015-06-021-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
* Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
* Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-051-12/+13
* Merge pull request #3051 from mikedodge04/macosx_service_updatePhil Dibowitz2015-04-111-30/+66
|\
| * adding assert for plistMike Dodge2015-04-011-5/+9
| * fix some typos in commentsMike Dodge2015-03-261-2/+1
| * moved around debugsMike Dodge2015-03-261-2/+1
| * added requsted chagnesMike Dodge2015-03-261-4/+9
| * addressed each of the commentsMike Dodge2015-03-251-3/+3
| * removing vim comment (sorry its a habit to add)Mike Dodge2015-03-241-1/+0
| * First pass at fixing the unit testsMike Dodge2015-03-121-6/+7
| * small change to the base user cmdMike Dodge2015-03-101-2/+1
| * Load LaunchAgents as console user, adding plist and session_type optionsMike Dodge2015-03-101-27/+57
* | Modify accesses to HOME to use path_helper instead.Kartik Null Cating-Subramanian2015-03-201-2/+1
|/
* Remove commented out versions of a service being enabled/disabled in FreeBSD.Cory Stephenson2015-02-121-1/+1
* refactor based on feedback from lamont-granquistScott Bonds2015-01-251-66/+40
* make sure new settings have a newline after themScott Bonds2015-01-251-4/+3
* update to new way of provider mappingScott Bonds2015-01-251-2/+4
* add question mark to methods that return a booleanScott Bonds2015-01-251-11/+11
* remove redundant methodsScott Bonds2015-01-251-27/+0
* make @rc.conf.* never nilScott Bonds2015-01-251-6/+14