From 5e6db2f2d88be777427639830db3c65db899e7a3 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 14 Dec 2015 11:43:30 +0100 Subject: [PATCH] Rename APT source list file to "proxmox4.list" --- manifests/hypervisor/preconfig.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/hypervisor/preconfig.pp b/manifests/hypervisor/preconfig.pp index dc58049..1680afe 100644 --- a/manifests/hypervisor/preconfig.pp +++ b/manifests/hypervisor/preconfig.pp @@ -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,