| author | ymh <ymh.work@gmail.com> |
| Sat, 15 Mar 2014 10:01:51 +0100 | |
| changeset 615 | 854fae0779c6 |
| parent 587 | a1aa29e7809f |
| permissions | -rw-r--r-- |
class sysconfig::buildout { exec { 'bootstrap': command => '/usr/bin/python bootstrap.py', cwd => '/srv/comt', creates => '/srv/comt/bin', user => 'vagrant'; 'buildout': command => '/srv/comt/bin/buildout -c /srv/comt/buildout-prod.cfg', cwd => '/srv/comt', timeout => 0, creates => '/srv/comt/bin/gunicorn'; } Exec['bootstrap'] -> Exec['buildout'] }