summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hotfix: only cd into / when dropping privs.0.8.12Daniel DeLeo2010-05-063-1/+4
* bump to version 0.8.12Daniel DeLeo2010-05-069-9/+9
* lock all chef gems to JSON 1.4.2 and lower, 1.4.3 is borkedDaniel DeLeo2010-05-064-17/+20
* Merge branch 'CHEF-1166'Daniel DeLeo2010-05-052-2/+1
|\
| * [CHEF-1166] rm unneeded save call during client runDaniel DeLeo2010-05-052-2/+1
|/
* Merge branch 'CHEF-1174'Daniel DeLeo2010-05-051-0/+10
|\
| * . Added plain text output and clever single attribute outputPierre Baillet2010-05-051-0/+10
|/
* Merge branch 'CHEF-804'Daniel DeLeo2010-05-045-63/+197
|\
| * CHEF-804 CHEF-1181 update knife configureDaniel DeLeo2010-05-045-63/+197
|/
* Merge branch 'CHEF-1178'Daniel DeLeo2010-05-041-1/+1
|\
| * Fix for CHEF-1178, "rake role[role_name]" does not work.Farzad FARID2010-05-041-1/+1
|/
* Merge branch 'CHEF-1008'Daniel DeLeo2010-05-044-5/+20
|\
| * test if the requesting client is admin or validatorDaniel DeLeo2010-05-041-1/+1
| * Make the validation key a non-admin keyTollef Fog Heen2010-05-042-3/+3
| * Limit the validation key to creating non-admin clientsTollef Fog Heen2010-05-042-2/+17
|/
* Merge branch 'CHEF-1164'Daniel DeLeo2010-05-046-8/+305
|\
| * rm unneeded mocks and stub betterDaniel DeLeo2010-05-041-75/+31
| * cleanup whitespace and unneeded ternary operatorsDaniel DeLeo2010-05-042-12/+13
| * adding error handling to windows service providerNuo Yan2010-05-041-32/+62
| * make a working service provider on WindowsNuo Yan2010-05-045-8/+318
|/
* Merge branch 'CHEF-1157'Daniel DeLeo2010-05-045-54/+59
|\
| * purge whitespaceDaniel DeLeo2010-05-043-51/+51
| * adding windows to platform matchNuo Yan2010-05-042-3/+3
| * fixing spec test for file_cache and use gsub for file providerNuo Yan2010-05-042-3/+5
| * use the monkey patched dir (instead of single gsubs) to fix the read file fro...Nuo Yan2010-05-042-5/+3
| * trap HUP signal only if not on WindowsNuo Yan2010-05-041-3/+5
| * monkeypatch Dir.glob and add gsubs to the file provider and file_cache for wi...Nuo Yan2010-05-043-1/+4
|/
* No more String#each it is gone from ruby 1.9Daniel DeLeo2010-05-041-6/+10
* Merge branch 'CHEF-791'Daniel DeLeo2010-05-044-16/+13
|\
| * Support setting validation and client keys from the command lineTollef Fog Heen2010-05-041-0/+12
| * Get rid of -t/validation_tokenTollef Fog Heen2010-05-044-16/+1
|/
* Merge branch 'CHEF-1172'Daniel DeLeo2010-05-041-2/+2
|\
| * Fix backup test to work in all time zones.Tollef Fog Heen2010-05-041-2/+2
|/
* Merge branch 'CHEF-845'Daniel DeLeo2010-05-042-2/+2
|\
| * Make apt and package.rb agree on number of arguments to preseed_packageTollef Fog Heen2010-05-042-2/+2
|/
* Merge branch 'CHEF-1030'Daniel DeLeo2010-05-042-23/+23
|\
| * Test with regex metacharacters tooTollef Fog Heen2010-05-041-17/+17
| * Make sure to action :create and :delete properly tooTollef Fog Heen2010-05-041-4/+4
| * Check name of cron job betterTollef Fog Heen2010-05-041-2/+2
|/
* Merge branch 'CHEF-1025'Daniel DeLeo2010-05-031-4/+0
|\
| * Remove initialiser for mdadm providerTollef Fog Heen2010-05-031-4/+0
|/
* Merge branch 'CHEF-1121'Daniel DeLeo2010-05-033-6/+20
|\
| * Added test for dscl group provider with no members caseBruce Krysiak2010-05-031-0/+11
| * One more OSX dscl fixBruce Krysiak2010-05-031-2/+4
| * Fixing dscl group and user calls on OSX (10.5.8 tested)Bruce Krysiak2010-05-033-4/+5
|/
* Merge branch 'CHEF-1152'Daniel DeLeo2010-05-031-0/+8
|\
| * [CHEF-1152] apply Olivier Raginel's patch for scientific linux supportDaniel DeLeo2010-05-031-0/+8
|/
* Merge branch 'CHEF-1107'Daniel DeLeo2010-05-032-1/+14
|\
| * revision provider for deploy resource learns to reconstruct deploy history fr...Tim Harper2010-05-032-1/+14
|/
* Merge branch 'CHEF-721'Daniel DeLeo2010-05-023-10/+55
|\