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

settings #2

Open
stephenbcollier opened this issue Jun 2, 2023 · 1 comment
Open

settings #2

stephenbcollier opened this issue Jun 2, 2023 · 1 comment
Labels
question Further information is requested

Comments

@stephenbcollier
Copy link

How do we create a setting need to set.
efi.quickBoot.enabled = FALSE

@ananace
Copy link
Owner

ananace commented Jun 2, 2023

You'd create the file /etc/foreman/plugins/foreman_vmware_advanced.yaml, and list all your VMX settings under the key :vmware_advanced in it, something like;

---
:vmware_advanced:
  efi.quickBoot.enabled: 'FALSE'

I should really write a blurb about the configuration in the readme, that entirely got forgotten while redoing the configuration for the plugin.

@ananace ananace added the question Further information is requested label Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants