Skip to content

Commit

Permalink
Update datacat to 9d2cd07b8777a559a0d5e475b0b5651d412f5ba0
Browse files Browse the repository at this point in the history
9d2cd07b8777a559a0d5e475b0b5651d412f5ba0 Merge pull request redhat-openstack#31 from richardc/travis_dependencies
c2767ebc63a07c1e5632dae57857856c0b7717dd Move rspec-system to the developer collection

Change-Id: I876400d929c37e68e8e37a5d6e47a42632756d7e
  • Loading branch information
xbezdick committed Dec 15, 2015
1 parent a946336 commit edfaac4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod 'corosync',
:git => 'https://github.com/puppetlabs/puppetlabs-corosync.git'

mod 'datacat',
:commit => '5a6114cd41823160bdb01dad6eb0e2af85a8fa69',
:commit => '9d2cd07b8777a559a0d5e475b0b5651d412f5ba0',
:git => 'http://github.com/richardc/puppet-datacat'

mod 'elasticsearch',
Expand Down
2 changes: 1 addition & 1 deletion datacat/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'rake'
gem 'puppetlabs_spec_helper', :require => false
gem 'rspec-system-puppet', '~>2.0'
gem 'puppet-lint'
end

Expand All @@ -13,6 +12,7 @@ group :development do
gem 'pry-debugger'
gem 'rb-readline'
gem 'awesome_print'
gem 'rspec-system-puppet', '~>2.0'
end

if puppetversion = ENV['PUPPET_GEM_VERSION']
Expand Down
1 change: 0 additions & 1 deletion datacat/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Bundler.require :default

require 'rspec/core/rake_task'
require 'puppetlabs_spec_helper/rake_tasks'
require 'rspec-system/rake_task'

task :default do
sh %{rake -T}
Expand Down

0 comments on commit edfaac4

Please sign in to comment.