EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit afdf51e9 authored by Marko Locher's avatar Marko Locher
Browse files

Added yum-utils and mock to required packages

parent c77ad66c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ class buildtools {
}
package { 'rpm-build': ensure => 'latest' }
package { 'yum-utils': ensure => 'latest' }
package { 'mock': ensure => 'latest' }
package { 'redhat-rpm-config': ensure => 'latest' }
package { 'make': ensure => 'latest' }
package { 'gcc': ensure => 'latest' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment