Changes between Version 16 and Version 17 of ChefNotes


Ignore:
Timestamp:
Jun 27, 2014 8:33:55 PM (10 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChefNotes

    v16 v17  
    467467                            -   sudo cp //etc/chef-server/*.pem /tmp/chef-repo/.chef/                                 
    468468                            - Of course the chef source needs to be patched first:                                     
    469                                 patch -d / -p1 < chef-11.12-4.patch                                                   
     469                                patch -d / -p1 < chef-11.12-4.patch                     
     470                                  (sudo vim /opt/chef-server/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.2/lib/chef/knife/configure.rb - add "o.load_plugins" at line 156. See https://github.com/opscode/chef/pull/1374/files
     471                                   See: https://github.com/opscode/chef/commit/d918e96f730c6c039c59ab8feaddea75b50a12d3
     472                                   sudo vim /opt/chef-server/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.2/spec/unit/knife/configure_spec.rb and add "o.stub(:load_plugins)" at line 31.)
     473                                                               
    470474                            - configure the workstation:                                                               
    471475                                sudo knife configure --initial --config /tmp/chef-repo/.chef/knife.rb