Remove directive to create database.yml as user root.#17
Remove directive to create database.yml as user root.#17glendudek wants to merge 1 commit intoAgilionApps:masterfrom
Conversation
… executing via vagrant on an Ubuntu (11.10) development system as chef tries to execute a 'chown' on the NFS client, which is not permitted by the Ubuntu NFS server even though all client uids (including root) are mapped to the same uid on the server, alas. I am guessing the Max OS X NFS server allows the chown, as no owner uids will be changed by the chown.
|
Thanks Glen! I actually had to change this to use root for OSX. I am going to pull this down and play with it when I have a chance. I will see if I can get it working for both platforms. |
|
Damn, I was afraid of something like that. I'll poke around as well to see Glen On Fri, Aug 16, 2013 at 11:23 AM, Alan Peabody notifications@github.comwrote:
|
This fails when executing via vagrant on an Ubuntu (11.10) development system as chef tries to execute a 'chown' on the NFS client, which is not permitted by the Ubuntu NFS server even though all client uids (including root) are mapped to the same uid on the server, alas. I am guessing the Max OS X NFS server allows the chown, as no owner uids will be changed by the chown.