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 +- examples/git/clone.pp | 2 +- examples/git/working_copy_init.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/git') 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, } diff --git a/examples/git/clone.pp b/examples/git/clone.pp index b7d5bfb..b29a4fd 100644 --- a/examples/git/clone.pp +++ b/examples/git/clone.pp @@ -1,5 +1,5 @@ vcsrepo { '/tmp/vcstest-git-clone': ensure => present, provider => git, - source => 'git://github.com/bruce/rtex.git' + source => 'git://github.com/bruce/rtex.git', } diff --git a/examples/git/working_copy_init.pp b/examples/git/working_copy_init.pp index b20af20..e3352eb 100644 --- a/examples/git/working_copy_init.pp +++ b/examples/git/working_copy_init.pp @@ -1,4 +1,4 @@ vcsrepo { '/tmp/vcstest-git-wc': ensure => present, - provider => git + provider => git, } -- cgit v1.2.3