Remove unused modules from testing

We don't use tomcat, java, cassandra, or datacat anymore.

Change-Id: I3429278d8e2c89943730b218053ad0b0ed36170d
This commit is contained in:
Alex Schultz 2021-09-27 08:20:52 -06:00
parent 50bba82dac
commit 1b7d23e3c2

View File

@ -5,26 +5,6 @@ mod 'haproxy',
:git => 'https://github.com/puppetlabs/puppetlabs-haproxy',
:ref => 'main'
mod 'tomcat',
:git => 'https://github.com/puppetlabs/puppetlabs-tomcat',
:ref => '1.3.2'
mod 'java',
:git => 'https://github.com/puppetlabs/puppetlabs-java',
:ref => '1.4.2'
mod 'cassandra',
:git => 'https://github.com/voxpupuli/puppet-cassandra',
:ref => '1.9.2'
mod 'zookeeper',
:git => 'https://github.com/deric/puppet-zookeeper',
:ref => 'v0.3.9'
mod 'datacat',
:git => 'https://github.com/richardc/puppet-datacat',
:ref => '0.6.2'
mod 'etcd',
:git => 'https://github.com/puppet-etcd/puppet-etcd',
:ref => 'master'