modules/apt/manifests/params.pp in freighthop-0.0.1 vs modules/apt/manifests/params.pp in freighthop-0.0.2

- old
+ new

@@ -9,11 +9,14 @@ 'debian': { case $::lsbdistcodename { 'squeeze': { $backports_location = 'http://backports.debian.org/debian-backports' } - default: { + 'wheezy': { $backports_location = 'http://ftp.debian.org/debian/' + } + default: { + $backports_location = 'http://http.debian.net/debian/' } } } 'ubuntu': { case $::lsbdistcodename {