X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=04bb3392dd7c0a353bc89cf24fa69b5df5000802;hb=958a0c175048b29d294313a653fb1f484c23f3cb;hp=554561d6ba48cfd0ccdeb04f9cfef1b225bf94ed;hpb=4f0ebaced75699bf8456f045375a32c7bc12408a;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 554561d..04bb339 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ apt::sources: * `key_source`: See apt::key * `pin`: See apt::pin * `architecture`: can be used to specify for which architectures information should be downloaded. If this option is not set all architectures defined by the APT::Architectures option will be downloaded. Defaults to 'undef' which means all. Example values can be 'i386' or 'i386,alpha,powerpc' -* `trusted` can be set to indicate that packages from this source are always authenticated even if the Release file is not signed or the signature can't be checked. Defaults to false. Can be 'true' or 'false'. +* `trusted_source` can be set to indicate that packages from this source are always authenticated even if the Release file is not signed or the signature can't be checked. Defaults to false. Can be 'true' or 'false'. ### Testing