From: Antoine Beaupré Date: Thu, 27 Aug 2015 03:25:16 +0000 (-0400) Subject: fix typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ae0570dee6b46081c1e58d0f3cb2263caf55d667;p=puppet-apt.git fix typo --- 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', }