diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-08-26 23:25:16 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-08-26 23:25:16 -0400 |
commit | ae0570dee6b46081c1e58d0f3cb2263caf55d667 (patch) | |
tree | 577cfcfab74d1414c454180045e4dce544e4f41f /README | |
parent | 931076f85488e1b0f57aeaf67357a2443b18ffba (diff) | |
download | puppet-apt-ae0570dee6b46081c1e58d0f3cb2263caf55d667.tar.gz puppet-apt-ae0570dee6b46081c1e58d0f3cb2263caf55d667.tar.bz2 |
fix typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', } |