File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939default [ 'python' ] [ 'configure_options' ] = %W{ --prefix=#{ python [ 'prefix_dir' ] } }
4040
4141default [ 'python' ] [ 'distribute_script_url' ] = 'http://python-distribute.org/distribute_setup.py'
42- default [ 'python' ] [ 'distribute_option_download_base ' ] = 'https://pypi.python.org/packages/source/d/distribute/'
42+ default [ 'python' ] [ 'distribute_option' ] [ 'download_base '] = 'https://pypi.python.org/packages/source/d/distribute/'
Original file line number Diff line number Diff line change 3939execute "install-pip" do
4040 cwd Chef ::Config [ :file_cache_path ]
4141 command <<-EOF
42- #{ node [ 'python' ] [ 'binary' ] } distribute_setup.py --download-base=#{ node [ 'python' ] [ 'distribute_option_download_base ' ] }
42+ #{ node [ 'python' ] [ 'binary' ] } distribute_setup.py --download-base=#{ node [ 'python' ] [ 'distribute_option' ] [ 'download_base '] }
4343 #{ ::File . dirname ( pip_binary ) } /easy_install pip
4444 EOF
4545 not_if { ::File . exists? ( pip_binary ) }
You can’t perform that action at this time.
0 commit comments