diff --git a/pillar.example b/pillar.example index b421fc1..0f11d78 100644 --- a/pillar.example +++ b/pillar.example @@ -204,7 +204,7 @@ prometheus: linux: # 'Alternatives system' priority: zero disables (default) # yamllint disable-line rule:braces - altpriority: {{ range(1, 9100000) | random }} + altpriority: {{ range(1, 100000) | random }} tofs: # The files_switch key serves as a selector for alternative diff --git a/test/salt/pillar/default.sls b/test/salt/pillar/default.sls index 39dbda3..0ae2d37 100644 --- a/test/salt/pillar/default.sls +++ b/test/salt/pillar/default.sls @@ -209,7 +209,7 @@ prometheus: linux: # 'Alternatives system' priority: zero disables (default) # yamllint disable-line rule:braces - altpriority: {{ range(1, 9100000) | random }} + altpriority: {{ range(1, 100000) | random }} tofs: # The files_switch key serves as a selector for alternative diff --git a/test/salt/pillar/repo.sls b/test/salt/pillar/repo.sls index 4bd9f60..72b4de0 100644 --- a/test/salt/pillar/repo.sls +++ b/test/salt/pillar/repo.sls @@ -164,7 +164,7 @@ prometheus: linux: # 'Alternatives system' priority: zero disables (default) # yamllint disable-line rule:braces - altpriority: {{ range(1, 9100000) | random }} + altpriority: {{ range(1, 100000) | random }} tofs: # The files_switch key serves as a selector for alternative