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