summaryrefslogtreecommitdiff
path: root/examples/git/clone.pp
diff options
context:
space:
mode:
authorGary Larizza <gary@puppetlabs.com>2012-10-18 18:14:44 -0700
committerGary Larizza <gary@puppetlabs.com>2012-10-18 18:14:44 -0700
commit109d181b8ec6130151b2e8144cdaecf986a96075 (patch)
tree755caffab203359dd813c30bb5fa9116a6e2fba3 /examples/git/clone.pp
parent755b593dbd3588ec95d952228477f6df9d7ae328 (diff)
parent3975481f29ac1908b253365c9939f671459b5302 (diff)
Merge pull request #31 from ghoneycutt/noticket/master/missing_trailing_comma
Adds comma to last attribute to comply with style
Diffstat (limited to 'examples/git/clone.pp')
-rw-r--r--examples/git/clone.pp2
1 files changed, 1 insertions, 1 deletions
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',
}