From 9ce93af8db03cf2aff2e83543f901756728c7625 Mon Sep 17 00:00:00 2001 From: Bherly Novrandy Date: Mon, 14 May 2018 11:42:34 +0700 Subject: [PATCH] Fix chef_config.yml example --- config/chef_config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/chef_config.yml.example b/config/chef_config.yml.example index 5a3ce495..d779a6ce 100644 --- a/config/chef_config.yml.example +++ b/config/chef_config.yml.example @@ -22,4 +22,4 @@ development: run_list: 'elasticsearch' kibana: chef_repo: 'https://github.com/kibana/cookbooks' - chef_repo: 'kibana' \ No newline at end of file + run_list: 'kibana' \ No newline at end of file