- add nginx module to manage reverse proxy on host level - add puppetboard venv - add gunicorn instance - add script to start the gunicorn instance - add nginx vhost
7 lines
174 B
Puppet
7 lines
174 B
Puppet
# a role to deploy the puppetboard
|
|
class roles::puppet::puppetboard {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::puppet::puppetboard
|
|
}
|