Sha256: 9c3798796fb2662aa9e10f5dc07cc6724265bfb496628b3d8b42b4cd5a403985

Contents?: true

Size: 294 Bytes

Versions: 6

Compression:

Stored size: 294 Bytes

Contents

set -x

export DEBIAN_FRONTEND="noninteractive"

apt-get -y --force-yes update
<% if !@apt[:install].nil? -%>
apt-get -y install <%= @apt[:install].flatten.compact.join(' ') %>
<% end -%>
<% if !@apt[:remove].nil? -%>
apt-get -y remove <%= @apt[:remove].flatten.compact.join(' ') %>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

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