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
0590a665
Commit
0590a665
authored
Apr 23, 2013
by
Marko Locher
Browse files
Add Security:Shibboleth yum repository
parent
566b2da4
Changes
1
Show whitespace changes
Inline
Side-by-side
puppet/modules/gdal-shibboleth/manifests/init.pp
View file @
0590a665
...
...
@@ -7,8 +7,15 @@ class gdal-shibboleth {
'set eox-testing-source/enabled 1'
,
'set eox-testing-noarch/enabled 1'
,
]
# enable security:shibboleth http://download.opensuse.org/repositories/security:/shibboleth/RHEL_6/security:shibboleth.repo
# to install libxerces-c-devel
}
# enable security:shibboleth to install libxerces-c-devel
yumrepo
{
"security:shibboleth"
:
baseurl
=>
"http://download.opensuse.org/repositories/security:/shibboleth/RHEL_6/"
,
descr
=>
"Shibboleth (RHEL_6)"
,
enabled
=>
1
,
gpgcheck
=>
1
,
gpgkey
=>
"http://download.opensuse.org/repositories/security:/shibboleth/RHEL_6/repodata/repomd.xml.key"
,
}
package
{
'python-devel'
:
ensure
=>
'latest'
}
...
...
@@ -46,8 +53,5 @@ class gdal-shibboleth {
package
{
'java-1.6.0-openjdk-devel'
:
ensure
=>
'latest'
}
package
{
'libtool'
:
ensure
=>
'latest'
}
package
{
'perl-devel'
:
ensure
=>
'latest'
}
package
{
'libxerces-c-3_1'
:
ensure
=>
'latest'
}
package
{
'libxerces-c-3_1'
:
ensure
=>
'latest'
,
require
=>
Yumrepo
[
'security:shibboleth'
]
}
}
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