From 3975481f29ac1908b253365c9939f671459b5302 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Wed, 29 Aug 2012 00:24:15 +0200 Subject: Adds comma to last attribute to comply with style --- examples/git/bare_init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/git/bare_init.pp') diff --git a/examples/git/bare_init.pp b/examples/git/bare_init.pp index f16d137..4166f6e 100644 --- a/examples/git/bare_init.pp +++ b/examples/git/bare_init.pp @@ -1,4 +1,4 @@ vcsrepo { '/tmp/vcstest-git-bare': ensure => bare, - provider => git + provider => git, } -- cgit v1.2.3