Sha256: 9dde2dfcc1c9e5fbb93ce203af7aff656b8346cdfd0f02f146a2d709b739287c

Contents?: true

Size: 578 Bytes

Versions: 6

Compression:

Stored size: 578 Bytes

Contents

bash -c '
yum install -y ruby ruby-devel gcc gcc-c++ automake autoconf rubygems make

gem update --system
gem update
gem install ohai --no-rdoc --no-ri --verbose
gem install chef --no-rdoc --no-ri --verbose <%= bootstrap_version_string %>

mkdir -p /etc/chef

(
cat <<'EOP'
<%= validation_key %>
EOP
) > /tmp/validation.pem
awk NF /tmp/validation.pem > /etc/chef/validation.pem
rm /tmp/validation.pem

(
cat <<'EOP'
<%= config_content %>
EOP
) > /etc/chef/client.rb

(
cat <<'EOP'
<%= { "run_list" => @run_list }.to_json %>
EOP
) > /etc/chef/first-boot.json

<%= start_chef %>'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chef-0.10.2 lib/chef/knife/bootstrap/fedora13-gems.erb
chef-0.10.0.qs.1 lib/chef/knife/bootstrap/fedora13-gems.erb
chef-0.10.0.qs.0 lib/chef/knife/bootstrap/fedora13-gems.erb
chef-0.10.0 lib/chef/knife/bootstrap/fedora13-gems.erb
chef-0.10.0.rc.2 lib/chef/knife/bootstrap/fedora13-gems.erb
chef-0.10.0.rc.1 lib/chef/knife/bootstrap/fedora13-gems.erb