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

Add support for running on PE #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bastelfreak
Copy link
Member

No description provided.

String $puppet_user = 'puppet',
String $puppet_group = 'puppet',
String $puppet_user = $puppetserver_foreman::params::puppet_user,
String $puppet_group = $puppet_user,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me know what you think about it. I think in 99% of the situations, user and group are identical. In case someone want's to run on a customer user/group, it's now enough to just puppet_user. I think that's a nice convenience feature.

@bastelfreak bastelfreak added the Enhancement New feature or request label Nov 13, 2024
@bastelfreak
Copy link
Member Author

Verified that this works on PE, no matter how the puppet agent is installed: theforeman/puppet-foreman_proxy#848 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant