Skip to content

Commit

Permalink
Add missing (required) name value for yum repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorhett committed Nov 29, 2020
1 parent 83482bb commit 6d590f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/family/RedHat.yaml
Expand Up @@ -5,6 +5,7 @@ gitlab::repository_configuration:
yumrepo:
"gitlab_official_ce":
ensure: 'present'
descr: 'gitlab-ce'
assumeyes: true
enabled: 1
baseurl: "https://packages.gitlab.com/gitlab/gitlab-ce/el/%{facts.os.release.major}/$basearch"
Expand All @@ -14,6 +15,7 @@ gitlab::repository_configuration:
sslverify: 1
"gitlab_official_ee":
ensure: 'present'
descr: 'gitlab-ee'
assumeyes: true
enabled: 1
baseurl: "https://packages.gitlab.com/gitlab/gitlab-ee/el/%{facts.os.release.major}/$basearch"
Expand Down

0 comments on commit 6d590f3

Please sign in to comment.