mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-20 21:29:21 +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:
6
puppet/manifests/classes/django.pp
Normal file
6
puppet/manifests/classes/django.pp
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
class django::uwsgi {
|
||||
include nginx
|
||||
include uwsgi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user