summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it ↵tyler-ball2014-09-191-0/+1
| | | | got deleted from the git log
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+1
|
* First-pass changes for a core reboot resource. Still uses run_state instead ↵Chris Doherty2014-09-101-0/+1
| | | | of run_context.
* Added basic changes for aix user providersiddheshwar-more2014-07-311-0/+1
|
* Merge pull request #1414 from vtolstov/upstreamSerdar Sutay2014-06-261-0/+1
|\ | | | | next try to add exherbo linux support
| * add paludis package manager user in gentoo/exherbo linuxVasiliy Tolstov2014-05-131-0/+1
| | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
* | Add mount provider for Solaris OS and derivatesHugo Fichter2014-05-291-0/+1
| | | | | | | | | | | | Conflicts: chef/lib/chef/platform.rb chef/lib/chef/providers.rb
* | Refactor FreeBSD package providersRichard Manyanza2014-03-111-2/+3
| |
* | Add support for FreeBSD next generation package managerRichard Manyanza2014-03-111-0/+1
|/
* [CHEF-4110] Add whyrun_safe_ruby_block resourcePhil Dibowitz2013-11-211-0/+1
|
* add requires for aix bff resource, providers.kaustubh-d2013-08-191-0/+1
|
* add aix cron provider mapping.kaustubh-d2013-08-041-0/+1
|
* add aix ifconfig provider mappings.kaustubh-d2013-07-231-0/+1
|
* require aix mount providerdeepalijagtap2013-07-221-0/+1
|
* OC-8337: Architecture functional test coverageadamedx2013-06-251-1/+1
|
* [CHEF-3029] some empty lines and whitespaces cleaned upXabier de Zuazo2013-06-191-1/+0
|
* [CHEF-3029] ifconfig debian provider addedXabier de Zuazo2013-06-191-0/+2
|
* [CHEF-3029] some requires and class names fixedXabier de Zuazo2013-06-191-0/+1
|
* Remove unused class RemoteFile::Result.sersut2013-06-031-1/+0
|
* remove unused remote file util classdanielsdeleo2013-05-311-1/+0
|
* Move file content management logic outside of providers under ↵sersut2013-05-161-8/+0
| | | | Chef::FileContentManagement for reusability in the future.
* Merge branch 'master' into file-refactorsersut2013-05-141-0/+1
|\ | | | | | | | | | | Conflicts: spec/unit/knife/configure_spec.rb spec/unit/provider/remote_file_spec.rb
| * port SNSs solaris user providerLamont Granquist2013-04-171-0/+1
| |
| * Revert "Merge branch 'CHEF-1031'"Bryan McLellan2013-03-011-2/+0
| | | | | | | | | | | | | | | | This reverts commit a82935b4a8e1e8174d02e83259f07ea9926dd007, reversing changes made to 464087c7a6da4ed51237cbb6ff39e45feeae0ecd. Conflicts: lib/chef/provider/remote_file/ftp.rb
* | use deploy_with :copy or :move as external API in resourcesLamont Granquist2013-04-181-2/+5
| |
* | move the deploy switching stuff out of the resource andLamont Granquist2013-04-091-0/+1
| | | | | | | | into the lower level objects. clean up cp_unix a little bit.
* | peel some resposibilities out of the content objectLamont Granquist2013-03-261-0/+3
| |
* | locate objects closer to their primary concernsLamont Granquist2013-03-201-4/+4
| |
* | refactoring of file providersLamont Granquist2013-03-151-0/+10
| |
* | Merge branch 'master' into rest_clientJesse Campbell2013-03-011-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: lib/chef/provider/remote_file.rb lib/chef/provider/remote_file/ftp.rb lib/chef/providers.rb lib/chef/resource/remote_file.rb spec/unit/provider/remote_file/ftp_spec.rb spec/unit/provider/remote_file_spec.rb spec/unit/resource/remote_file_spec.rb
| * Fix remote_file namespacingJesse Campbell2013-02-261-0/+2
| |
| * OC-4739: OC-4748: Create powershell and batch providers in core Chefadamedx2013-02-191-0/+2
| |
* | break up into separate classes for each supported schemeJesse Campbell2013-02-281-0/+2
| |
* | Fix remote_file namespacingJesse Campbell2013-02-051-0/+2
|/
* Creating the registry provider action_create methodPrajaktaPurohit2012-12-191-0/+1
|
* Extract provider LWRP code to LWRPBasedanielsdeleo2012-12-191-0/+2
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+100
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!