Hello everyone,
I'm trying to use this module and get deprecation error.
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 7.2.1
- Ruby:
- Distribution: Centos 7
- Module version: 0.1.1
How to reproduce (e.g Puppet code you use)
To check if module works, i'm trying to use code exact same with example in Readme.
What are you seeing
on line $d = Deferred('vault_lookup::lookup', ["secret/test", 'https://vault.hostname:8200'])
agent falls and I see an error:
Error: Failed to apply catalog: undefined method `http_ssl_instance' for Puppet::Network::HttpPool:Module Did you mean? http_instance
Looks like, module's code uses a deprecated ruby's module. I'm not really familiar with ruby, so I can't inspect this issue closer. Is there any solution?
Hello everyone,
I'm trying to use this module and get deprecation error.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
To check if module works, i'm trying to use code exact same with example in Readme.
What are you seeing
on line
$d = Deferred('vault_lookup::lookup', ["secret/test", 'https://vault.hostname:8200'])agent falls and I see an error:
Error: Failed to apply catalog: undefined method `http_ssl_instance' for Puppet::Network::HttpPool:Module Did you mean? http_instanceLooks like, module's code uses a deprecated ruby's module. I'm not really familiar with ruby, so I can't inspect this issue closer. Is there any solution?