setup the artboard symlink and restart apache for artboard

This commit is contained in:
Seth Vidal 2012-12-14 05:09:45 +00:00
parent 3e464e3fae
commit 13d677ece7

View file

@ -47,5 +47,11 @@
- php-gd
- php-mysql
- name: link artboard into /var/www/html
action: file state=link src=/srv/persist/artboard path=/var/www/html/artboard
- name: startup apache
action: service name=httpd state=restarted
handlers:
- include: $handlers/restart_services.yml