chore(alternatives): enable alternatives in pillar.example
This commit is contained in:
parent
4092fb4192
commit
58ed85a1f9
@ -155,4 +155,4 @@ prometheus:
|
||||
|
||||
linux:
|
||||
#'Alternatives system' priority: zero disables (default)
|
||||
altpriority: 0
|
||||
altpriority: {{ range(1, 9100000) | random }}
|
||||
|
@ -9,8 +9,6 @@
|
||||
|
||||
include:
|
||||
- .install
|
||||
{%- if grains.kernel|lower == 'linux' %}
|
||||
- .alternatives
|
||||
{%- endif %}
|
||||
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user