Add "oldstable" to the default update origins for wheezy
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index d33a401fe6df214ff93c85bccb83635ed7e27e1b..06925a341b34ede9084d6fd48c2093ffdba3e045 100644 (file)
@@ -45,7 +45,8 @@ class apt::params {
         'wheezy': {
           $backports_location = 'http://ftp.debian.org/debian/'
           $legacy_origin      = false
-          $origins            = ['origin=Debian,archive=stable,label=Debian-Security']
+          $origins            = ['origin=Debian,archive=stable,label=Debian-Security',
+                                  'origin=Debian,archive=oldstable,label=Debian-Security']
         }
         default: {
           $backports_location = 'http://http.debian.net/debian/'