diff --git a/.fixtures.yml b/.fixtures.yml index d75a8bf..bbb0975 100755 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,7 +1,6 @@ fixtures: repositories: - apt: git://github.com/puppetlabs/puppetlabs-apt.git - datacat: git://github.com/richardc/puppet-datacat.git - stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" + apt: 'git://github.com/puppetlabs/puppetlabs-apt.git' + stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git' symlinks: uchiwa: "#{source_dir}" diff --git a/Modulefile b/Modulefile index ddebeb0..8706ad8 100755 --- a/Modulefile +++ b/Modulefile @@ -9,4 +9,3 @@ project_page 'https://github.com/yelp/puppet-uchiwa' dependency 'puppetlabs/apt' dependency 'puppetlabs/stdlib' -dependency 'richardc/datacat' diff --git a/README.markdown b/README.markdown index d16530d..ddd802a 100755 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,6 @@ Versions greater than 0.2.6 are incompatible with previous versions of the Yelp- ### Dependencies - puppetlabs/apt - puppetlabs/stdlib -- richardc/datacat See `Modulefile` for details. diff --git a/metadata.json b/metadata.json index e8c4d17..fafecbd 100644 --- a/metadata.json +++ b/metadata.json @@ -67,6 +67,5 @@ "dependencies": [ {"name":"puppetlabs/apt"}, {"name":"puppetlabs/stdlib"}, - {"name":"richardc/datacat"} ] } diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index fae9eb4..6ab9139 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -52,7 +52,6 @@ shell('puppet module install puppetlabs-rabbitmq --version 4.1.0', { :acceptable_exit_codes => [0] }) shell('puppet module install fsalum-redis --version 1.0.0', { :acceptable_exit_codes => [0] }) shell('puppet module install sensu-sensu', { :acceptable_exit_codes => [0] }) - shell('puppet module install richardc/datacat', { :acceptable_exit_codes => [0] }) end end end