Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
base
Commits
1f40cf96
Commit
1f40cf96
authored
9 years ago
by
Jonathan Lent
Browse files
Options
Downloads
Patches
Plain Diff
Changes to [rpm] and [os] for RHEL and CentOS repos, groups
parent
e3f40a08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+11
-0
11 additions, 0 deletions
NEWS
manifests/os/centos.pp
+1
-1
1 addition, 1 deletion
manifests/os/centos.pp
manifests/rpm.pp
+0
-5
0 additions, 5 deletions
manifests/rpm.pp
with
12 additions
and
6 deletions
NEWS
+
11
−
0
View file @
1f40cf96
release/004.045 (2015-06-02)
[rpm] Removing the ensures that continue to push out the
RHEL OS repositories previously hosted on yum, since we no
no longer have our RedHat licensing agreement. Any one-off
hosts with new keys will need to point at a cloud-based
instance anyway (jlent)
[os/centos] Changing the group name for GID 37 back to
rpm, as it is in RedHat proper (jlent)
release/004.044 (2015-05-21)
[vmguest] Add a parameter to allow the non-installation of the
...
...
This diff is collapsed.
Click to expand it.
manifests/os/centos.pp
+
1
−
1
View file @
1f40cf96
...
...
@@ -24,7 +24,7 @@ class base::os::centos {
package
{
$centos_opt_pkgs
:
ensure
=>
installed
}
# group 37 (operator/rpm) does not exist on CentOS
group
{
'
operator
'
:
group
{
'
rpm
'
:
ensure
=>
present
,
gid
=>
'37'
,
}
...
...
This diff is collapsed.
Click to expand it.
manifests/rpm.pp
+
0
−
5
View file @
1f40cf96
...
...
@@ -46,11 +46,6 @@ class base::rpm {
}
base::rpm::yumrepo
{
"stanford-priv-EL
${::lsbmajdistrelease}
.repo"
:
}
base::rpm::yumrepo
{
"stanford-EL
${::lsbmajdistrelease}
.repo"
:
}
# RedHat-specific repository mirror (e.g. not CentOS)
# This will be going away on 2015-05-31, so not syncing RHEL7 at all
if
(
$::operatingsystem
==
'RedHat'
and
$::lsbmajdistrelease
!=
'7'
)
{
base::rpm::yumrepo
{
"stanford-rhel
${::lsbmajdistrelease}
.repo"
:
}
}
# puppetlabs repo now being mirrored on yum.stanford.edu
file
{
'/etc/yum.repos.d/puppet-mirror.repo'
:
ensure
=>
present
,
...
...
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