summaryrefslogtreecommitdiff
path: root/examples/cvs/remote.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/cvs/remote.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/cvs/remote.pp')
-rw-r--r--examples/cvs/remote.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cvs/remote.pp b/examples/cvs/remote.pp
index 990a580..eb9665a 100644
--- a/examples/cvs/remote.pp
+++ b/examples/cvs/remote.pp
@@ -1,5 +1,5 @@
vcsrepo { '/tmp/vcstest-cvs-workspace-remote':
ensure => present,
provider => cvs,
- source => ':pserver:anonymous@cvs.sv.gnu.org:/sources/leetcvrt'
+ source => ':pserver:anonymous@cvs.sv.gnu.org:/sources/leetcvrt',
}