summaryrefslogtreecommitdiff
path: root/puppet/modules/vcsrepo/examples/git/working_copy_init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/vcsrepo/examples/git/working_copy_init.pp')
-rw-r--r--puppet/modules/vcsrepo/examples/git/working_copy_init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/vcsrepo/examples/git/working_copy_init.pp b/puppet/modules/vcsrepo/examples/git/working_copy_init.pp
new file mode 100644
index 00000000..e3352eb7
--- /dev/null
+++ b/puppet/modules/vcsrepo/examples/git/working_copy_init.pp
@@ -0,0 +1,4 @@
+vcsrepo { '/tmp/vcstest-git-wc':
+ ensure => present,
+ provider => git,
+}