Skip to content

Instantly share code, notes, and snippets.

@vinyar
Forked from matschaffer/bootstrap.centos.erb
Created March 1, 2016 02:01
Show Gist options
  • Save vinyar/f52a4cb17ee638660fa7 to your computer and use it in GitHub Desktop.
Save vinyar/f52a4cb17ee638660fa7 to your computer and use it in GitHub Desktop.
bash -c '
<%= "export http_proxy=\"#{knife_config[:bootstrap_proxy]}\"" if knife_config[:bootstrap_proxy] -%>
yum install -y wget
wget <%= "--proxy=on " if knife_config[:bootstrap_proxy] %>http://rbel.co/rbel5
rpm -Uvh rbel5
yum install -y rubygem-chef
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment