commit | 85433d2f019e68d0c90a15bab427d2609857f7a9 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Tue May 07 12:31:57 2019 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Tue May 07 12:31:57 2019 +0000 |
tree | b5178879c74fc3a747da27f19e5ffa680a2ba6fb | |
parent | e7462fcf352d2ecb35463129e915136885cb3e9f [diff] | |
parent | f085c58c6048d80a525a2e141486c6b930bb03c8 [diff] |
Merge "Set /etc/hosts entries to lowercase" into release/2019.2.0
diff --git a/linux/files/hosts b/linux/files/hosts index 17ee079..c1a7c19 100644 --- a/linux/files/hosts +++ b/linux/files/hosts
@@ -45,5 +45,5 @@ {%- else %} {%- set sorted_entries = entries -%} {%- endif %} -{{ address }} {{ sorted_entries|join(' ') }} +{{ address }} {{ sorted_entries|join(' ')|lower }} {%- endfor %}