EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vagrant
Builder
Commits
afdf51e9
Commit
afdf51e9
authored
Mar 13, 2013
by
Marko Locher
Browse files
Added yum-utils and mock to required packages
parent
c77ad66c
Changes
1
Hide whitespace changes
Inline
Side-by-side
puppet/modules/buildtools/manifests/init.pp
View file @
afdf51e9
...
...
@@ -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'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment