Skip to content
Snippets Groups Projects
Commit 5bc0edf4 authored by Jonathan Lent's avatar Jonathan Lent
Browse files

[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
UNRELEASED (2015-04-24)
release/004.041 (2015-04-29)
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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment