You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Could not find resource 'Package[nagios-plugins]' in parameter 'require' (file: /etc/puppetlabs/code/environments/production/modules/nrpe/manifests/plugin.pp, line: 18) on node mynode
Any additional information you'd like to impart
I changed package_name as a workarround of issue #35.
The issue seems that nrpe::plugin::package_name does not get the value of nrpe::package_name
The text was updated successfully, but these errors were encountered:
Sorry, for the bad issue report. I was indeed running an old version of the module, while I thought I had updated it.
Sorry again for the trouble and thanks for the comment.
Affected Puppet, Ruby, OS and module versions/distributions
5.3.13
2.7
Ubuntu 20.04
4.0.0
How to reproduce (e.g Puppet code you use)
What are you seeing
Puppet agent fail with catalog compilation error.
What behaviour did you expect instead
Puppet agent running correctly.
Output log
Any additional information you'd like to impart
I changed
package_name
as a workarround of issue #35.The issue seems that
nrpe::plugin::package_name
does not get the value ofnrpe::package_name
The text was updated successfully, but these errors were encountered: