Skip to content

Commit

Permalink
Remove richardc/datacat
Browse files Browse the repository at this point in the history
We're not using anymore to generate the template, therefore it's not
needed to include it in the project.
  • Loading branch information
queeno committed Nov 18, 2014
1 parent 0192b7a commit 0ba841f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -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}"
1 change: 0 additions & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ project_page 'https://github.com/yelp/puppet-uchiwa'

dependency 'puppetlabs/apt'
dependency 'puppetlabs/stdlib'
dependency 'richardc/datacat'
1 change: 0 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@
"dependencies": [
{"name":"puppetlabs/apt"},
{"name":"puppetlabs/stdlib"},
{"name":"richardc/datacat"}
]
}
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ba841f

Please sign in to comment.