Sha256: 142c76b291f96ee889375698a07a8d34111c8822c25b418e9285be1b68635ce9

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

set -x

export DEBIAN_FRONTEND="noninteractive"

apt-get -y install apt-cacher-ng
service apt-cacher-ng restart || service apt-cacher-ng start
grep "^MIRROR" /etc/default/lxc || echo 'MIRROR="http://127.0.0.1:3142/archive.ubuntu.com/ubuntu"' | tee -a /etc/default/lxc && service lxc restart || service lxc start

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
testlab-0.6.5 lib/testlab/provisioners/templates/apt_cacher_ng/bootstrap.erb
testlab-0.6.4 lib/testlab/provisioners/templates/apt_cacher_ng/bootstrap.erb
testlab-0.6.3 lib/testlab/provisioners/templates/apt_cacher_ng/bootstrap.erb
testlab-0.6.2 lib/testlab/provisioners/templates/apt_cacher_ng/bootstrap.erb
testlab-0.6.1 lib/testlab/provisioners/templates/apt_cacher_ng/bootstrap.erb
testlab-0.6.0 lib/testlab/provisioners/templates/apt_cacher_ng/bootstrap.erb