Skip to content

Commit

Permalink
changing the consul_definition tags to an array
Browse files Browse the repository at this point in the history
  • Loading branch information
fstradiotti committed Feb 29, 2016
1 parent 3232747 commit 1e14d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ consul_definition 'vault' do
parameters(
port: 8200,
address: '127.0.0.1',
tags: 'vault, http',
tags: ['vault', 'http'],
check: {
interval: '10s',
timeout: '5s',
Expand Down

0 comments on commit 1e14d8f

Please sign in to comment.