Jira (PUP-10398) Installing/upgrading multiple packages at once

3 views
Skip to first unread message

Austin Boyd (Jira)

unread,
Mar 27, 2020, 2:33:03 PM3/27/20
to puppe...@googlegroups.com
Austin Boyd updated an issue
 
Puppet / Improvement PUP-10398
Installing/upgrading multiple packages at once
Change By: Austin Boyd
Zendesk Ticket Count: 1
Zendesk Ticket IDs: 38615
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)
Atlassian logo

Austin Boyd (Jira)

unread,
Mar 27, 2020, 2:33:03 PM3/27/20
to puppe...@googlegroups.com
Corey Benefrayim created an issue
Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 2020/03/27 11:32 AM
Priority: Normal Normal
Reporter: Corey Benefrayim

Ran into an issue with a node that has multiple architectures of a package installed (libcurl.i686 and libcurl.x86_64.)

When trying to use puppet to handle the upgrade of the package, it failed because the package resource handled the updates one at a time. This appears to be a limitation of yum as the packages must be the exact same revision.

This can be circumvented by having both package names in the same yum command:

yum install libcurl.x86_64 libcurl.i686

I was able to circumvent this with the following class definition:

class update_libcurl {
exec

{ 'yum_update_libcurl': command => 'yum install libcurl.x86_64 libcurl.i686 -y', path => '/usr/bin/', }

}

* Please see Zendesk Support tab for further comments and attachments.

Austin Boyd (Jira)

unread,
Mar 27, 2020, 2:33:03 PM3/27/20
to puppe...@googlegroups.com
Austin Boyd updated an issue
Change By: Austin Boyd
Labels: jira_escalated
Reply all
Reply to author
Forward
0 new messages