Skip to content

Commit d8968d8

Browse files
committed
Fixup metadata
1 parent e342812 commit d8968d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/compute_init/files/compute-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
enable_basic_users: "{{ os_metadata.meta.basic_users | default(false) | bool }}"
2020
enable_eessi: "{{ os_metadata.meta.eessi | default(false) | bool }}"
2121
enable_chrony: "{{ os_metadata.meta.chrony | default(false) | bool }}"
22-
enable_vgpu: "{{ os_metadata.meta.chrony | default(false) | bool }}"
22+
enable_vgpu: "{{ os_metadata.meta.vpgu | default(false) | bool }}"
2323

2424

2525
# TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects

docs/mig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ addresses.
3535

3636
## compute_init
3737

38-
Use the ``enable_vgpu`` metadata option to enable creation of mig devices on rebuild.
38+
Use the ``vgpu`` metadata option to enable creation of mig devices on rebuild.
3939

4040
## gres configuration
4141

0 commit comments

Comments
 (0)