EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 0590a665 authored by Marko Locher's avatar Marko Locher
Browse files

Add Security:Shibboleth yum repository

parent 566b2da4
No related branches found
No related tags found
No related merge requests found
......@@ -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' }
......@@ -45,9 +52,6 @@ class gdal-shibboleth {
package { 'java-1.5.0-gcj-devel': ensure => 'latest' }
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 { 'perl-devel': ensure => 'latest' }
package { 'libxerces-c-3_1': ensure => 'latest', require => Yumrepo['security:shibboleth'] }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment