summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-08268-24/+357
| | | | all with proper deps
* We need to build_provider for every action - it might change, and we need to ↵Adam Jacob2008-10-081-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 directlyAdam Jacob2008-10-081-0/+8
|
* Adding rubygems provider, along with convenience resources for the package typesAdam Jacob2008-10-085-0/+225
|
* Moving chef-server.rb to server.rbAdam Jacob2008-10-081-0/+0
|
* Lets log a little earlier, shall we?Adam Jacob2008-10-071-4/+4
|
* Portage atoms need an = sign before the package + versionAdam Jacob2008-10-071-1/+1
|
* A whole bunch of missing changes!Adam Jacob2008-10-074-8/+8
|
* Lets try /etc/chef/server.rb, shall we?Adam Jacob2008-10-071-1/+1
|
* Silly me, missing File.joinsAdam Jacob2008-10-071-2/+2
|
* Lets log to /var/log, shall we?Adam Jacob2008-10-071-1/+1
|
* Adding extlib and Mash-ing @attributeAdam Jacob2008-10-071-1/+2
|
* Use operatingsystemrelease as a last resortAdam Jacob2008-10-071-0/+2
|
* Merge branch 'master' of git@github.com:ezmobius/chefAdam Jacob2008-10-072-25/+25
|\
| * update chef-server's routes to be compatible with merb-core's new router.Ezra Zygmuntowicz2008-10-052-25/+25
| |
* | Updating config file pathsAdam Jacob2008-10-076-6/+20
| |
* | Adding provider as a requirementAdam Jacob2008-10-061-0/+1
| |
* | Adding the user class as a requirementAdam Jacob2008-10-061-0/+2
| |
* | Fixing searching in recipes to use the RESTful server, instead of the local ↵Adam Jacob2008-10-054-28/+43
| | | | | | | | index. Adding debugging
* | Resource collection should no longer reject duplicate resourcesAdam Jacob2008-10-051-3/+0
| |
* | Bug fixes for user providerAdam Jacob2008-10-053-28/+71
| |
* | Adding user providerAdam Jacob2008-10-055-1/+337
|/
* Adding Ezra to the NOTICE fileAdam Jacob2008-10-051-0/+1
|
* Removing some extra commas from the portage providerAdam Jacob2008-10-051-2/+2
|
* Merge branch 'master' of git@github.com:ezmobius/chef into ezra-masterAdam Jacob2008-10-056-18/+148
|\
| * Adding Portage package provider first pass. Seems to work.Ezra Zygmuntowicz2008-10-045-6/+103
| |
| * Update RakeFile to actually build a gem with dependenciesEzra Zygmuntowicz2008-10-032-13/+46
| |
* | Using @node[:ps], so Facter is totally abstracted from ChefAdam Jacob2008-10-031-4/+4
| |
* | Updating definitions to work with edge compilingAdam Jacob2008-10-024-11/+26
| |
* | Adding a to_s method to definitionsAdam Jacob2008-10-021-0/+3
| |
* | Only eval the block if one was passedAdam Jacob2008-10-021-1/+1
|/
* Also needs to be one more directory down for the requiresAdam Jacob2008-10-021-1/+1
|
* Package is now beneath AptAdam Jacob2008-10-021-1/+1
|
* Since these just call 'super', you can remove them - inheritance will take ↵Adam Jacob2008-10-021-12/+1
| | | | care of the rest.
* Merging fujin changesAdam Jacob2008-10-024-113/+85
|\
| * Namespacing the Service providers to the Service class. Changes ↵AJ Christensen2008-10-033-81/+85
| | | | | | | | Chef::Provider::Debian => Chef::Provider::Service::Debian
| * Base functionality shifted into init.rbAJ Christensen2008-10-031-32/+0
| |
* | Moving provider/apt to provider/package/apt.rbAdam Jacob2008-10-023-88/+90
| |
* | No need for this - leftovers from prototypingAdam Jacob2008-10-021-2/+0
|/
* build_provider no runs load_current_resourceAdam Jacob2008-10-021-1/+2
|
* merging in fujins service resource and providerAdam Jacob2008-10-0216-61/+624
|\
| * Fujin mergeAdam Jacob2008-10-028-63/+228
| |\
| | * Error message clarityAJ Christensen2008-10-013-10/+4
| | |
| | * Clarified some of the error messagesAJ Christensen2008-10-012-14/+20
| | |
| | * Now we're talkinAJ Christensen2008-10-011-3/+3
| | |
| | * Pattern should default to service_name, updated specAJ Christensen2008-10-013-3/+7
| | |
| | * Adjusted error messageAJ Christensen2008-10-011-1/+1
| | |
| | * Init provider for service and relevant work in other providers. Updated ↵AJ Christensen2008-10-016-17/+46
| | | | | | | | | | | | resource spec a little.
| | * Moving some stuff around. Almost functional init provider.AJ Christensen2008-10-014-42/+53
| | |
| | * Specifications for the Service resource, and necessary adjustments to the ↵AJ Christensen2008-10-012-14/+110
| | | | | | | | | | | | actual code to make specs pass.