Rename APT source list file to "proxmox4.list"

This commit is contained in:
gardouille 2015-12-14 11:43:30 +01:00
parent ebcf559716
commit 5e6db2f2d8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class proxmox4::hypervisor::preconfig {
}
->
# Add the standard repository (~community)
apt::source {'proxmox':
apt::source {'proxmox4':
ensure => present,
location => 'http://download.proxmox.com/debian',
release => $::lsbdistcodename,