summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/macosx.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Fixes and tests for Chef-16 regression in launchdLamont Granquist2020-05-131-0/+9
* Fix macOS sudo command.Pete Higgins2020-05-061-2/+4
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove support for macOS < 10.12 in the service resourceTim Smith2020-02-281-10/+5
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-301-4/+5
* mechanical conversion of most debug log statements to traceThom May2018-03-261-7/+7
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Launchd should not load launchagents as root. #5846Mike Dodge2017-08-251-3/+4
* fix master breakagelcg/oopsLamont Granquist2016-12-211-1/+1
* Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-211-1/+1
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* 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-14/+14
* 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