summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_service.rb
Commit message (Expand)AuthorAgeFilesLines
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-1/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-2/+1
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-0/+18
* Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-281-0/+1
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-281-1/+0
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-1/+2
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-2/+1
* CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-121-2/+1
* CHEF-5022: Don't use provides in the resourceBryan McLellan2014-08-121-1/+4
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-121-1/+2
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-0/+50