From bf7992daa188df52283384716ad4aa03fc062931 Mon Sep 17 00:00:00 2001 From: Ryan Coleman Date: Tue, 2 Oct 2012 10:55:35 -0700 Subject: [PATCH] Add PL Repo source to README Prior to this commit, the only information about the Puppet Labs repository source was in the tests folder. This commit adds example usage for apt::source to the README for the Puppet Labs APT repository. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e8e5a9a..705cb33 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,17 @@ apt::source { "debian_unstable": include_src => true } + +This source will configure your system for the Puppet Labs APT repository. +
+apt::source { 'puppetlabs':
+  location   => 'http://apt.puppetlabs.com',
+  repos      => 'main',
+  key        => '4BD6EC30',
+  key_server => 'pgp.mit.edu',
+}
+
+ ### apt::key Add a key to the list of keys used by apt to authenticate packages.
-- 
2.32.3