aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-08-26 23:25:16 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-08-26 23:25:16 -0400
commitae0570dee6b46081c1e58d0f3cb2263caf55d667 (patch)
tree577cfcfab74d1414c454180045e4dce544e4f41f
parent931076f85488e1b0f57aeaf67357a2443b18ffba (diff)
downloadpuppet-apt-ae0570dee6b46081c1e58d0f3cb2263caf55d667.tar.gz
puppet-apt-ae0570dee6b46081c1e58d0f3cb2263caf55d667.tar.bz2
fix typo
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d2cb71b..bcec047 100644
--- 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',
}