Merge pull request #398 from irconan/backports-pin
[puppet-modules/puppetlabs-apt.git] / README.md
index 554561d6ba48cfd0ccdeb04f9cfef1b225bf94ed..04bb3392dd7c0a353bc89cf24fa69b5df5000802 100644 (file)
--- 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