-
Notifications
You must be signed in to change notification settings - Fork 55
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
(PE-38155) Updating node_manager to use Latest Puppetlabs version #451
Conversation
050603a
to
b5f77d4
Compare
8b573f1
to
85ad784
Compare
Puppetfile
Outdated
@@ -4,6 +4,6 @@ | |||
# The following directive installs modules to the managed moduledir. | |||
moduledir '.modules' | |||
|
|||
mod 'WhatsARanjit/node_manager', '0.7.5' | |||
mod 'node_manager', '1.0.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mod 'node_manager', '1.0.1' | |
mod 'puppetlabs/node_manager', '1.0.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that Puppetfile even in this module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the intention was to improve instructions around installation and usage. Will keep it for now, and move or remove when this is done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But where is that file used or documented? The installation instructions in /documentation/
use bolt project init .. --modules puppetlabs-peam
. That command doesn't use the Puppetfile, only metadata.json.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bastelfreak I missed this comment, the documentation side hadn't been done as of yet. I'll raise a ticket to sort it.
Added rule purge to PE Infrastructure Agent
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 😎
@ragingra @Jo-Lillie can you please explain why PRs are being merged when there are still open discussions? |
|
|
#451 https://github.com/puppetlabs/puppetlabs-peadm/pull/339/files#r1400527387 I'll try and make sure relevant discussions are properly wrapped up as we go forward |
Summary
Updating node_manager to use latest Puppetlabs version
Adding rule purge to PE Infrastructure Agent
Docs to be updated and add warning around PEADM controlling PE Infrastructure Agent
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist
Changes include test coverage?
Have you updated the documentation?