-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I am attempting to setup a Django application layer in Opsworks.
I can run opsworks_deploy_python::django-setup with no issue.
However opsworks_deploy_python::django-configure fails with the error below.
The directory .../current does not exist.
Am I missing a step?
My stack has this custom json:
{
"deploy": {
"django-test": {
"custom_type":"django"
}
}
}
error logs:
[2016-01-18T18:43:03+00:00] INFO: Processing template[/srv/www/django-test/current/local_settings.py] action create (opsworks_deploy_python::django-configure line 47)
================================================================================
Error executing action `create` on resource 'template[/srv/www/django-test/current/local_settings.py]'
================================================================================
Chef::Exceptions::EnclosingDirectoryDoesNotExist
------------------------------------------------
Parent directory /srv/www/django-test/current does not exist.
Metadata
Metadata
Assignees
Labels
No labels