X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fbackports.pp;h=080c83dd350eb2a8027f88d691ace3f2e2f81bc8;hb=79e23a9d7691d6e579b170c6ff88bbcf79388875;hp=5949905c5e73273f2655b3d1c330b65dfa048998;hpb=7e31732abd277c852564c10011099bdf6967dc4f;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/backports.pp b/manifests/backports.pp index 5949905..080c83d 100644 --- a/manifests/backports.pp +++ b/manifests/backports.pp @@ -7,7 +7,7 @@ # repos => 'main universe multiverse restricted', # key => { # id => '630239CC130E1A7FD81A27B140976EAF437D05B5', -# server => 'hkps.pool.sks-keyservers.net', +# server => 'keyserver.ubuntu.com', # }, # } # @@ -72,7 +72,7 @@ class apt::backports ( } if (!($facts['os']['name'] == 'Debian' or $facts['os']['name'] == 'Ubuntu')) { unless $location and $release and $repos and $key { - fail(translate('If not on Debian or Ubuntu, you must explicitly pass location, release, repos, and key')) + fail('If not on Debian or Ubuntu, you must explicitly pass location, release, repos, and key') } } unless $location { @@ -98,7 +98,7 @@ class apt::backports ( 'release' => $_release, } } else { - fail(translate('pin must be either a string, number or hash')) + fail('pin must be either a string, number or hash') } apt::source { 'backports':