summaryrefslogtreecommitdiff
path: root/examples/git/working_copy_init.pp
diff options
context:
space:
mode:
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
}