mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-23 14:49:27 +00:00
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.
This commit is contained in:
7
puppet/templates/supervisor/program.erb
Normal file
7
puppet/templates/supervisor/program.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
[program:<%= @title %>]
|
||||
command=<%= @command %>
|
||||
directory=<%= @directory %>
|
||||
user=<%= @user %>
|
||||
autostart=<%= @autostart %>
|
||||
autorestart=<%= @autorestart %>
|
||||
redirect_stderr=<%= @redirect_stderr %>
|
||||
Reference in New Issue
Block a user