fuel-library/deployment/puppet/vcsrepo/examples/git/working_copy_init.pp
Eugene Kirpichov 25b5c79906 Initial commit
2012-09-07 17:38:58 -07:00

5 lines
76 B
Puppet

vcsrepo { '/tmp/vcstest-git-wc':
ensure => present,
provider => git
}