summaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/deploy.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-16 15:12:01 -0700
committerelijah <elijah@riseup.net>2015-06-16 15:12:01 -0700
commitcded07db0df92883df3f38151bc2ceb6336165c3 (patch)
tree7fe88eebf8773a096cf4ee4344bc44ce1f6a72b4 /lib/leap_cli/commands/deploy.rb
parentd3ea29bbf4ab2b23a0b5fc43ad803d882d2366b6 (diff)
fix problem with default environment and secrets.json generation
Diffstat (limited to 'lib/leap_cli/commands/deploy.rb')
-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 03240ce..f5c47fe 100644
--- a/lib/leap_cli/commands/deploy.rb
+++ b/lib/leap_cli/commands/deploy.rb
@@ -51,7 +51,7 @@ module LeapCli
end
# compile hiera files for all the nodes in every environment that is
# being deployed and only those environments.
- compile_hiera_files(manager.filter(environments))
+ compile_hiera_files(manager.filter(environments), false)
# update server certificates if needed
update_certificates(nodes)