summaryrefslogtreecommitdiff
path: root/examples/svn/checkout.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/svn/checkout.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/svn/checkout.pp')
-rw-r--r--examples/svn/checkout.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/svn/checkout.pp b/examples/svn/checkout.pp
index 1fceb7b..f9fc273 100644
--- a/examples/svn/checkout.pp
+++ b/examples/svn/checkout.pp
@@ -1,6 +1,5 @@
vcsrepo { '/tmp/vcstest-svn-checkout':
ensure => present,
provider => svn,
- source => 'http://svn.edgewall.org/repos/babel/trunk'
+ source => 'http://svn.edgewall.org/repos/babel/trunk',
}
-