diff options
| author | elijah <elijah@riseup.net> | 2014-05-02 12:09:14 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2014-05-02 12:09:14 -0700 | 
| commit | 53390d13f1a4da8aed0c4fb70240b9f487120930 (patch) | |
| tree | 37ac37854a5883c4ab4154a509c161562dab0815 /lib | |
| parent | 7bac015e93ecc6570b0bed3ec617fb407c162ccb (diff) | |
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.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/leap_cli/commands/deploy.rb | 2 | 
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 | 
