Skip to content

Commit 07c272c

Browse files
committed
Align "archive.extracted" states IDs
This should fix the: [...ELIDED...] ---------- ID: Install user-env setup for Windows container runtimes Function: file.managed Name: C:\Program Files\FluxCLI\flux-env.ps1 Result: False Comment: The following requisites were not found: require: sls: flux-cli.package.install Started: 16:36:37.916372 Duration: 0.0 ms Changes: ---------- [...ELIDED...] Witnessed during CI runs
1 parent 16de596 commit 07c272c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

flux-cli/config/win_file.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Generate Flux CLI PowerShell Autocompletion:
7878
Out-File -FilePath "{{ install_dir }}flux-completion.ps1"
7979
-Encoding UTF8
8080
- onchanges:
81-
- archive: 'Extract Flux CLI from Archive-File'
81+
- archive: 'Extract flux CLI Archive'
8282
- shell: powershell
8383
8484
Install user-env setup for Windows container runtimes:

flux-cli/package/win_install.sls

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Download flux CLI Archive-File:
3737
file.managed:
3838
- name: '{{ flux_archive }}'
3939
- onchanges_in:
40-
- archive: 'Extract Flux CLI from Archive-File'
40+
- archive: 'Extract flux CLI Archive'
4141
- skip_verify: True
4242
- source: '{{ flux_cli.pkg.download_uri }}'
4343
{%- else %}
@@ -55,13 +55,13 @@ Download flux CLI Archive-File:
5555
cmd.run:
5656
- name: 'curl -sSLf -o {{ flux_archive }} {{ download_uri }}'
5757
- onchanges_in:
58-
- archive: 'Extract Flux CLI from Archive-File'
58+
- archive: 'Extract flux CLI Archive'
5959
- require:
6060
- test: 'Announce Fall-back'
6161
- unless: 'test -s {{ flux_archive }}'
6262
{%- endif %}
6363
64-
Extract Flux CLI from Archive-File:
64+
Extract flux CLI Archive:
6565
archive.extracted:
6666
- enforce_toplevel: False
6767
- name: '{{ install_dir }}'
@@ -72,10 +72,10 @@ Ensure Flux CLI is in PATH:
7272
win_path.exists:
7373
- name: '{{ install_dir }}'
7474
- require:
75-
- archive: 'Extract Flux CLI from Archive-File'
75+
- archive: 'Extract flux CLI Archive'
7676
7777
Remove staged flux CLI Archive-File:
7878
file.absent:
7979
- name: '{{ flux_archive }}'
8080
- require:
81-
- archive: 'Extract Flux CLI from Archive-File'
81+
- archive: 'Extract flux CLI Archive'

0 commit comments

Comments
 (0)