Add wget to package-installs.yaml for epel

A recent commit (I29c73355a85112840b57f93b39a9eeda421875e6) updated the
epel element to rely on wget, but wget is not always installed. Since
wget is used in pre-install.d, we must install it in that phase.

Change-Id: Iad2a9c4f0081835a1aa78e6fd2f721f6afd44dc2
This commit is contained in:
James Slagle 2015-02-24 16:47:44 -05:00
parent 6d5447afe8
commit 7550b6e5d3
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
package-installs

View File

@ -0,0 +1,2 @@
wget:
phase: pre-install.d