summaryrefslogtreecommitdiff
path: root/chef/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* missed a version.rb in version changedanielsdeleo2013-01-181-1/+1
* [CHEF-3771] align info in matched warningsdanielsdeleo2013-01-171-1/+1
* show location of old resourcedanielsdeleo2013-01-171-1/+2
* [CHEF-3771] fix spurious warnings about resource cloningdanielsdeleo2013-01-171-1/+3
* bump to 10.18.1 for development && regen manpagesdanielsdeleo2013-01-171-1/+1
* Bump version to 10.18.0 (final), regen manpages10.18.0danielsdeleo2013-01-151-1/+1
* bump to 10.18.0 RC 2danielsdeleo2013-01-111-1/+1
* 10.18.0.rc.110.18.0.rc.1Bryan McLellan2012-12-191-1/+1
* [CHEF-3689] register works when ApiClient returned from savedanielsdeleo2012-12-141-5/+10
* [CHEF-3689] don't set private key from JSON when not presentdanielsdeleo2012-12-141-3/+3
* [CHEF-2905] Ensure wget is installed on CentOS bootstrapTeemu Matilainen2012-12-141-0/+2
* [CHEF-2905] Error out loudly if neither wget nor curl found on chef-full boot...Teemu Matilainen2012-12-141-3/+4
* Avoid unneeded subshells in bootstrap templatesTeemu Matilainen2012-12-147-102/+35
* [CHEF-3514] Do not use hardcoded tmp file paths in bootstrap scriptsTeemu Matilainen2012-12-147-52/+24
* [CHEF-3543] Support configuration of ssh_user, identity_file, and host_key_ve...Michael Saffitz2012-12-141-3/+3
* CHEF-2627: Return non-zero exit code when any ssh command failsMatthew Horan & Ryan Ong2012-12-141-1/+1
* CHEF-2627: Exit with non-zero exit code when ssh command failsMatthew Horan & Ryan Ong2012-12-141-2/+6
* CHEF-2427: Teach the yum provider how to handle --(enable|disable)repo passedMatthew Kent2012-12-142-0/+61
* CHEF-3006: Add message attrib to log resource to permit typical notificationsMatthew Kent2012-12-142-2/+11
* Replaced inject() with simpler code -- style fixIlya Sher2012-12-141-1/+1
* Replaced inject() with simpler codeIlya Sher2012-12-141-3/+1
* add examples to better describe each sectionSeth Vargo2012-12-141-6/+119
* Create a more detailed README fileSeth Vargo2012-12-141-16/+52
* CHEF-3560: Strip whitespace on portBryan McLellan2012-12-131-1/+1
* CHEF-3560: Display user@hostname when prompting for pwdDimitri Roche & Matthew Horan2012-12-131-4/+6
* CHEF-3560: Prompt for user's gateway passwordDimitri Roche & Matthew Horan2012-12-131-11/+21
* Add name attribute to metadata.rb by defaultSeth Vargo2012-12-131-6/+7
* CHEF-2812: Warn the user when cloning resourcesBryan McLellan2012-12-132-2/+3
* one line fix to http://tickets.opscode.com/browse/CHEF-2812Geoff Papilion2012-12-131-1/+1
* [CHEF-3662] fix method calls for backportdanielsdeleo2012-12-131-2/+2
* [CHEF-3662] knife client reregister uses ApiClient#reregisterdanielsdeleo2012-12-132-4/+10
* [CHEF-3662] ApiClient can set a private key from JSONdanielsdeleo2012-12-131-0/+1
* [CHEF-3662] ApiClient can reregister itselfdanielsdeleo2012-12-131-1/+17
* CHEF-3672: Add Ruby 1.9 based Ubuntu 12.10 Gems bootstrapBryan McLellan2012-12-131-0/+60
* [CHEF-3632] removed duplicated provider#whyrun_supported? methodXabier de Zuazo2012-12-131-4/+0
* [CHEF-3632] All providers have whyrun enabled by default due to RemoteDirectoryXabier de Zuazo2012-12-131-4/+3
* CHEF-3660: only monkeypatch on ruby 1.9 and earliersdelano2012-12-121-30/+32
* CHEF-3660: Add FileUtils::Entry_ monkey patchsdelano2012-12-122-0/+64
* CHEF-3660: use FileUtils.cp_r to copy directories in deploy_providersdelano2012-12-121-1/+1
* CHEF-3622: Fix proper curl proxy argument in chef-fullBryan McLellan2012-12-121-1/+1
* [CHEF-3650] check for whyrun using why_run key in doc formatterKishore2012-12-041-2/+2
* CHEF-3555: fix knife cookbook site install when StringBryan McLellan2012-12-031-1/+1
* Switch template provider to FileUtils.cpBryan McLellan2012-11-271-1/+1
* CHEF-3411: Do not try to inspect recipes that do not existBryan McLellan2012-11-271-0/+1
* CHEF-3568: expand path in validation_key for bootstrapBryan McLellan2012-11-201-2/+2
* [CHEF-3572] Fix chefignore whitespace matchingTeemu Matilainen2012-11-201-1/+1
* [CHEF-3597] Handle frozen strings in knife.rb chef_server_url var.Fletcher Nichol2012-11-201-1/+1
* [CHEF-3616] add cipher field to edbi metadatadanielsdeleo2012-11-161-0/+14
* [CHEF-3392] fix ruby 1.8 detection of version 1 formatdanielsdeleo2012-11-151-1/+1
* [CHEF-3392] (10-stable) compat with version 1 encrypted dbi formatdanielsdeleo2012-11-151-6/+121