Merge branch 'patch-1'
* patch-1: (#13062) Added clarification that 'revision' can also be used for branches.
This commit is contained in:
commit
462b1d69bb
@ -31,7 +31,7 @@ To get the current [master] HEAD:
|
|||||||
source => "git://example.com/repo.git"
|
source => "git://example.com/repo.git"
|
||||||
}
|
}
|
||||||
|
|
||||||
For a specific revision (can be a commit SHA or tag):
|
For a specific revision or branch (can be a commit SHA, tag or branch name):
|
||||||
|
|
||||||
vcsrepo { "/path/to/repo":
|
vcsrepo { "/path/to/repo":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
@ -47,6 +47,13 @@ For a specific revision (can be a commit SHA or tag):
|
|||||||
revision => '1.1.2rc1'
|
revision => '1.1.2rc1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vcsrepo { "/path/to/repo":
|
||||||
|
ensure => present,
|
||||||
|
provider => git,
|
||||||
|
source => 'git://example.com/repo.git',
|
||||||
|
revision => 'development'
|
||||||
|
}
|
||||||
|
|
||||||
For sources that use SSH (eg, `username@server:...`)
|
For sources that use SSH (eg, `username@server:...`)
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user