Created
April 17, 2014 18:56
-
-
Save eherot/11004739 to your computer and use it in GitHub Desktop.
Ohai AttributeNotFound
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2014-04-17T18:50:57+00:00] ERROR: Encountered error while running plugins: #<Ohai::Exceptions::AttributeNotFound: No such attribute: 'passwd'> | |
================================================================================ | |
Error executing action `reload` on resource 'ohai[reload]' | |
================================================================================ | |
Ohai::Exceptions::AttributeNotFound | |
----------------------------------- | |
No such attribute: 'passwd' | |
Resource Declaration: | |
--------------------- | |
# In /tmp/kitchen/cache/cookbooks/et_users/recipes/reloadohai.rb | |
1: ohai 'reload' do | |
2: action :nothing | |
3: plugin 'passwd' | |
4: end | |
5: | |
Compiled Resource: | |
------------------ | |
# Declared in /tmp/kitchen/cache/cookbooks/et_users/recipes/reloadohai.rb:1:in `from_file' | |
ohai("reload") do | |
action [:nothing] | |
retries 0 | |
retry_delay 2 | |
guard_interpreter :default | |
plugin "passwd" | |
cookbook_name "et_users" | |
recipe_name "reloadohai" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment