Add git_resource to replace vcsrepo
vcsrepo is not an apache friendly license so we need to look into possibly switching it out. This change pulls in git_resource which is a module that provides similar functionality. Change-Id: If0af323ec9211df06f5de33f0ef7dfe84f64f4c2
This commit is contained in:
parent
ddc4b9e21c
commit
5779458973
@ -214,6 +214,10 @@ mod 'vcsrepo',
|
|||||||
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
||||||
:ref => '2.4.0'
|
:ref => '2.4.0'
|
||||||
|
|
||||||
|
mod 'git_resource',
|
||||||
|
:git => 'https://github.com/voxpupuli/puppet-git_resource',
|
||||||
|
:ref => 'v1.0.2'
|
||||||
|
|
||||||
mod 'xinetd',
|
mod 'xinetd',
|
||||||
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
|
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
|
||||||
:ref => '3.1.0'
|
:ref => '3.1.0'
|
||||||
|
@ -14,6 +14,7 @@ puppetlabs/puppetlabs-rabbitmq
|
|||||||
puppetlabs/puppetlabs-rsync
|
puppetlabs/puppetlabs-rsync
|
||||||
puppetlabs/puppetlabs-stdlib
|
puppetlabs/puppetlabs-stdlib
|
||||||
puppetlabs/puppetlabs-vcsrepo
|
puppetlabs/puppetlabs-vcsrepo
|
||||||
|
voxpupuli/puppet-git_resource
|
||||||
puppetlabs/puppetlabs-xinetd
|
puppetlabs/puppetlabs-xinetd
|
||||||
saz/puppet-memcached
|
saz/puppet-memcached
|
||||||
voxpupuli/puppet-python
|
voxpupuli/puppet-python
|
||||||
|
Loading…
Reference in New Issue
Block a user