Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Add jira_test cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
gsreynolds authored and Julian C. Dunn committed Sep 25, 2015
1 parent c8ea5df commit b8559e3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .kitchen.yml
Expand Up @@ -27,5 +27,4 @@ platforms:
suites:
- name: default
run_list:
- recipe[jira::server]
- recipe[jira::local_database]
- recipe[jira_test::default]
4 changes: 3 additions & 1 deletion Berksfile
@@ -1,4 +1,6 @@
source 'https://supermarket.chef.io'
metadata

cookbook 'apt'
group :test do
cookbook 'jira_test', path: 'test/cookbooks/jira_test'
end
5 changes: 5 additions & 0 deletions test/cookbooks/jira_test/metadata.rb
@@ -0,0 +1,5 @@
name 'jira_test'
version '0.0.1'

depends 'apt'
depends 'jira'
5 changes: 5 additions & 0 deletions test/cookbooks/jira_test/recipes/default.rb
@@ -0,0 +1,5 @@
include_recipe 'apt::default' if platform_family?('debian')
include_recipe 'jira::server'
include_recipe 'jira::local_database'

package 'curl'

0 comments on commit b8559e3

Please sign in to comment.