Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Merge 2ed873e into f18009a
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe committed Apr 23, 2020
2 parents f18009a + 2ed873e commit 35ee45c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Expand Up @@ -2,11 +2,15 @@

[![Build Status](https://travis-ci.org/puppet-community/puppet-git_resource.png?branch=master)](https://travis-ci.org/puppet-community/puppet-git_resource)

[puppetlabs-vcsrepo](https://github.com/puppetlabs/puppetlabs-vcsrepo) supports git, however I don't use other vcsrepo types, and bare repos. This is a simpler example implementing a git specific module, while adding automatic dependency against git class which vcsrepo type can not assume.
[puppetlabs-vcsrepo](https://github.com/puppetlabs/puppetlabs-vcsrepo) supports
git, however I don't use other vcsrepo types, and bare repos. This is a simpler
example implementing a git specific module, while adding automatic dependency
against git class which vcsrepo type can not assume.

## Warning

* This project have been migrated to [puppet-community](https://github.com/puppet-community/puppet-git_resource), please adjust your repo git source.
* This project have been migrated to [puppet-community](https://github.com/puppet-community/puppet-git_resource),
‚please adjust your repo git source.

## Compatibility

Expand Down Expand Up @@ -46,9 +50,10 @@ git { 'vcsrepo1':

## Contributing

puppet lint, rspec puppet, and acceptance testing in vagrant (or equivalence) should be completed:
puppet lint, rspec puppet, and acceptance testing in vagrant (or equivalence)
should be completed:

1. bundle install
2. bundle exec rake lint
3. bundle exec rake spec
4. bundle exec rake vagrant
1. bundle exec rake lint
1. bundle exec rake spec
1. bundle exec rake vagrant

0 comments on commit 35ee45c

Please sign in to comment.