]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
remove unnecessary comma in example
authorKarol Kozakowski <karol.kozakowski@atendesoftware.pl>
Thu, 12 Jan 2017 13:24:08 +0000 (14:24 +0100)
committerKarol Kozakowski <karol.kozakowski@atendesoftware.pl>
Thu, 12 Jan 2017 13:24:08 +0000 (14:24 +0100)
README.md

index 423c6c69fed29c3013d12380d1a52a28108beb7a..dbed79f3b98e4c891029cdd258a37738252b015d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -150,7 +150,7 @@ apt::source { 'puppetlabs':
     'id'     => '6F6B15509CF8E59E6E469F327F438280EF8D349F',
     'server' => 'pgp.mit.edu',
   },
-},
+}
 ```
 
 ### Configure Apt from Hiera
@@ -192,21 +192,21 @@ apt::source { "archive.ubuntu.com-${lsbdistcodename}":
   key      => '630239CC130E1A7FD81A27B140976EAF437D05B5',
   repos    => 'main universe multiverse restricted',
 }
+
 apt::source { "archive.ubuntu.com-${lsbdistcodename}-security":
   location => 'http://archive.ubuntu.com/ubuntu',
   key      => '630239CC130E1A7FD81A27B140976EAF437D05B5',
   repos    => 'main universe multiverse restricted',
   release  => "${lsbdistcodename}-security"
 }
+
 apt::source { "archive.ubuntu.com-${lsbdistcodename}-updates":
   location => 'http://archive.ubuntu.com/ubuntu',
   key      => '630239CC130E1A7FD81A27B140976EAF437D05B5',
   repos    => 'main universe multiverse restricted',
   release  => "${lsbdistcodename}-updates"
 }
+
 apt::source { "archive.ubuntu.com-${lsbdistcodename}-backports":
  location => 'http://archive.ubuntu.com/ubuntu',
  key      => '630239CC130E1A7FD81A27B140976EAF437D05B5',