summaryrefslogtreecommitdiff
path: root/lib/chef/platform/provider_mapping.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* this mixin also seems unused nowLamont Granquist2017-03-171-3/+0
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-165/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-6/+6
* Fix chef_platform_methods deprecation class nameBill Ruddock2017-02-081-6/+6
* Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-0/+5
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
* Set inherit=false on the fallback constant lookup.Noah Kantrowitz2016-03-241-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-8/+8
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-21/+21
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Fix error message for providers without `provides`Christian Höltje2015-08-191-6/+5
* Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-2/+2
* Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-1/+2
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-2/+2
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-2/+0
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-1/+1
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-266/+1
* Package and Service are abstract and should never be usedJohn Keiser2015-05-131-2/+0
* Fix exception thrown from deprecation warningJohn Keiser2015-05-131-6/+6
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-1/+1
* Add deprecation warning for providers that do not use providesJohn Keiser2015-05-131-1/+7
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-107/+0
* remove unreachable codeLamont Granquist2015-02-181-1/+0
* add service provider for OpenBSDScott Bonds2015-01-251-1/+2
* add openbsd package providerScott Bonds2014-11-131-1/+2
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-34/+1
* Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-211-1/+2
|\
| * inprogress- add aix default service provider implementation.kaustubh-d2014-09-111-1/+2
* | Merge branch 'suse-group' of github.com:mapleoin/chefsersut/rebase-chef-2187Serdar Sutay2014-10-101-1/+2
|\ \
| * | change default group mapping for SLES to gpasswdIonuț Arțăriși2014-10-081-0/+3
* | | Merge pull request #2052 from mapleoin/suse-systemdSerdar Sutay2014-10-101-1/+4
|\ \ \ | |/ / |/| |
| * | change default service mapping for SLES to systemdIonuț Arțăriși2014-10-021-1/+4
| |/
* | Fix RHEL pre 7 provider service mappingAndy Thompson2014-09-271-1/+1
* | Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-2/+2
|/
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-1/+1
* Merge pull request #1669 from Kasen/pcs_supportClaire McQuin2014-08-071-0/+9
|\
| * Provider mapping for pcs(parallels cloud server) added.Pavel Yudin2014-07-201-0/+9
* | Merge pull request #1552 from jordane/fedora-use-systemdClaire McQuin2014-08-071-5/+20
|\ \
| * | use systemd on oracle, scientific 7 tooJordan Evans2014-06-271-2/+8
| * | use systemd for centos 7 tooJordan Evans2014-06-261-1/+4
| * | use systemd for recent fedora and rhel 7Jordan Evans2014-06-251-2/+8