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

more flexible ondemand.d configurations. #258

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Conversation

johrstrom
Copy link
Collaborator

Fixes #257 by allowing for ood_ondemand_d_configs which is a hash of all the things you'd like to specify in ondemand.d files.

Here in this test case, I've given this configuration.

ood_ondemand_d_configs:
  motd:
    content:
      motd_render_html: true

Which will ultimately write out this content to ondemand.d/motd.yml.

motd_render_html: true

This allows for more flexible ondemand.d configurations. Instead of
this role supplying all configurations in one single file, users
can define a yaml structure that will create specific files for each
feature while also being able to specify group and file permissions
on the file.
@johrstrom johrstrom merged commit d0972b5 into develop Dec 11, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant