-
Notifications
You must be signed in to change notification settings - Fork 11
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
Hiera lookups with no default in params.pp #7
Comments
Thanks for letting me know. |
Oh and which version are you using? The puppet forge version or the head of the github tree? |
I'm using master - at the moment, I'm actually running off of a branch in my fork (https://github.com/jantman/puppet-icinga/tree/enc) since I need to use an ENC with it. Looks like you already found the variables in question: |
Just wanted to let you know a fix is in progress. |
Cool, thanks. I'm currently working off of a fork, but once this fix is done I'll give a try at reconciling them and submitting a pull request if interested. The main thing that I did, other than making it more ENC-friendly, was updating to use the latest version of dependencies, and converting most of the classic GUI stuff to the apache::vhost type. |
I am currently doing that myself actually... Have you pushed your workings up to github yet? |
I pushed out rc2 for 1.2.2 today. |
Unfortunately, I doubt it. After this long, reconciling my fork with this probably won't be simple. I'm still running off of https://github.com/jantman/puppet-icinga/tree/enc ; it has some relatively large changes (https://github.com/jantman/puppet-icinga/compare/enc) and unfortunately we've been through a reorg at work, and I'm not sure whether monitoring is really even in my new group's purview anymore, so I don't think I'll be able to dedicate much work time to this... |
All cool dude. Will let you know. |
There are 4 hiera() lookups in the first few lines of icinga::params that have no default value. The README says that this module works with an ENC, but at least with these hiera() lookups without default values, it does not. It just dies with a compile error.
The text was updated successfully, but these errors were encountered: