X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fsource.pp;h=3e381266f3133f2a4c537f36f0987d97211b7397;hb=db6c9e81e256324fbd17c911bf933c7a298af43a;hp=a3648c3efbcda9a13932dd45c52406ef071ed654;hpb=6e82d2f5aa579efc4318c6c366125ff20ff45f1e;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/source.pp b/examples/source.pp index a3648c3..3e38126 100644 --- a/examples/source.pp +++ b/examples/source.pp @@ -2,7 +2,7 @@ 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',