Created
April 9, 2013 01:35
-
-
Save csaunders/5342202 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Recipe: users::default | |
* users_manage[deploy] action create | |
================================================================================ | |
Error executing action `create` on resource 'users_manage[deploy]' | |
================================================================================ | |
Net::HTTPServerException | |
------------------------ | |
404 "Object Not Found" | |
Cookbook Trace: | |
--------------- | |
/var/chef/cache/cookbooks/users/providers/manage.rb:56:in `block in class_from_file' | |
Resource Declaration: | |
--------------------- | |
# In /var/chef/cache/cookbooks/users/recipes/default.rb | |
21: users_manage "deploy" do | |
22: data_bag "deploy" | |
23: group_id 2001 | |
24: action [:create] | |
25: end | |
Compiled Resource: | |
------------------ | |
# Declared in /var/chef/cache/cookbooks/users/recipes/default.rb:21:in `from_file' | |
users_manage("deploy") do | |
action [:create] | |
retries 0 | |
retry_delay 2 | |
cookbook_name "users" | |
recipe_name "default" | |
data_bag "deploy" | |
group_id 2001 | |
search_group "deploy" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment