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

Move parameters to init.pp + more data types #800

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Aug 16, 2021

This makes it easier to maintain due to a better readability. It also makes puppet-strings' default values more useful, even if right now we don't publish that.

The fact function returns undef if the fact doesn't exist. This
simplifies the code.
These parameters have a sane default and doesn't need to be in the
config.
Since Puppet 4 the agent runs as root and the package doesn't create the
user & group anymore. Only the server runs as a limited user. This means
the parameters are no longer needed.
This makes it easier to maintain due to a better readability. It also
makes puppet-strings' default values more useful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants