-
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
Changing Handler type fails with 'keys' error #360
Comments
When I apply class { 'sensu': }
sensu::handler{'whatever':
type => 'pipe',
command => 'whatever',
socket => {
host => 'whatever',
port => 12345
},
} to a clean machine I don't get any errors. Could you provide some more details as to what is generating the error you're seeing? |
The problem appears when you apply the type "pipe" to a machine and then you try to change it to "tcp". |
I've also run into this bug. If I have a handler defined that deploys the following:
and then change the definition to deploy:
I get:
|
Is this still an issue? Will close in ~2 weeks if we have no response. |
I think this is probably still an issue but have no way to test at the moment.. |
I think this is related to #531 |
#531 was merged, so closing this |
I have the configuration:
I run puppet and I realize there is an error: the type. I fix it, but when I run puppet again it returns:
And puppet do not work again.
Bypass: remove the handler, run puppet, and write it again.
The text was updated successfully, but these errors were encountered: