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