summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/macosx.rb
Commit message (Expand)AuthorAgeFilesLines
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-2/+2
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Added support for 10.11 and added function for evaluating OS X versions for f...Nate Walck2015-06-251-1/+5
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
* 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
|/
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
* Escape path for globbing.Claire McQuin2014-09-221-1/+1
* fix shell_out/run_command usageLamont Granquist2014-09-081-2/+2
* add shell_out to base provider codeLamont Granquist2014-07-291-1/+0
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-1/+2
* Make OS X service resource work when the plist doesn't exist yet.danielsdeleo2014-04-161-1/+5
* Add enable/disable to MacOSX service providerPhil Dibowitz2014-03-061-14/+68
* CHEF-3237 - Incorporated latest review comments.Ringo De Smet2013-05-311-1/+1
* CHEF-3237 - Incorporated comments from PR 624Ringo De Smet2013-05-311-4/+3
* [CHEF-3237] Fix Mac OS X service provider. Do not fail when HOME is not setIgor Afonov2013-05-311-10/+17
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+144