Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
d8adb4be
Commit
d8adb4be
authored
Apr 21, 2016
by
Jérémie Gaidamour
Browse files
[dev] kadeploy generator: sort yaml output
parent
a12dcc17
Changes
1
Hide whitespace changes
Inline
Side-by-side
dev/puppet/kadeployg5k.rb
View file @
d8adb4be
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment