Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d8adb4be authored by Jérémie Gaidamour's avatar Jérémie Gaidamour
Browse files

[dev] kadeploy generator: sort yaml output

parent a12dcc17
Branches
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ end
output_file = Pathname("#{$output_dir}/modules/kadeployg5k/files/#{site_uid}/server_conf#{suffix.tr('-', '_')}/clusters.conf")
output_file.dirname.mkpath()
File.write(output_file, clusters_conf.to_yaml)
write_yaml(output_file, clusters_conf)
#
# Generate <cluster_uid>-cluster.conf files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment