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