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
f299af68
Commit
f299af68
authored
May 26, 2014
by
Joachim Ungar
Browse files
added libedit-devel dependency for rasdaman community
parent
00f7d9fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
puppet/modules/rasdaman/manifests/init.pp
View file @
f299af68
...
...
@@ -25,4 +25,7 @@ class rasdaman {
package
{
'netcdf-devel'
:
ensure
=>
'latest'
}
package
{
'gdal-devel'
:
ensure
=>
'latest'
}
package
{
'java-1.6.0-openjdk-devel'
:
ensure
=>
'latest'
}
package
{
'libsigsegv-devel'
:
ensure
=>
'latest'
}
package
{
'git'
:
ensure
=>
'latest'
}
package
{
'libedit-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