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

Make home directory location setting optional #575

Merged
merged 1 commit into from May 26, 2021

Conversation

genebean
Copy link
Contributor

Fixes #559

@genebean genebean requested a review from bastelfreak May 17, 2021 15:22
@genebean genebean added the bug Something isn't working label May 17, 2021
@genebean
Copy link
Contributor Author

@bastelfreak I am not sure I picked the right label here - feel free to change if I goofed

Copy link
Member

@bastelfreak bastelfreak left a comment

Choose a reason for hiding this comment

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

I did some chatting with @genebean on IRC and I think this is the best approach to move forward. It worka for new and existing environments and in my opinion that is important.

@genebean
Copy link
Contributor Author

@bastelfreak how do you feel about merging this and cutting a release?

manifests/init.pp Outdated Show resolved Hide resolved
@@ -117,6 +117,12 @@
# [*manage_user*]
# Whether to create/manage the user that should own consul's configuration files.
#
# [*manage_user_home_location*]
# Whether to explicitly set the location of teh consul user's home directory when this modules
# manages the creation of the user. If the consul user already exists and this is enabled, puppet
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you also note that this setting only takes effect if manage_user is true ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How does that look @solarkennedy ?

@solarkennedy solarkennedy merged commit 7f77eb0 into voxpupuli:master May 26, 2021
@genebean genebean deleted the consul_home branch May 26, 2021 17:59
@yachub yachub mentioned this pull request Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Home Attribute on consul user resource breaks our puppet runs.
3 participants