sls/xen/init.sls: salt['pillar.get'] instead of pillar.get;

This commit is contained in:
Regna 2016-04-26 17:50:09 +03:00
parent 781b9c4eb4
commit f624c4743a

View File

@ -59,7 +59,7 @@ xenconsoled:
service.running:
- enable: True
{% for br in pillar.get('xen:xenbrs', []) %}
{% for br in salt['pillar.get']('xen:xenbrs', []) %}
/etc/init.d/net.xenbr{{ br.num }}:
file.symlink:
- target: /etc/init.d/net.lo