Files
vapemap/puppet/templates/supervisor/program.erb
Andrew Williams 572216d10b Vagrant Support
Brings in the basic config for Vagrant, missing elasticsearch but its enough to bring up a Vagrant instance of the main web app.
2013-03-31 23:53:55 +01:00

7 lines
193 B
Plaintext

[program:<%= @title %>]
command=<%= @command %>
directory=<%= @directory %>
user=<%= @user %>
autostart=<%= @autostart %>
autorestart=<%= @autorestart %>
redirect_stderr=<%= @redirect_stderr %>