summaryrefslogtreecommitdiff
path: root/examples/git/bare_init.pp
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2012-03-11 14:47:14 -0700
committerJames Turnbull <james@lovedthanlost.net>2012-03-11 14:47:14 -0700
commitd97e19ff90fd966ae322036060caaeb453dfac00 (patch)
tree409a0880a39e3eaa3792cd0db113b19b11bee408 /examples/git/bare_init.pp
parentb3de3a5c2b23cef308b6d814a08b4e2a3ab6e791 (diff)
parent8acf719c0f0560f15bd60b0be75ef5e25257d6ca (diff)
Merge pull request #19 from adamgibbins/master
Improved Puppet DSL style as per the guidelines.
Diffstat (limited to 'examples/git/bare_init.pp')
-rw-r--r--examples/git/bare_init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/git/bare_init.pp b/examples/git/bare_init.pp
index c70e705..f16d137 100644
--- a/examples/git/bare_init.pp
+++ b/examples/git/bare_init.pp
@@ -1,4 +1,4 @@
-vcsrepo { "/tmp/vcstest-git-bare":
- ensure => bare,
+vcsrepo { '/tmp/vcstest-git-bare':
+ ensure => bare,
provider => git
}