diff options
author | Pete Soloway <pete@puppetlabs.com> | 2015-05-18 13:18:36 -0700 |
---|---|---|
committer | Pete Soloway <pete@puppetlabs.com> | 2015-05-18 13:18:36 -0700 |
commit | f900efd909155c7a9c1d6d74f63d9e919436ccec (patch) | |
tree | 91b4dcb94e626a546a3956eda3585eb318f04465 /README.markdown | |
parent | 3d3220033fd8be6d7314f995a087d72654d4b8cd (diff) | |
download | puppet-vcsrepo-f900efd909155c7a9c1d6d74f63d9e919436ccec.tar.gz puppet-vcsrepo-f900efd909155c7a9c1d6d74f63d9e919436ccec.tar.bz2 |
Last-minute README corrections
* Corrected the list of supported platforms under Limitations
* Spelled “revision spec” instead of “revisionspec”.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index 34988bc..badb1ce 100644 --- a/README.markdown +++ b/README.markdown @@ -221,7 +221,7 @@ vcsrepo { '/path/to/repo': }
~~~
-To branch from a specific revision, set `revision` to a valid [Bazaar revisionspec](http://wiki.bazaar.canonical.com/BzrRevisionSpec):
+To branch from a specific revision, set `revision` to a valid [Bazaar revision spec](http://wiki.bazaar.canonical.com/BzrRevisionSpec):
~~~
vcsrepo { '/path/to/repo':
@@ -686,7 +686,7 @@ Specifies the remote repository to track. (Requires the `multiple_remotes` featu Sets the revision of the repository. Valid options vary by provider: * `git` - a string containing a Git branch name, or a commit SHA or tag -* `bzr` - a string containing a Bazaar [revisionspec](http://wiki.bazaar.canonical.com/BzrRevisionSpec) +* `bzr` - a string containing a Bazaar [revision spec](http://wiki.bazaar.canonical.com/BzrRevisionSpec) * `cvs` - a string containing a CVS [tag or revision number](http://www.thathost.com/wincvs-howto/cvsdoc/cvs_4.html) * `hg` - a string containing a Mercurial [changeset ID](http://mercurial.selenic.com/wiki/ChangeSetID) or [tag](http://mercurial.selenic.com/wiki/Tag) * `p4` - a string containing a Perforce [change number, label name, client name, or date spec](http://www.perforce.com/perforce/r12.1/manuals/cmdref/o.fspecs.html) @@ -723,10 +723,13 @@ This module has been tested with Puppet 2.7 and higher. The module has been tested on:
-* Red Hat Enterprise Linux 5/6
-* Debian 6/7
-* CentOS 5/6
-* Ubuntu 12.04
+* CentOS 5/6/7 +* Debian 6/7 +* Oracle 5/6/7
+* Red Hat Enterprise Linux 5/6/7
+* Scientific Linux 5/6/7 +* SLES 10/11/12 +* Ubuntu 10.04/12.04/14.04
Testing on other platforms has been light and cannot be guaranteed.
|