fix(alternatives): fix requisite
This commit is contained in:
parent
58ed85a1f9
commit
8c410d73f8
@ -33,14 +33,12 @@ prometheus-archive-alternatives-install-{{ name }}-home-alternatives-install:
|
|||||||
- order: 10
|
- order: 10
|
||||||
- watch:
|
- watch:
|
||||||
- archive: prometheus-archive-install-{{ name }}-archive-extracted
|
- archive: prometheus-archive-install-{{ name }}-archive-extracted
|
||||||
- onlyif: {{ grains.os_family not in ('Suse',) }}
|
|
||||||
|
|
||||||
prometheus-archive-alternatives-install-{{ name }}-home-alternatives-set:
|
prometheus-archive-alternatives-install-{{ name }}-home-alternatives-set:
|
||||||
alternatives.set:
|
alternatives.set:
|
||||||
- name: prometheus-{{ name }}-home
|
- name: prometheus-{{ name }}-home
|
||||||
- path: {{ p.dir.basedir }}/{{ bundle }}
|
- path: {{ p.dir.basedir }}/{{ bundle }}
|
||||||
- require:
|
- require:
|
||||||
- cmd: prometheus-archive-alternatives-install-{{ name }}-home-cmd-run
|
|
||||||
- alternatives: prometheus-archive-alternatives-install-{{ name }}-home-alternatives-install
|
- alternatives: prometheus-archive-alternatives-install-{{ name }}-home-alternatives-install
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@ -49,7 +47,6 @@ prometheus-archive-alternatives-install-{{ name }}-home-alternatives-set:
|
|||||||
|
|
||||||
prometheus-archive-alternatives-install-{{ name }}-cmd-run-{{ b }}-alternative:
|
prometheus-archive-alternatives-install-{{ name }}-cmd-run-{{ b }}-alternative:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- onlyif: {{ grains.os_family in ('Suse',) }}
|
|
||||||
- name: update-alternatives --install /usr/local/bin/{{ b }} prometheus-{{ name }}-{{ b }} {{ p.dir.basedir }}/{{ bundle }}/{{ b }} {{ p.linux.altpriority }}
|
- name: update-alternatives --install /usr/local/bin/{{ b }} prometheus-{{ name }}-{{ b }} {{ p.dir.basedir }}/{{ bundle }}/{{ b }} {{ p.linux.altpriority }}
|
||||||
- require:
|
- require:
|
||||||
- cmd: prometheus-archive-alternatives-install-{{ name }}-home-cmd-run
|
- cmd: prometheus-archive-alternatives-install-{{ name }}-home-cmd-run
|
||||||
|
Loading…
Reference in New Issue
Block a user