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