You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to mount a folder that is created by the provisionner (puppet) but sshfs is setup before the provisionner.
I then get an error:
==> ssq-ca-liferay: Mounting SSHFS for /opt/liferay-portal to mount
ssq-ca-liferay: Source folder /opt/liferay-portal does not exist, create?
y
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mkdir -p /opt/app
What I'd need is the sshfs to kickoff after provisionning. As an alternative having a setting to force the creation of the folder if it didn't exist AND have it created by root if needed would also work.
As a work arround, I currently deactivate sshfs on first vagrant up.
The text was updated successfully, but these errors were encountered:
I want to mount a folder that is created by the provisionner (puppet) but sshfs is setup before the provisionner.
I then get an error:
==> ssq-ca-liferay: Mounting SSHFS for
/opt/liferay-portal
tomount
ssq-ca-liferay: Source folder
/opt/liferay-portal
does not exist, create?y
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mkdir -p /opt/app
Stdout from the command:
Stderr from the command:
mkdir: cannot create directory `/opt/app': Permission denied
What I'd need is the sshfs to kickoff after provisionning. As an alternative having a setting to force the creation of the folder if it didn't exist AND have it created by root if needed would also work.
As a work arround, I currently deactivate sshfs on first vagrant up.
The text was updated successfully, but these errors were encountered: