Install wget in the heat-localip element

The configure.d script uses wget, we need to make sure its installed.

Change-Id: I9650133140683f73b9418e1596ef22b9e4532fa0
This commit is contained in:
Derek Higgins
2013-07-22 16:22:10 +01:00
parent a7ede4152d
commit 0337bc52bd

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -eux
install-packages wget