X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fsource.pp;h=3e381266f3133f2a4c537f36f0987d97211b7397;hb=ef15f356457c7940c632db959ec87867ce872781;hp=86cab2f2d08f48ec3ff96091cd88e00eae097335;hpb=a2a9b9de57778804fe252c3d5fb987b0a4911c23;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/source.pp b/examples/source.pp index 86cab2f..3e38126 100644 --- a/examples/source.pp +++ b/examples/source.pp @@ -2,12 +2,12 @@ class { 'apt': } # Install the puppetlabs apt source -# Release is automatically obtained from lsbdistcodename fact if available. +# Release is automatically obtained from facts. apt::source { 'puppetlabs': location => 'http://apt.puppetlabs.com', repos => 'main', key => { - id => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30', + id => '6F6B15509CF8E59E6E469F327F438280EF8D349F', server => 'hkps.pool.sks-keyservers.net', }, }