From: elijah Date: Fri, 2 May 2014 19:09:14 +0000 (-0700) Subject: compile all hiera nodes every time you deploy to any node. slower, but fewer surprise... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=53390d13f1a4da8aed0c4fb70240b9f487120930;p=leap%2Fleap_cli.git 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. --- 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