From f60781bbfe16a23078c22dced4ed968fe4e26ec3 Mon Sep 17 00:00:00 2001 From: Elliott Davis Date: Mon, 1 May 2017 16:48:42 -0500 Subject: Update Habitat plan to correctly build * Add a few config new settings Signed-off-by: Elliott Davis --- habitat/hooks/run | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'habitat/hooks/run') diff --git a/habitat/hooks/run b/habitat/hooks/run index 0f3844dd5f..75dd1958fa 100644 --- a/habitat/hooks/run +++ b/habitat/hooks/run @@ -1,8 +1,6 @@ #!/bin/sh -export GEM_HOME="{{pkg.path}}/ruby/2.3.0" -export GEM_PATH="$(hab pkg path core/ruby)/lib/ruby/gems/2.3.0:$(hab pkg path core/bundler):$GEM_HOME" -export APPBUNDLER_ALLOW_RVM=true - exec 2>&1 -exec chef-solo --fork -i {{cfg.interval}} -s {{cfg.splay}} -l {{cfg.log_level}} -o {{cfg.run_list}} +export SSL_CERT_FILE="{{pkgPathFor "core/cacerts"}}/ssl/cert.pem" + +exec chef-solo --fork -c {{pkg.svc_config_path}}/client.rb -- cgit v1.2.1