File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656# [*app_directory*]
5757# Vassal directory for application config files
5858#
59+ # [*tyrant*]
60+ # Whether to run the emperor in tyrant mode
61+ # Default: true
62+ #
5963# [*install_pip*]
6064# Install pip if it's not already installed?
6165# Default: true
9498 $config_file = $uwsgi::params::config_file,
9599 $log_file = $uwsgi::params::log_file,
96100 $app_directory = $uwsgi::params::app_directory,
101+ $tyrant = $uwsgi::params::tyrant,
97102 $install_pip = $uwsgi::params::install_pip,
98103 $install_python_dev = $uwsgi::params::install_python_dev,
99104 $python_pip = $uwsgi::params::python_pip,
Original file line number Diff line number Diff line change 1515 $service_provider = ' upstart'
1616 $manage_service_file = true
1717 $config_file = ' /etc/uwsgi.ini'
18+ $tyrant = true
1819 $install_pip = true
1920 $install_python_dev = true
2021 $log_file = ' /var/log/uwsgi/uwsgi-emperor.log'
Original file line number Diff line number Diff line change 77socket = <%= @socket %>
88pidfile = <%= @pidfile %>
99emperor = <%= @app_directory %>
10- emperor-tyrant = true
10+ emperor-tyrant = <%= @tyrant %>
1111master = true
1212autoload = true
1313log-date = true
You can’t perform that action at this time.
0 commit comments