From: Branan Purvine-Riley Date: Fri, 25 May 2012 19:38:53 +0000 (-0700) Subject: Remove a trailing comma to fix older puppets X-Git-Tag: 0.0.4~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bf1bb279986234750138ea089fc8e9f6264f779e;p=puppet-modules%2Fpuppetlabs-apt.git Remove a trailing comma to fix older puppets --- diff --git a/manifests/pin.pp b/manifests/pin.pp index 8e2873a..14df14b 100644 --- a/manifests/pin.pp +++ b/manifests/pin.pp @@ -7,7 +7,7 @@ define apt::pin( $priority = 0, $release = '', $origin = '', - $originator = '', + $originator = '' ) { include apt::params