EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vagrant
Builder
Commits
dbc8e8f2
Commit
dbc8e8f2
authored
10 years ago
by
Stephan
Browse files
Options
Downloads
Patches
Plain Diff
Adding missing packages.
parent
f299af68
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
puppet/modules/buildtools/manifests/init.pp
+1
-0
1 addition, 0 deletions
puppet/modules/buildtools/manifests/init.pp
puppet/modules/mapcache/manifests/init.pp
+1
-0
1 addition, 0 deletions
puppet/modules/mapcache/manifests/init.pp
with
2 additions
and
0 deletions
puppet/modules/buildtools/manifests/init.pp
+
1
−
0
View file @
dbc8e8f2
...
@@ -13,6 +13,7 @@ class buildtools {
...
@@ -13,6 +13,7 @@ class buildtools {
}
}
package
{
'rpm-build'
:
ensure
=>
'latest'
}
package
{
'rpm-build'
:
ensure
=>
'latest'
}
package
{
'rpmdevtools'
:
ensure
=>
'latest'
}
package
{
'yum-utils'
:
ensure
=>
'latest'
}
package
{
'yum-utils'
:
ensure
=>
'latest'
}
package
{
'mock'
:
ensure
=>
'latest'
}
package
{
'mock'
:
ensure
=>
'latest'
}
package
{
'redhat-rpm-config'
:
ensure
=>
'latest'
}
package
{
'redhat-rpm-config'
:
ensure
=>
'latest'
}
...
...
This diff is collapsed.
Click to expand it.
puppet/modules/mapcache/manifests/init.pp
+
1
−
0
View file @
dbc8e8f2
...
@@ -21,4 +21,5 @@ class mapcache {
...
@@ -21,4 +21,5 @@ class mapcache {
package
{
'cmake'
:
ensure
=>
'latest'
}
package
{
'cmake'
:
ensure
=>
'latest'
}
package
{
'proj-devel'
:
ensure
=>
'latest'
}
package
{
'proj-devel'
:
ensure
=>
'latest'
}
package
{
'libtiff-devel'
:
ensure
=>
'latest'
}
package
{
'libtiff-devel'
:
ensure
=>
'latest'
}
package
{
'memcached-devel'
:
ensure
=>
'latest'
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment