]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
fix typo
authorAntoine Beaupré <anarcat@koumbit.org>
Thu, 27 Aug 2015 03:25:16 +0000 (23:25 -0400)
committerAntoine Beaupré <anarcat@koumbit.org>
Thu, 27 Aug 2015 03:25:16 +0000 (23:25 -0400)
README

diff --git a/README b/README
index d2cb71b0ffb400a542009136ad04a067aa863640..bcec047adec3c906a7043c7aa134f9adfa8fee08 100644 (file)
--- a/README
+++ b/README
@@ -502,7 +502,7 @@ Deploys a secure apt OpenPGP key. This usually accompanies the
 sources.list snippets above for third party repositories. For example,
 you would do:
 
-  apt::key::asc { 'neurodebian.asc':
+  apt::key::plain { 'neurodebian.asc':
     source => 'puppet:///modules/site_apt/neurodebian.asc',
   }