summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-1/+99
* Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-251-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | spec fixesLamont Granquist2014-11-081-1/+1
* | polishing provider_resolverLamont Granquist2014-11-089-9/+36
* | systemctl path fixes, rspec modernization, etcLamont Granquist2014-11-081-31/+45
|/
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-0/+1
* add provides to aix service providerkaustubh-d2014-10-281-0/+2
* Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\
| * Properly load FreeBSD service statusRichard Manyanza2014-10-221-0/+1
* | Merge pull request #2270 from liseki/fix-whiny-freebsd-serviceSerdar Sutay2014-10-241-1/+2
|\ \
| * | Maintain init_command as nil in why-run when missing init scriptRichard Manyanza2014-10-211-10/+2
| * | Ensure why-run of a FreeBSD service missing init script does not failRichard Manyanza2014-10-211-0/+9
* | | Chef-12 RC Provider ResolverLamont Granquist2014-10-2414-42/+102