chore(alternatives): enable alternatives in pillar.example

This commit is contained in:
N 2019-06-25 23:50:23 +01:00
parent 4092fb4192
commit 58ed85a1f9
No known key found for this signature in database
GPG Key ID: 55A292EAB4E54067
2 changed files with 1 additions and 3 deletions

View File

@ -155,4 +155,4 @@ prometheus:
linux:
#'Alternatives system' priority: zero disables (default)
altpriority: 0
altpriority: {{ range(1, 9100000) | random }}

View File

@ -9,8 +9,6 @@
include:
- .install
{%- if grains.kernel|lower == 'linux' %}
- .alternatives
{%- endif %}
{%- endif %}