X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fppa.pp;h=2ed841bc30684ad49de2916b1ec226ec9e3430cb;hb=0b7ee97d971ea9a123c9ebda58aebe3db51e457b;hp=99af21937529d983cfa4e590ef8e48c7bd3285a9;hpb=e99d83c2d6bdd45a9111eab0306da105c1f2acca;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/ppa.pp b/manifests/ppa.pp index 99af219..2ed841b 100644 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@ -14,7 +14,7 @@ define apt::ppa( fail('apt::ppa is not currently supported on Debian.') } - if versioncmp($facts['lsbdistrelease'], '15.10') >= 0 { + if versioncmp($facts['lsbdistrelease'], '14.10') >= 0 { $distid = downcase($facts['lsbdistid']) $dash_filename = regsubst($name, '^ppa:([^/]+)/(.+)$', "\\1-${distid}-\\2") $underscore_filename = regsubst($name, '^ppa:([^/]+)/(.+)$', "\\1_${distid}_\\2")