Sha256: 11eafc5d273c789d83fccaf5ab82d6e43a1d9c607f4fc26488922a021d06c0a2
Contents?: true
Size: 531 Bytes
Versions: 14
Compression:
Stored size: 531 Bytes
Contents
apt-get update apt-get install -ymq zsh git libssl-dev ruby1.9.1-full build-essential gem install --bindir /usr/local/bin --no-ri --no-rdoc chef cat << 'EOFKEY' > /root/.ssh/id_rsa <%= @initkey %> EOFKEY chmod 600 /root/.ssh/id_rsa echo 'StrictHostKeyChecking no' > /root/.ssh/config git clone -b <%= @chef_branch %> <%= @chef_repo %> /root/ops echo '<%= @json %>' > /root/init.json chef-solo -c /root/ops/cookbooks/init.rb -j /root/init.json && \ (rm /root/.ssh/id_rsa; userdel -r ubuntu; rm -rf /root/.ssh; rm -rf /root/ops)
Version data entries
14 entries across 14 versions & 1 rubygems