Skip to content

Instantly share code, notes, and snippets.

@eherot
Created April 17, 2014 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eherot/11004739 to your computer and use it in GitHub Desktop.
Save eherot/11004739 to your computer and use it in GitHub Desktop.
Ohai AttributeNotFound
[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