diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-08-26 23:29:11 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-08-26 23:29:11 -0400 |
commit | 544796e0502e1377fc374bc9092a0ae8d8392be0 (patch) | |
tree | d5d6b98844b11eb9eb52ba52ae59fe97c6d9daf2 | |
parent | 5564b3fba3d8aebdc3cbcd7441e9c7a216243f46 (diff) | |
download | puppet-apt-544796e0502e1377fc374bc9092a0ae8d8392be0.tar.gz puppet-apt-544796e0502e1377fc374bc9092a0ae8d8392be0.tar.bz2 |
document the .gpg extension requirement
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -495,6 +495,8 @@ is assumed by secure apt to be binary OpenPGP keys and *not* "ascii-armored" or "plain text" OpenPGP key material. For the latter, use `apt::key::plain`. +The `.gpg` extension is compulsory for `apt` to pickup the key properly. + apt::key::plain --------------- |