Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aim_control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
aim_control
Commits
afca699f
Commit
afca699f
authored
9 months ago
by
Saga Norén Karlsson
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_init' into 'devel'
Adding epel-release See merge request
!47
parents
21b004e6
2a9f5178
No related branches found
Branches containing commit
No related tags found
3 merge requests
!67
Test
,
!66
Devel
,
!47
Adding epel-release
Pipeline
#131295
passed
9 months ago
Stage: puppet
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/remirepo.pp
+6
-0
6 additions, 0 deletions
manifests/remirepo.pp
with
6 additions
and
0 deletions
manifests/remirepo.pp
+
6
−
0
View file @
afca699f
class
aim_control::remirepo
{
package
{
'epel-release'
:
ensure
=>
installed
,
provider
=>
'dnf'
,
before
=>
Package
[
'remi-release'
],
}
# Ensure the Remi release package is installed
package
{
'remi-release'
:
ensure
=>
installed
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment