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
d17a3c50
Commit
d17a3c50
authored
Nov 11, 2013
by
Stephan Meißl
Browse files
Switching gdal to gdal-eox.
parent
9b72137f
Changes
1
Show whitespace changes
Inline
Side-by-side
puppet/modules/eoxserver/manifests/init.pp
View file @
d17a3c50
...
...
@@ -9,7 +9,8 @@ class eoxserver {
]
}
package
{
'gdal-devel'
:
ensure
=>
'latest'
}
package
{
'gdal-eox'
:
ensure
=>
'latest'
}
package
{
'gdal-eox-devel'
:
ensure
=>
'latest'
}
package
{
'python-setuptools'
:
ensure
=>
'latest'
}
package
{
'python-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