From: varac Date: Tue, 5 Mar 2013 08:39:23 +0000 (+0100) Subject: fix #4249: Ubuntu: wrong sources.list entries X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f0a107ffeecaf968a8abcd51220d5e42b4b36095;p=puppet-apt.git fix #4249: Ubuntu: wrong sources.list entries --- diff --git a/manifests/init.pp b/manifests/init.pp index 020c1cc..5722c6a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ class apt( } 'ubuntu': { $real_repos = $repos ? { - '' => 'main restricted universe multiverse', + 'auto' => 'main restricted universe multiverse', default => $repos, } }