aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-02 12:09:14 -0700
committerelijah <elijah@riseup.net>2014-05-02 12:09:14 -0700
commit53390d13f1a4da8aed0c4fb70240b9f487120930 (patch)
tree37ac37854a5883c4ab4154a509c161562dab0815
parent7bac015e93ecc6570b0bed3ec617fb407c162ccb (diff)
downloadleap_cli-53390d13f1a4da8aed0c4fb70240b9f487120930.tar.gz
leap_cli-53390d13f1a4da8aed0c4fb70240b9f487120930.tar.bz2
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.
-rw-r--r--lib/leap_cli/commands/deploy.rb2
1 files changed, 1 insertions, 1 deletions
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