Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent key name in salt states qvm.prefs and qvm.present #9633

Open
RandyTheOtter opened this issue Dec 7, 2024 · 0 comments
Open
Labels
affects-4.2 This issue affects Qubes OS 4.2. C: mgmt needs diagnosis Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed. P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.

Comments

@RandyTheOtter
Copy link

How to file a helpful issue

Qubes OS release

4.2.3

Brief summary

qvm.prefs refers to memory as memory, whereas qvm.present refers to memory as mem.

Steps to reproduce

Use aforementioned salt modules.

Expected behavior

Both modules use identical key names for the same qube preferences. For example:

whocares:
  qvm.prefs:
    - memory: 42069

wow:
  qvm.present:
    - memory: 1337

Actual behavior

whocares:
  qvm.prefs:
    - memory: 42069

wow:
  qvm.present:
    - mem: 1337
@RandyTheOtter RandyTheOtter added P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists. labels Dec 7, 2024
@andrewdavidwong andrewdavidwong added C: mgmt needs diagnosis Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed. affects-4.2 This issue affects Qubes OS 4.2. labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-4.2 This issue affects Qubes OS 4.2. C: mgmt needs diagnosis Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed. P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Projects
None yet
Development

No branches or pull requests

2 participants