summaryrefslogtreecommitdiff
path: root/examples/git/bare_init.pp
blob: f16d1372a4f8582fcd79f15ea8f519ab6fea0e9d (plain)
1
2
3
4
vcsrepo { '/tmp/vcstest-git-bare':
  ensure   => bare,
  provider => git
}