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
5bc0edf4
Commit
5bc0edf4
authored
9 years ago
by
Jonathan Lent
Browse files
Options
Downloads
Patches
Plain Diff
[os] Edited conditional in sources.list.erb to include Jessie
parent
ab747805
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+5
-2
5 additions, 2 deletions
NEWS
templates/os/sources/sources.list.erb
+1
-1
1 addition, 1 deletion
templates/os/sources/sources.list.erb
with
6 additions
and
3 deletions
NEWS
+
5
−
2
View file @
5bc0edf4
UNRELEASED
(2015-04-2
4
)
release/004.041
(2015-04-2
9
)
VMWare does not package vmware-tools-esx-nox for EL7. They
[os] Edited conditional in sources.list.erb to allow Jessie hosts
to get the expected Stanford-hosted Debian repositories (jlent)
[vmguest] VMWare does not package vmware-tools-esx-nox for EL7. They
instead recommend the use of open-vm-tools. Added a condition
and refactored vmguest.pp appropriately. Also, change to
portmap.pp. EL7, like EL6, requires rpcbind and not portmap (jlent)
...
...
This diff is collapsed.
Click to expand it.
templates/os/sources/sources.list.erb
+
1
−
1
View file @
5bc0edf4
...
...
@@ -26,7 +26,7 @@ deb-src http://debian.stanford.edu/debian <%= @lsbdistcodename %> main non-free
deb http://debian.stanford.edu/debian
<%=
@lsbdistcodename
%>
-lts main non-free contrib
deb-src http://debian.stanford.edu/debian
<%=
@lsbdistcodename
%>
-lts main non-free contrib
<%
end
-%>
<%
if
(
@lsbdistcodename
==
'squeeze'
)
or
(
@lsbdistcodename
==
'wheezy'
)
-%>
<%
if
(
@lsbdistcodename
==
'squeeze'
)
or
(
@lsbdistcodename
==
'wheezy'
)
or
(
@lsbdistcodename
==
'jessie'
)
-%>
# The archive that publishes updates for security vulnerabilities.
deb http://debian.stanford.edu/debian-security
<%=
@lsbdistcodename
%>
/updates main non-free contrib
...
...
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