Sha256: 0a4253c2aa9ca81b4ef7635e871b355f8231ad367f19bfe4147e1729e3383941
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
bash -c ' apt-get install -y -q wget mkdir -p /var/chef/cookbooks/vagabond mkdir -p /var/chef/cookbooks/lxc wget --no-check-certificate -qO- https://github.com/chrisroberts/chef-vagabond/tarball/master | tar xvzC /var/chef/cookbooks/vagabond --strip-components=1 wget --no-check-certificate -qO- https://github.com/hw-cookbooks/lxc/tarball/master | tar xvzC /var/chef/cookbooks/lxc --strip-components=1 ( echo " { \"run_list\": [ \"recipe[vagabond::zero]\" ] } " ) > /tmp/chef-server.json chef-solo -j /tmp/chef-server.json '
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagabond-0.2.8 | lib/vagabond/bootstraps/server-zero.erb |
vagabond-0.2.6 | lib/vagabond/bootstraps/server-zero.erb |