summaryrefslogtreecommitdiff
path: root/examples/bzr/init_repo.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/bzr/init_repo.pp
parentf3acccdfb8af8d98c8fc9c8e287ab22d27d62dac (diff)
Adds comma to last attribute to comply with style
Diffstat (limited to 'examples/bzr/init_repo.pp')
-rw-r--r--examples/bzr/init_repo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bzr/init_repo.pp b/examples/bzr/init_repo.pp
index 36d2463..1129dd7 100644
--- a/examples/bzr/init_repo.pp
+++ b/examples/bzr/init_repo.pp
@@ -1,4 +1,4 @@
vcsrepo { '/tmp/vcstest-bzr-init':
ensure => present,
- provider => bzr
+ provider => bzr,
}