Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 418 | -0/+53670 |
| | | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! | ||||
* | big refactor of the repo layout. move to a chef gem and a chef-server gem ↵ | Ezra Zygmuntowicz | 2008-10-08 | 70 | -6453/+0 |
| | | | | all with proper deps | ||||
* | We need to build_provider for every action - it might change, and we need to ↵ | Adam Jacob | 2008-10-08 | 1 | -1/+1 |
| | | | | do load_current_resources every time, or miss state changes in single statements | ||||
* | Adding provider method, so you can actually specify a provider directly | Adam Jacob | 2008-10-08 | 1 | -0/+8 |
| | |||||
* | Adding rubygems provider, along with convenience resources for the package types | Adam Jacob | 2008-10-08 | 4 | -0/+215 |
| | |||||
* | Lets log a little earlier, shall we? | Adam Jacob | 2008-10-07 | 1 | -4/+4 |
| | |||||
* | Portage atoms need an = sign before the package + version | Adam Jacob | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | A whole bunch of missing changes! | Adam Jacob | 2008-10-07 | 3 | -7/+7 |
| | |||||
* | Adding extlib and Mash-ing @attribute | Adam Jacob | 2008-10-07 | 1 | -1/+2 |
| | |||||
* | Use operatingsystemrelease as a last resort | Adam Jacob | 2008-10-07 | 1 | -0/+2 |
| | |||||
* | Updating config file paths | Adam Jacob | 2008-10-07 | 1 | -0/+7 |
| | |||||
* | Adding provider as a requirement | Adam Jacob | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | Adding the user class as a requirement | Adam Jacob | 2008-10-06 | 1 | -0/+2 |
| | |||||
* | Fixing searching in recipes to use the RESTful server, instead of the local ↵ | Adam Jacob | 2008-10-05 | 3 | -3/+18 |
| | | | | index. Adding debugging | ||||
* | Resource collection should no longer reject duplicate resources | Adam Jacob | 2008-10-05 | 1 | -3/+0 |
| | |||||
* | Bug fixes for user provider | Adam Jacob | 2008-10-05 | 2 | -28/+48 |
| | |||||
* | Adding user provider | Adam Jacob | 2008-10-05 | 5 | -1/+337 |
| | |||||
* | Removing some extra commas from the portage provider | Adam Jacob | 2008-10-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git@github.com:ezmobius/chef into ezra-master | Adam Jacob | 2008-10-05 | 2 | -1/+98 |
|\ | |||||
| * | Adding Portage package provider first pass. Seems to work. | Ezra Zygmuntowicz | 2008-10-04 | 2 | -1/+98 |
| | | |||||
* | | Using @node[:ps], so Facter is totally abstracted from Chef | Adam Jacob | 2008-10-03 | 1 | -4/+4 |
| | | |||||
* | | Adding a to_s method to definitions | Adam Jacob | 2008-10-02 | 1 | -0/+3 |
| | | |||||
* | | Only eval the block if one was passed | Adam Jacob | 2008-10-02 | 1 | -1/+1 |
|/ | |||||
* | Also needs to be one more directory down for the requires | Adam Jacob | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Package is now beneath Apt | Adam Jacob | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Since these just call 'super', you can remove them - inheritance will take ↵ | Adam Jacob | 2008-10-02 | 1 | -12/+1 |
| | | | | care of the rest. | ||||
* | Merging fujin changes | Adam Jacob | 2008-10-02 | 4 | -113/+85 |
|\ | |||||
| * | Namespacing the Service providers to the Service class. Changes ↵ | AJ Christensen | 2008-10-03 | 3 | -81/+85 |
| | | | | | | | | Chef::Provider::Debian => Chef::Provider::Service::Debian | ||||
| * | Base functionality shifted into init.rb | AJ Christensen | 2008-10-03 | 1 | -32/+0 |
| | | |||||
* | | Moving provider/apt to provider/package/apt.rb | Adam Jacob | 2008-10-02 | 3 | -88/+90 |
| | | |||||
* | | No need for this - leftovers from prototyping | Adam Jacob | 2008-10-02 | 1 | -2/+0 |
|/ | |||||
* | build_provider no runs load_current_resource | Adam Jacob | 2008-10-02 | 1 | -1/+2 |
| | |||||
* | merging in fujins service resource and provider | Adam Jacob | 2008-10-02 | 10 | -8/+424 |
|\ | |||||
| * | Fujin merge | Adam Jacob | 2008-10-02 | 5 | -58/+109 |
| |\ | |||||
| | * | Error message clarity | AJ Christensen | 2008-10-01 | 2 | -9/+3 |
| | | | |||||
| | * | Clarified some of the error messages | AJ Christensen | 2008-10-01 | 2 | -14/+20 |
| | | | |||||
| | * | Now we're talkin | AJ Christensen | 2008-10-01 | 1 | -3/+3 |
| | | | |||||
| | * | Pattern should default to service_name, updated spec | AJ Christensen | 2008-10-01 | 1 | -1/+1 |
| | | | |||||
| | * | Adjusted error message | AJ Christensen | 2008-10-01 | 1 | -1/+1 |
| | | | |||||
| | * | Init provider for service and relevant work in other providers. Updated ↵ | AJ Christensen | 2008-10-01 | 4 | -11/+32 |
| | | | | | | | | | | | | resource spec a little. | ||||
| | * | Moving some stuff around. Almost functional init provider. | AJ Christensen | 2008-10-01 | 4 | -42/+53 |
| | | | |||||
| | * | Specifications for the Service resource, and necessary adjustments to the ↵ | AJ Christensen | 2008-10-01 | 1 | -14/+14 |
| | | | | | | | | | | | | actual code to make specs pass. | ||||
| | * | Working towards supports[:has_status] etc. | AJ Christensen | 2008-10-01 | 2 | -21/+4 |
| | | | |||||
| | * | Made service.rb setup a @current_resource and debian.rb super to get at it. | AJ Christensen | 2008-10-01 | 2 | -3/+6 |
| | | | |||||
| | * | Added the supports access to all resources | AJ Christensen | 2008-10-01 | 1 | -2/+3 |
| | | | |||||
| | * | Working Debian service provider for enabling/disabling services. | AJ Christensen | 2008-10-01 | 8 | -82/+161 |
| | | | | | | | | | | | | TODO: Base and Init providers that support status and start/stopping init scripts. | ||||
| | * | Forgot the (name) | AJ Christensen | 2008-10-01 | 1 | -1/+1 |
| | | | |||||
| | * | All of my service resource work so far. | AJ Christensen | 2008-10-01 | 5 | -4/+172 |
| | | | | | | | | | | | | TODO: make it work | ||||
| | * | Wtf, "Sackage"? | AJ Christensen | 2008-10-01 | 1 | -1/+1 |
| | | | |||||
| | * | Adjusted the copyright disclaimer - I guess I should be doing this on files ↵ | AJ Christensen | 2008-10-01 | 2 | -1/+14 |
| | | | | | | | | | | | | | | | | | | I author? A little more boilerplate too |