mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
sls/xen/init.sls: salt['pillar.get'] instead of pillar.get;
This commit is contained in:
parent
781b9c4eb4
commit
f624c4743a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user