Age | Commit message (Collapse) | Author |
|
- Added missing Debian 8 and Ubuntu 16.04 platforms to the readme.
- Standardized/reverted line ending characters throughout the readme.
- Added `puppet` syntax highlighting to code blocks.
- Aligned hash rocket in Puppet code blocks.
- Standardized spacing between heading Markdown and text.
- Standardized sentence case on headings.
- Updated section targets in Perforce docs links.
- Fixed a broken link to the Mercurial docs.
- Updated puppetlabs.com URLs to puppet.com.
- Updated Puppet Labs references to Puppet Inc.
- Updated a Projects wiki link to the docs site.
- Added dates to the 1.4.0 and 1.3.2 releases on the changelog.
|
|
Example:
vcsrepo { '/path/to/repo':
ensure => mirror,
provider => git,
source => 'git://example.com/repo.git',
}
|
|
|
|
added param trust server cert
updated depth feature
updated README.markdown
trust_server_cert is not feature
trust_server_cert default value should be false
add test for depth and trust_server_cert
|
|
* Corrected the list of supported platforms under Limitations
* Spelled “revision spec” instead of “revisionspec”.
|
|
|
|
1. Remove any "what this affects" sections, except where particularly warranted.
2. Make sure that for each parameter, where applicable, there is a data type and a default value.
3. Make sure that for each parameter that's applicable, there is a note if the parameter is optional.
4. Make sure the links in the README work and are accurate.
5. Update the link in the Contributing section to point here: https://docs.puppetlabs.com/forge/contributing.html
6. General copyediting.
|
|
|
|
Clarified what the parameter 'excludes' is intended to do.
|
|
|
|
Add submodules feature to git provider
|
|
|
|
Adds note to Setup section stating that the module will not create parent directories or install VCS software.
|
|
|
|
|
|
Update Markdown with missing Perforce details.
|
|
Fixed a missing '*' around the note.
|
|
Fix tabs/spaces in p4.rb
|
|
Basic Perforce provider
|
|
|
|
Include notice that Git is the only supported provider and reorder README so Git is the first VCS addressed.
|
|
|
|
Updated unit tests
Updated hg readme and added examples
|
|
|
|
- Removed p4port, p4client, p4user to keep name space clean.
- Changed notify to Puppet.debug
- Updated markdown and examples
- Updated unit tests
|
|
|
|
Delete the per-VCS readmes. They are all combined in the main readme now.
|
|
Add template sections and organization to original README. Add information about providers, features, and parameters. General edits for clarity and completeness.
|
|
|
|
|
|
|