From 1e14d8f3effbbec89d7bc6e6346e6cdf1fc24e3a Mon Sep 17 00:00:00 2001 From: Francesco Stradiotti Date: Mon, 29 Feb 2016 22:00:40 +0000 Subject: [PATCH] changing the consul_definition tags to an array --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3d8e612..653b2e7a 100644 --- a/README.md +++ b/README.md @@ -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',