summaryrefslogtreecommitdiff
path: root/examples/cvs/remote.pp
diff options
context:
space:
mode:
authorGarrett Honeycutt <garrett@puppetlabs.com>2012-08-29 00:24:15 +0200
committerGarrett Honeycutt <garrett@puppetlabs.com>2012-08-29 00:24:15 +0200
commit3975481f29ac1908b253365c9939f671459b5302 (patch)
treeeeba532233b023daccf7e0285ac4c0dfff4146e2 /examples/cvs/remote.pp
parentf3acccdfb8af8d98c8fc9c8e287ab22d27d62dac (diff)
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',
}