- name: myapp_app
- summary: Common configuration for running the C-Rex platform (just the application host)
- post:
- base:
- - "echo ---- Creating home directory structures"
- - "mkdir -p /home/myapp/stuff"
- - "echo ---- Installing application and setting permissions"
- - "chown -R myapp:myapp /home/myapp"