summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/redhat.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-4/+4
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-031-2/+2
* fix Style/DefWithParenthesesLamont Granquist2016-12-061-2/+2
* Merge pull request #4709 from coderanger/init_commandNoah Kantrowitz2016-04-051-4/+10
|\
| * Fix some nits. [ci skip]Noah Kantrowitz2016-04-051-3/+3
| * Restore the :enable check but only look for service_missing and give a cleare...Noah Kantrowitz2016-03-151-0/+6
| * Setting init_command should be accepted instead of specific command overrides.Noah Kantrowitz2016-03-141-2/+2
* | chefstyle Style/AndOr fixesLamont Granquist2016-03-141-3/+3
|/
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* 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-251-1/+2
* 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-181-5/+3
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-0/+2
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-2/+0
* polishing provider_resolverLamont Granquist2014-11-081-1/+5
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-3/+9
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-1/+0
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+77