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

User is not created when running just this cookbook #1

Open
andreacampi opened this issue Feb 21, 2013 · 0 comments
Open

User is not created when running just this cookbook #1

andreacampi opened this issue Feb 21, 2013 · 0 comments
Assignees
Labels

Comments

@andreacampi
Copy link
Member

Private email from Fabrizio Frosali:

With a run list of just:

recipe[cloudfoundry-dea]

we get this error:

cannot determine user id for 'cloudfoundry', does the user exist on this system?

# In /var/chef/cache/cookbooks/cloudfoundry/providers/source.rb

 34:   d = directory new_resource.path do
 35:     user new_resource.user
 36:     group new_resource.group
 37:     recursive true
 38:     action :nothing
 39:   end
 40:   d.run_action(:create)

@ghost ghost assigned andreacampi Feb 21, 2013
andreacampi pushed a commit to andreacampi/cloudfoundry-dea-cookbook that referenced this issue Feb 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant