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:
4
elements/heat-localip/install.d/74-heat-localip
Executable file
4
elements/heat-localip/install.d/74-heat-localip
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
install-packages wget
|
||||
Reference in New Issue
Block a user