diff options
author | Lukas Bezdicka <lbezdick@redhat.com> | 2017-07-12 21:13:28 +0200 |
---|---|---|
committer | Lukas Bezdicka <lbezdick@redhat.com> | 2017-07-13 12:14:24 +0200 |
commit | 1a544f66a51579180ead9deadc168d2a1a200719 (patch) | |
tree | 22f60a1fd7a410350f1365c1b060a8dba149c3b2 /puppet | |
parent | f2b68a1d13a1b7357182cdbc07872f84dcade3c9 (diff) |
Ensure yum cache is ready before update
To workaround yum bug with libnss we need to make yum cache
before running update. In fact we should have done this
regardless of the bug.
Change-Id: I5b2355fb8abe3c8d4b9ce9c62b9ffdba8c1e8d9d
Resolves: rhbz#1458841
Closes-Bug: #1703830
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/openvswitch.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/openvswitch.yaml b/puppet/services/openvswitch.yaml index 36aa5db7..17b36fe5 100644 --- a/puppet/services/openvswitch.yaml +++ b/puppet/services/openvswitch.yaml @@ -159,6 +159,8 @@ outputs: owner: root group: root mode: 0750 + - name: Make yum cache. + command: yum makecache - name: Download OVS packages. command: yumdownloader --destdir /root/OVS_UPGRADE --resolve openvswitch - name: Get rpm list for manual upgrade of OVS. |