From bf1bb279986234750138ea089fc8e9f6264f779e Mon Sep 17 00:00:00 2001 From: Branan Purvine-Riley Date: Fri, 25 May 2012 12:38:53 -0700 Subject: [PATCH] Remove a trailing comma to fix older puppets --- manifests/pin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2