From: Aaron Stone Date: Tue, 4 Mar 2014 20:50:37 +0000 (-0800) Subject: Remove hardy, maverick, natty X-Git-Tag: 1.5.0~27^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=62ea527c3e8c479d5d65efa022545065d4222ed7;p=puppet-modules%2Fpuppetlabs-apt.git Remove hardy, maverick, natty They are not on the mirrors anymore. --- diff --git a/manifests/params.pp b/manifests/params.pp index 4b863ac..b5090e0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -21,7 +21,7 @@ class apt::params { } 'ubuntu': { case $::lsbdistcodename { - 'hardy','maverick','natty','oneiric','precise','trusty': { + 'oneiric','precise','trusty': { $backports_location = 'http://us.archive.ubuntu.com/ubuntu' $ppa_options = '-y' }