From: Aaron Stone Date: Tue, 4 Mar 2014 20:51:32 +0000 (-0800) Subject: Oneiric is available on the old-releases mirror X-Git-Tag: 1.5.0~27^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f110d4a366c9ab30ef79ddc5de36986bb8c9d21e;hp=62ea527c3e8c479d5d65efa022545065d4222ed7;p=puppet-modules%2Fpuppetlabs-apt.git Oneiric is available on the old-releases mirror --- diff --git a/manifests/params.pp b/manifests/params.pp index b5090e0..5ef3ccd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -21,7 +21,7 @@ class apt::params { } 'ubuntu': { case $::lsbdistcodename { - 'oneiric','precise','trusty': { + 'precise','trusty': { $backports_location = 'http://us.archive.ubuntu.com/ubuntu' $ppa_options = '-y' }