diff options
author | Miguel Di Ciurcio Filho <miguel@instruct.com.br> | 2014-01-11 15:25:28 -0200 |
---|---|---|
committer | Miguel Di Ciurcio Filho <miguel@instruct.com.br> | 2014-01-11 15:43:39 -0200 |
commit | 7845ea132b0b40a83d3e9284723cbf63e2b61a82 (patch) | |
tree | c7c07c3b89776aef5d042ba999c8d98a6193cf8b /spec/spec.opts | |
parent | 7ac346413211f2fd58abc6a7bbce5d35de2a7a04 (diff) | |
download | puppet-vcsrepo-7845ea132b0b40a83d3e9284723cbf63e2b61a82.tar.gz puppet-vcsrepo-7845ea132b0b40a83d3e9284723cbf63e2b61a82.tar.bz2 |
git: actually use the remote parameter
When using the following sample, the provider does not use the value of remote
when cloning a repository:
vcsrepo {'/path/to/repo':
ensure => 'present',
provider => 'git',
remote => 'test',
source => 'git@somerepo:repo.git',
}
$ git remote
origin
This commit makes sure that the new repository has a remote with the
supplied value.
Closes #MODULES-430
Diffstat (limited to 'spec/spec.opts')
0 files changed, 0 insertions, 0 deletions