mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
Bump up xen revision;
This commit is contained in:
parent
f2eadeb1d1
commit
b4162cc16a
@ -3,8 +3,8 @@
|
||||
# This should be set when we can not install xen from here;
|
||||
# For example: machine is PXE booted, and you need to modify file on tftp server;
|
||||
{% set xen_provided = salt['grains.get']('xen_provided', False) %}
|
||||
{% set xen_version = salt['pillar.get']('xen_version', '4.7.1-r4') %}
|
||||
{% set xen_tools_version = salt['pillar.get']('xen_version', '4.7.1-r4') %}
|
||||
{% set xen_version = salt['pillar.get']('xen_version', '4.7.1-r5') %}
|
||||
{% set xen_tools_version = salt['pillar.get']('xen_version', '4.7.1-r6') %}
|
||||
{% set xen_version_short = xen_version.split('-')[0] %}
|
||||
|
||||
include:
|
||||
|
Loading…
Reference in New Issue
Block a user