Skip to content

Commit

Permalink
Use 1.2.0 relase of serf cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
akilleen committed Oct 25, 2017
1 parent 7ead3f1 commit eb9c07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Berksfile
Expand Up @@ -6,7 +6,7 @@

source 'https://supermarket.chef.io'
my_cookbook = 'kong'
cookbook 'serf', path: '../serf'

# Berkshelf helper to include a local cookbook from disk.
#
# @param name [String] cookbook name.
Expand Down
1 change: 1 addition & 0 deletions metadata.rb
Expand Up @@ -44,6 +44,7 @@
depends 'cassandra-dse', '~> 4.0'
depends 'netstat', '~> 0.1.0' # Required to check cassandra status
depends 'ssl_certificate', '~> 1.1'
depends 'serf', '~> 1.2.0'

recipe 'kong::default', 'Installs and configures Kong.'
recipe 'kong::cassandra', 'Installs and configures Cassandra.'
Expand Down

0 comments on commit eb9c07b

Please sign in to comment.