summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/debian.rb
Commit message (Expand)AuthorAgeFilesLines
* [Debian/Ubuntu] Detect init script service levelstm/ub_1404_serviceThom May2018-04-231-14/+31
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Remove update-rc.d -n (dryrun) option.Vinson Lee2018-01-021-2/+2
* convert remaining popen4 code to shell_outLamont Granquist2017-04-011-21/+15
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-9/+8
* 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
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* 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-29/+35
* fix shell_out/run_command usageLamont Granquist2014-09-081-10/+10
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-2/+0
* and a fix to handle services only starting at run level SLaurent Desarmes2013-12-201-1/+1
* fix for when the service doesn't set priorityLaurent Desarmes2013-12-201-1/+6
* Remove superfluous empty parentheses in Service::DebianJack Foy2013-10-101-5/+5
* Add specialized action_enable method to Chef::Provider::Service::DebianJack Foy2013-10-101-0/+20
* Normalize whitespace on all filesSeth Vargo2013-09-261-10/+10
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+152
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-53/+0
* Since these just call 'super', you can remove them - inheritance will take ca...Adam Jacob2008-10-021-12/+1
* Namespacing the Service providers to the Service class. Changes Chef::Provide...AJ Christensen2008-10-031-26/+28
* Error message clarityAJ Christensen2008-10-011-8/+2
* Adjusted error messageAJ Christensen2008-10-011-1/+1
* Init provider for service and relevant work in other providers. Updated resou...AJ Christensen2008-10-011-1/+15
* Moving some stuff around. Almost functional init provider.AJ Christensen2008-10-011-1/+0
* Made service.rb setup a @current_resource and debian.rb super to get at it.AJ Christensen2008-10-011-3/+1
* Working Debian service provider for enabling/disabling services.AJ Christensen2008-10-011-29/+27
* Forgot the (name)AJ Christensen2008-10-011-1/+1
* All of my service resource work so far.AJ Christensen2008-10-011-4/+33
* Wtf, "Sackage"?AJ Christensen2008-10-011-1/+1
* Adjusted the copyright disclaimer - I guess I should be doing this on files I...AJ Christensen2008-10-011-0/+13
* Boilerplate for Service resource and Debian providerAJ Christensen2008-10-011-0/+17