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