-
Notifications
You must be signed in to change notification settings - Fork 289
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
Pull request #407 breaks the show for me. #412
Comments
Just to make sure... pluginsync works fine. The changes get spread:
|
Hi, can you post your manifest? It seems that you are using "db" instead of redis_db # [*redis_db*]
# Integer. The Redis instance DB to use/select
# Default: 0 |
I'm using the following puppet code:
The rest comes from hiera by relying on data bindings. Neither |
Hm, now I'm puzzled. Yesterday I had at least 10 failed runs on every node. Switching to revision d18199aa - the stuff worked. Switching back to HEAD - the stuff didn't work. Restarted puppetmaster, puppet agents... nothing helped. Then I left the stuff for 10h and this morning - first puppet agent run - worked and every thereafter. Nothing has changed though since yesterday (hierdata, manifest, ... No idea where this strange behaviour was coming from. Well, sorry for the bells and whistles. |
I just updated my master to current HEAD and the module is now broken for me. Pull request #407 breaks my stuff with the following error message:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter db on Sensu_redis_config[myserver.example.com] at /etc/puppet/environments/development/modules/sensu/manifests/redis/config.pp:34 on node myserver.example.com
Doing a
git checkout d1819aa2d8e817
(the commit right before the offending commit), the catalog compilation works again as expected.Any ideas?
The text was updated successfully, but these errors were encountered: