File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
default [ 'python' ] [ 'configure_options' ] = %W{ --prefix=#{ python [ 'prefix_dir' ] } }
40
40
41
41
default [ '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 39
39
execute "install-pip" do
40
40
cwd Chef ::Config [ :file_cache_path ]
41
41
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 '] }
43
43
#{ ::File . dirname ( pip_binary ) } /easy_install pip
44
44
EOF
45
45
not_if { ::File . exists? ( pip_binary ) }
You can’t perform that action at this time.
0 commit comments