Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
install aufs-tools to fix garden error
Browse files Browse the repository at this point in the history
[#108156092]

Signed-off-by: Damon Anderson <danderson@pivotal.io>
  • Loading branch information
Keaty Gross authored and damon-pivotal committed Nov 19, 2015
1 parent cf833b5 commit d7a11c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/lattice.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"apt-get -y install curl unzip",
"apt-get -y install libruby2.1 ruby2.1",
"apt-get -y install linux-generic",
"apt-get -y install aufs-tools",
"echo 'UseDNS no' >> /etc/ssh/sshd_config",
"mkdir -p /var/lattice",
"cp /tmp/manifest.yml /var/lattice/manifest.yml",
Expand Down
1 change: 1 addition & 0 deletions vagrant/lattice.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"apt-get -y install curl unzip",
"apt-get -y install libruby2.1 ruby2.1",
"apt-get -y install linux-generic",
"apt-get -y install aufs-tools",
"echo 'UseDNS no' >> /etc/ssh/sshd_config",
"mkdir -p /var/lattice",
"ip route get 1 | awk '{print $NF;exit}' > /var/lattice/ip",
Expand Down
Binary file removed vagrant/ltc
Binary file not shown.

0 comments on commit d7a11c8

Please sign in to comment.