]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge pull request #684 from puppetlabs/release
authorTP Honey <tphoney@users.noreply.github.com>
Mon, 5 Jun 2017 09:38:59 +0000 (10:38 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2017 09:38:59 +0000 (10:38 +0100)
Release 4.1.0 Mergeback

README.md
manifests/params.pp

index 3168f518cb212451ed2db81e11d629adf68b04b9..ac945b40933428c3aaeb32a8021fd92664d48563 100644 (file)
--- 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/'
index 8fd658b90d6761c02b423662271523cc97afa27e..bcff6bd40d293cde5ed273e6d55495b2a252075a 100644 (file)
@@ -119,7 +119,7 @@ class apt::params {
       }
     }
     undef: {
-      fail('Unable to determine full release number')
+      fail('Unable to determine value for fact os["name"]')
     }
     default: {
       $ppa_options = undef