Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c2186365 authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

[puppet/bindg5k] bug 11169: add record label to sort A resources - required...

[puppet/bindg5k] bug 11169: add record label to sort A resources - required for Ruby version 2.1.5p273 (jenkins.nancy as of 2019-12-15)
parent 4a445050
Branches
No related tags found
No related merge requests found
Pipeline #109154 passed
......@@ -323,7 +323,7 @@ def sort_records(records)
in_a.sort_by!{ |record|
record.address.split('.').map{ |octet|
octet.to_i
}
}.push(record.label)
}
sorted_records += in_a
in_aaaa.sort_by!{ |record|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment