summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Add an apt_update resourceThom May2016-01-201-0/+1
|
* Use double quotes by defaultThom May2016-01-141-68/+68
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-1/+2
|
* Added profile provider for OS XNate Walck2015-12-171-0/+1
| | | | Fixed resource to use let
* Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-091-7/+0
|
* Adding ksh resource and specsNolan Davidson2015-10-061-0/+1
|
* wire zypper_package up to the DSLLamont Granquist2015-06-031-0/+1
| | | | | | i'm not sure how anybody has been using this resource, but think we may have broken this in 12.0.0 at some point, at any rate this will make it a lot easier for people to actually use.
* Update resources.rb to load DscResourceJay Mundrawala2015-03-201-0/+1
|
* add openbsd package providerScott Bonds2014-11-131-0/+1
|
* Bring in cheffish and provisioning resources if they are installedchef-provisioningJohn Keiser2014-11-051-0/+7
|
* 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.
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-0/+1
| | | | | | | | | A Windows service startup_type can be automatic, manual, or disabled. This adds a startup_type attribute to specify automatic or manual, and defaults to automatic because we currently have no functionality to set a service to manual. This is important because if you stop a service that is automatic, Windows will change the startup_type to manual.
* add paludis package manager user in gentoo/exherbo linuxVasiliy Tolstov2014-05-131-0/+1
| | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+1
| | | | | | | | | | | | | Adds the framework for a windows package provider, which must determine the correct provider by examining metadata about the source file, or the source file itself. Provides FFI based access to the Windows Installer functions to retrieve metadata from the MSI files and from the Windows product database. Combines both of these into an MSI package provider. Continues to work alongside the windows_package LWRP.
* [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
|
* Fixed broken Solaris package code and added the unit tests.Prabhu Das2013-08-191-0/+1
|
* OC-8337: Architecture functional test coverageadamedx2013-06-251-1/+1
|
* OC-4739: OC-4748: Create powershell and batch providers in core Chefadamedx2013-02-191-0/+2
|
* Creating the registry provider action_create methodPrajaktaPurohit2012-12-191-0/+1
|
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-0/+1
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+67
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!