summaryrefslogtreecommitdiff
path: root/examples/hg/init_repo.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/hg/init_repo.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/hg/init_repo.pp')
-rw-r--r--examples/hg/init_repo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hg/init_repo.pp b/examples/hg/init_repo.pp
index 52aba4c..a890804 100644
--- a/examples/hg/init_repo.pp
+++ b/examples/hg/init_repo.pp
@@ -1,4 +1,4 @@
vcsrepo { '/tmp/vcstest-hg-init':
ensure => present,
- provider => hg
+ provider => hg,
}