From: Tom De Vylder Date: Thu, 18 May 2017 14:06:12 +0000 (+0200) Subject: Fix typo in hiera example X-Git-Tag: 4.2.0~22^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=09fe368ae25afca684b75e87d81486252ccb6822;p=puppet-modules%2Fpuppetlabs-apt.git Fix typo in hiera example --- diff --git a/README.md b/README.md index 3168f51..ac945b4 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ include the `apt` class, which will pick up the values automatically from hiera. ```yaml -apt::sources: +apt::source: 'debian_unstable': comment: 'This is the iWeb Debian unstable mirror' location: 'http://debian.mirror.iweb.ca/debian/'