summaryrefslogtreecommitdiff
path: root/chef
Commit message (Expand)AuthorAgeFilesLines
* merged master 0.5.5Christopher Brown2009-02-2517-38/+481
|\
| * Merge branch 'master' into seancribbs/CHEF-102Adam Jacob2009-02-227-3/+69
| |\
| | * Merge branch 'master' into seancribbs/CHEF-115Adam Jacob2009-02-225-2/+66
| | |\
| | | * Merge branch 'master' into thommay/CHEF-140Adam Jacob2009-02-222-2/+11
| | | |\
| | | | * Adding cookbook override to remote_directoryAdam Jacob2009-02-192-2/+11
| | | * | CHEF-140: Teach chef to use client certsThom May2009-02-183-0/+55
| | | |/
| | * | CHEF-115: Allow remote filenames that begin with 'http', check for whole prot...Sean Cribbs2009-02-182-1/+3
| | |/
| * | CHEF-102: Provide a more friendly, contextual exception when errors occur in ...Sean Cribbs2009-02-182-30/+105
| |/
| * Updating Chef to 0.5.5 for development of 0.5.6Adam Jacob2009-02-133-3/+3
| * Release 0.5.4 version bump and changelog updates0.5.4Adam Jacob2009-02-133-3/+3
| * Merge branch 'btm/chef-79'Adam Jacob2009-02-132-0/+287
| |\
| | * add spec for dpkgBryan McLellan2009-02-131-0/+177
| | * set current_resource.package_name by defaultBryan McLellan2009-02-131-1/+1
| | * inherit from Apt (for preseed) + debugging fixesBryan McLellan2009-02-131-5/+4
| | * Add some dpkg exception handlingBryan McLellan2009-02-131-27/+23
| | * add dpkg providerBryan McLellan2009-02-131-0/+115
| * | Merge branch 'fujin/chef-91'Adam Jacob2009-02-131-0/+7
| |\ \
| | * | Fixes for CHEF-91, reload configuration on sighupAJ Christensen2009-02-111-0/+7
| * | | Merge branch 'jtimberman/chef-107'Adam Jacob2009-02-132-2/+10
| |\ \ \
| | * | | Changing what we print, rather than what the actual package version is, and a...Adam Jacob2009-02-132-5/+10
| | * | | chef-107 if package version is nil, set to uninstalled for log messageJoshua Timberman2009-02-121-1/+1
| | * | | chef-107, add check for blank version, set to uninstalledJoshua Timberman2009-02-121-0/+3
| | | |/ | | |/|
* | | | fixed up routing for cookbook_*Christopher Brown2009-02-241-1/+0
* | | | re-adding default routing to fix things upChristopher Brown2009-02-241-1/+2
* | | | fixed command line arg error in clientChristopher Brown2009-02-241-1/+1
* | | | fixed the client command line handler finallyChristopher Brown2009-02-241-4/+6
* | | | fixing command handling in clientChristopher Brown2009-02-241-3/+4
* | | | put the node_path back in. Still unsure about this, but I've changed it to /...Christopher Brown2009-02-242-0/+2
* | | | clean up command handling in clientChristopher Brown2009-02-231-32/+16
* | | | added executable wrapper, updated package task, removed node path from server.rbChristopher Brown2009-02-201-3/+0
* | | | automatically remove executables without prompting in the rake uninstall taskChristopher Brown2009-02-201-1/+1
* | | | more clean up for gem installation and for running server from gem areaChristopher Brown2009-02-201-4/+1
* | | | moved session key management to Chef::ConfigChristopher Brown2009-02-201-0/+17
* | | | Switch from 'slice' to 'experimental'Christopher Brown2009-02-201-0/+4
|/ / /
* | | Merge branch 'fujin/chef-110'Adam Jacob2009-02-131-1/+6
|\ \ \
| * | | Setting the default interval to half an hour if you daemonizeAdam Jacob2009-02-131-0/+5
| * | | Fix for CHEF-110, interval/splay support outside of daemonizeAJ Christensen2009-02-111-1/+1
| | |/ | |/|
* | | Merge branch 'chef-123' of git://github.com/fujin/chef into integrationAdam Jacob2009-02-132-0/+51
|\ \ \
| * | | Convert group strings to GID, Fixes CHEF-123AJ Christensen2009-02-142-0/+51
| | |/ | |/|
* | | Fixing tests for cron specAdam Jacob2009-02-131-3/+3
* | | chef-127 add/update log messages for cron resource go to infoJoshua Timberman2009-02-121-2/+2
|/ /
* | We now track what recipes we have seen via @node.run_state, rather than a cla...Adam Jacob2009-02-124-155/+199
* | Files that start with . and .. are now found via the cookbook loader - fixes ...Adam Jacob2009-02-125-79/+102
* | Template and remote file now supports a cookbook attribute, which lets you mo...Adam Jacob2009-02-117-23/+78
* | We no longer inherit the action of the prior resource - fixes CHEF-92Adam Jacob2009-02-114-248/+305
* | The node object should be available from within the definitions paramater blo...Adam Jacob2009-02-104-2/+52
* | Change the gid before you change the uid, silly.Adam Jacob2009-02-101-5/+5
* | Merge branch 'CHEF-106' of git://github.com/skeptomai/chefAdam Jacob2009-02-101-1/+1
|\ \
| * | fixes CHEF-106, move attributes to search fn & refactor. AlsoChristopher Brown2009-02-071-1/+1
| |/
* | Merge branch 'chef-82' of git://github.com/fujin/chef into integrationAdam Jacob2009-02-101-3/+4
|\ \