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, 4 insertions, 0 deletions
diff --git a/examples/git/working_copy_init.pp b/examples/git/working_copy_init.pp
new file mode 100644
index 0000000..f92fbee
--- /dev/null
+++ b/examples/git/working_copy_init.pp
@@ -0,0 +1,4 @@
+vcsrepo { "/tmp/vcstest-git-wc":
+ ensure => present,
+ provider => git
+}