-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Cannot complete agent / client add via puppet #585
Comments
if I move the icinga2 profile for puppet-dev into the modules, then the install the upstream module itself dies. Jenkins:
Am I supposed to edit the existing module or rename what I am doing as an "Extension" of the installed module? |
I think is just my misunderstanding of the module. I was using the same module names as the one I installed from puppet forge. Created a new module that does the agent connection in it's own class modules/uda_icinga/agent.pp
I know probably the best thing is to put this in the node role, but I wanted to share this common "module" with several roles |
My issue here was incorrectly adding "api" to the |
Expected Behavior
The profile modules/profile/manifests/icinga2/agent.pp I added should respect the pki setting I added:
My agent.pp: https://gist.github.com/mtdeguzis/7036fc9fe8a9e7bc4b4078708b79c205
testnode.pp role: https://gist.github.com/mtdeguzis/a3af52f453a31179d73826effc15b412
Current Behavior
The puppet sync with master seems to ignore my pki setting of 'none'. I'll be happy to recheck docs if I missed something.
I install the Icinga module during the build of my master puppet node:
node sync:
Possible Solution
?
Context
Your Environment
puppet module list
):puppet -V
):The text was updated successfully, but these errors were encountered: