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
a1fb8d69
Commit
a1fb8d69
authored
Oct 22, 2014
by
Stephan Meißl
Browse files
Add CentOS CR repository and install epel from official packages.
parent
dbc8e8f2
Changes
1
Show whitespace changes
Inline
Side-by-side
puppet/modules/buildtools/manifests/repos.pp
View file @
a1fb8d69
class
repos
{
class
repos
{
# missing repositories elgis & epel
# CR repository
package
{
'centos-release-cr'
:
ensure
=>
'installed'
}
# missing repositories elgis, epel, &eox
package
{
'epel-release'
:
package
{
'epel-release'
:
provider
=>
'rpm'
,
ensure
=>
'installed'
ensure
=>
'installed'
,
source
=>
'http://fedora.aau.at/epel/6/i386/epel-release-6-8.noarch.rpm'
}
}
package
{
'elgis-release'
:
package
{
'elgis-release'
:
provider
=>
'rpm'
,
provider
=>
'rpm'
,
...
...
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