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
dbc8e8f2
Commit
dbc8e8f2
authored
Jun 18, 2014
by
Stephan Meißl
Browse files
Adding missing packages.
parent
f299af68
Changes
2
Show whitespace changes
Inline
Side-by-side
puppet/modules/buildtools/manifests/init.pp
View file @
dbc8e8f2
...
...
@@ -13,6 +13,7 @@ class buildtools {
}
package
{
'rpm-build'
:
ensure
=>
'latest'
}
package
{
'rpmdevtools'
:
ensure
=>
'latest'
}
package
{
'yum-utils'
:
ensure
=>
'latest'
}
package
{
'mock'
:
ensure
=>
'latest'
}
package
{
'redhat-rpm-config'
:
ensure
=>
'latest'
}
...
...
puppet/modules/mapcache/manifests/init.pp
View file @
dbc8e8f2
...
...
@@ -21,4 +21,5 @@ class mapcache {
package
{
'cmake'
:
ensure
=>
'latest'
}
package
{
'proj-devel'
:
ensure
=>
'latest'
}
package
{
'libtiff-devel'
:
ensure
=>
'latest'
}
package
{
'memcached-devel'
:
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