From 2877c1975bee30ef0b83b11c652e052c0001fd55 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 10 Feb 2014 00:08:46 -0800 Subject: different secrets for each environment --- lib/leap_cli/config/manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/config/manager.rb') diff --git a/lib/leap_cli/config/manager.rb b/lib/leap_cli/config/manager.rb index 9f05713..90c4db0 100644 --- a/lib/leap_cli/config/manager.rb +++ b/lib/leap_cli/config/manager.rb @@ -100,7 +100,7 @@ module LeapCli node_list.each_node do |node| filepath = Path.named_path([:node_files_dir, node.name], @provider_dir) hierapath = Path.named_path([:hiera, node.name], @provider_dir) - Util::write_file!(hierapath, node.dump) + Util::write_file!(hierapath, node.dump_yaml) updated_files << filepath updated_hiera << hierapath end -- cgit v1.2.3