auser/poolparty

No such file or directory - /tmp/poolparty/poolparty/chef/etc/chef/roles/chef.json (Errno::ENOENT)

Opened this issue · 3 comments

Getting this error "No such file or directory - /tmp/poolparty/poolparty/chef/etc/chef/roles/chef.json (Errno::ENOENT)" after starting cloud by "cloud start"

Yikes.
Can you try downloading the source and running it?

git clone git://github.com/auser/poolparty.git
export PATH=$PATH:/path/to/poolparty/bin
cloud start

tried it, but i got the same error msg "/opt/local/lib/ruby/gems/1.8/gems/poolparty-1.6.3/bin/../lib/poolparty/chef_attribute.rb:22:in `initialize': No such file or directory - /tmp/poolparty/poolparty/chef/etc/chef/roles/chef.json (Errno::ENOENT)"

i setted my PATH by this:
"export PATH=$PATH:/User/maize/poolparty/bin"
is it correct?

hint for others, this export worked for me: "export PATH=~/poolparty/bin:$PATH"