2015-01-21 18:00:07 +08:00
|
|
|
# vim: sw=2 sts=2 ts=2 sw et
|
2017-11-23 21:01:23 +01:00
|
|
|
#
|
|
|
|
# This file is managed by salt. Do not edit by hand.
|
|
|
|
#
|
2015-11-20 11:33:35 +08:00
|
|
|
{% for onepath in path %}
|
|
|
|
{{ onepath }}
|
|
|
|
{%- endfor %}
|
|
|
|
{
|
2017-11-23 21:01:23 +01:00
|
|
|
{%- for item in data %}
|
2015-01-21 18:00:07 +08:00
|
|
|
{{ item }}
|
|
|
|
{%- endfor %}
|
|
|
|
}
|