View difference between Paste ID: aGnJCeLE and JwCTgSSE
SHOW: | | - or go back to the newest paste.
1
pilalr data:
2
3-
option_data: ['a','b','c','d']
3+
option_data: 
4
	- a
5
	- b
6
	- c
7
	- d
8
9
10
11
Jinja_template:
12
13
{% for data in pillar.get('option_data', {}).items() %}
14
  option {{ data }}
15
{% endfor %}