summaryrefslogtreecommitdiff
path: root/examples/git/working_copy_init.pp
diff options
context:
space:
mode:
authorAndreas Gerstmayr <andreas@andreasgerstmayr.at>2012-03-18 17:12:48 +0100
committerAndreas Gerstmayr <andreas@andreasgerstmayr.at>2012-03-18 17:12:48 +0100
commita63d0380a478344672fd1c05c2aafe19e75a8c54 (patch)
treeedc33da2c15b93f61d0440bb8c91e171058a0c35 /examples/git/working_copy_init.pp
parentc9bcd68953fdf060ab0e0e1ad82c850157f89540 (diff)
parentd97e19ff90fd966ae322036060caaeb453dfac00 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'examples/git/working_copy_init.pp')
-rw-r--r--examples/git/working_copy_init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/git/working_copy_init.pp b/examples/git/working_copy_init.pp
index f92fbee..b20af20 100644
--- a/examples/git/working_copy_init.pp
+++ b/examples/git/working_copy_init.pp
@@ -1,4 +1,4 @@
-vcsrepo { "/tmp/vcstest-git-wc":
- ensure => present,
+vcsrepo { '/tmp/vcstest-git-wc':
+ ensure => present,
provider => git
}