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
fcab44bd
Commit
fcab44bd
authored
May 03, 2013
by
Martin Paces
Browse files
adding extra comments
parent
5f95c736
Changes
3
Show whitespace changes
Inline
Side-by-side
puppet/modules/gdal-ras/manifests/init.pp
View file @
fcab44bd
class
gdal
-
ras
{
# this VM serves for re-building of Rasdaman-enabled gdal
# RPM packages
Package
{
require
=>
[
Augeas
[
'enable_eox-testing'
],
...
...
puppet/modules/gdal-shibboleth/manifests/init.pp
View file @
fcab44bd
class
gdal
-
shibboleth
{
# this VM serves for re-building of Shibboleth-friendly
# Rasdaman-enabled gdal RPM packages
Package
{
require
=>
[
Yumrepo
[
'security:shibboleth'
],
...
...
puppet/modules/gdal/manifests/init.pp
View file @
fcab44bd
class
gdal
{
# this VM serves for re-building of the CentOS baseline
# gdal RPM packages
package
{
'ant'
:
ensure
=>
'latest'
}
# package { 'atlas-devel': ensure => 'latest' }
package
{
'cfitsio-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