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
There is no source option. So when behind a proxy it fails.
In this case I am using sensu_gem provider to use the embedded ruby.
Also above if the pkg_provider is sensu_gem default becomes undef for install options. So install options do not work.
Though looking at the parent gem provider gem list operations do not use install_options but only source. So it will still be preferable to have a source option available.
It would be nice to add a pkg_source param for this so we can supply a source option.
What did you do?
Tried to install plugins using the sensu_gem provider
What happened?
As part of the operation a gem list is done and if behind a proxy this fails as the only var/option available to use is "install_options" which is not used during a list operation inherited from the gem provider to the sensu_gem provider.
What did you expect to happen?
How can someone reproduce the problem?
Run behind a proxy using the sensu_gem provider
Command used and debugging output
What does your puppet config look like (including any hiera config)
Is this a masterless or master based puppet setup?
Platform and version information
Your OS: U16
Your Ruby version: Sensu Embedded ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
Your version of Puppet: 5.0.1
Your version of Sensu: 1.3.3-1
Your version of this module: 2.52.0
Anything else to add that you think will be helpful?
Or please feel free to show me if there is a better way to do this?
The text was updated successfully, but these errors were encountered:
Description of problem
When using sensu plugin type package:
There is no source option. So when behind a proxy it fails.
In this case I am using sensu_gem provider to use the embedded ruby.
Also above if the pkg_provider is sensu_gem default becomes undef for install options. So install options do not work.
Though looking at the parent gem provider gem list operations do not use install_options but only source. So it will still be preferable to have a source option available.
It would be nice to add a pkg_source param for this so we can supply a source option.
Something like:
What did you do?
Tried to install plugins using the sensu_gem provider
What happened?
As part of the operation a gem list is done and if behind a proxy this fails as the only var/option available to use is "install_options" which is not used during a list operation inherited from the gem provider to the sensu_gem provider.
What did you expect to happen?
How can someone reproduce the problem?
Run behind a proxy using the sensu_gem provider
Command used and debugging output
Platform and version information
Anything else to add that you think will be helpful?
Or please feel free to show me if there is a better way to do this?
The text was updated successfully, but these errors were encountered: