summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/openbsd.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-1/+0
* fix Style/NonNilCheckLamont Granquist2016-12-061-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-12/+12
* fix supports hash issues in service providersLamont Granquist2015-08-251-1/+2
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-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
* create a new rc.conf.local if neededScott Bonds2015-01-251-2/+3
* remove the service ordering idea for nowScott Bonds2015-01-251-21/+1
* simplify enable/disable if statementsScott Bonds2015-01-251-28/+9
* fix caching of builtin_service_enable_variable_nameScott Bonds2015-01-251-2/+3
* intercept config file readsScott Bonds2015-01-251-1/+1
* minor editScott Bonds2015-01-251-3/+3
* remove FileEdit referenceScott Bonds2015-01-251-1/+0
* incorporated first round of feedbackScott Bonds2015-01-251-300/+142
* minor cleanupScott Bonds2015-01-251-6/+4
* remove references to /usr/local/etc/rc.dScott Bonds2015-01-251-3/+0
* remove debugging linesScott Bonds2015-01-251-5/+0
* add service provider for OpenBSDScott Bonds2015-01-251-0/+466