]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
apt::key is a defined type, not a class
authorWhatsARanjit <whatsaranjit@gmail.com>
Fri, 3 Feb 2017 00:48:06 +0000 (19:48 -0500)
committerWhatsARanjit <whatsaranjit@gmail.com>
Fri, 3 Feb 2017 00:48:06 +0000 (19:48 -0500)
README.md

index 423c6c69fed29c3013d12380d1a52a28108beb7a..6fba8efe00097373d1fd6c7ed794b20bc8e4d372 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ include apt
 
 **Warning:** Using short key IDs presents a serious security issue, potentially leaving you open to collision attacks. We recommend you always use full fingerprints to identify your GPG keys. This module allows short keys, but issues a security warning if you use them.
 
-Declare the `apt::key` class:
+Declare the `apt::key` defined type:
 
 ```puppet
 apt::key { 'puppetlabs':