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
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Error: Failed to apply catalog: undefined local variable or method `resource' for Puppet::Type::Infoblox_dns_a::ProviderInfoblox_dns_a:Class Did you mean? resources Debug: Dynamically-bound se
#9
Open
pmelse opened this issue
Jul 26, 2018
· 0 comments
when running puppet agent:
Error: Failed to apply catalog: undefined local variable or method `resource' for Puppet::Type::Infoblox_dns_a::ProviderInfoblox_dns_a:Class
Did you mean? resources
I suspect this is related to puppet-infoblox/lib/puppet/provider/infoblox_dns_a/infoblox_dns_a.rb line 19, unless I'm using the module in an incorrect way?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Puppet 4.x
relevant bits of my host profile:
...
class { 'infoblox':
infoblox_username => 'someyser',
infoblox_password => 'somepassword',
infoblox_host => 'infoblox.somedomain.com',
}
infoblox_dns_a { 'name.somedomain.com':
ensure => present,
address => "1.1.1.1"
}
...
when running puppet agent:
Error: Failed to apply catalog: undefined local variable or method `resource' for Puppet::Type::Infoblox_dns_a::ProviderInfoblox_dns_a:Class
Did you mean? resources
I suspect this is related to puppet-infoblox/lib/puppet/provider/infoblox_dns_a/infoblox_dns_a.rb line 19, unless I'm using the module in an incorrect way?
The text was updated successfully, but these errors were encountered: