From 53390d13f1a4da8aed0c4fb70240b9f487120930 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 2 May 2014 12:09:14 -0700 Subject: compile all hiera nodes every time you deploy to any node. slower, but fewer surprises. in the future, i have some ideas for a better way. --- lib/leap_cli/commands/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb index 310fcca..09666ae 100644 --- a/lib/leap_cli/commands/deploy.rb +++ b/lib/leap_cli/commands/deploy.rb @@ -38,7 +38,7 @@ module LeapCli end end - compile_hiera_files(nodes) + compile_hiera_files ssh_connect(nodes, connect_options(options)) do |ssh| ssh.leap.log :checking, 'node' do -- cgit v1.2.3