Skip to content
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

undefined method `provider' for nil:NilClass #12

Closed
lkthomas opened this issue Oct 27, 2015 · 2 comments
Closed

undefined method `provider' for nil:NilClass #12

lkthomas opened this issue Oct 27, 2015 · 2 comments

Comments

@lkthomas
Copy link

2015-10-27T11:20:17.497732+08:00 mocha puppet-agent[9827]: Could not autoload puppet/provider/kernel_parameter/grub: undefined method provider' for nil:NilClass 2015-10-27T11:20:17.497904+08:00 mocha puppet-agent[9827]: Could not autoload puppet/type/kernel_parameter: Could not autoload puppet/provider/kernel_parameter/grub: undefined methodprovider' for nil:NilClass
2015-10-27T11:20:17.497999+08:00 mocha puppet-agent[9827]: Could not retrieve catalog from remote server: Could not intern from text/pson: Could not autoload puppet/type/kernel_parameter: Could not autoload puppet/provider/kernel_parameter/grub: undefined method `provider' for nil:NilClass

puppet config:
kernel_parameter { "quiet":
ensure => present,
bootmode => "normal",
}

kernel_parameter { "processor.max_cstate":
ensure => present,
value => "0",
}

@raphink
Copy link
Member

raphink commented Oct 27, 2015

Did you install the augeas providers_core module?

@lkthomas
Copy link
Author

that's it, thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants