Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions files/etc/st2/st2.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<%- db_username = env_st2_db_username || nil -%>
<%- db_password = env_st2_db_password || nil -%>
<%- mask_secrets = env_mask_secrets || 'True' -%>
<%- pack_virtualenv_opts = env_pack_virtualenv_opts || '--system-site-packages' -%>

[api]
# Host and port to bind the API server.
Expand All @@ -43,6 +44,7 @@ logging = <%= conf_root %>/st2reactor/conf/console.conf

[actionrunner]
logging = <%= conf_root %>/st2actions/conf/console.conf
virtualenv_opts = <%= pack_virtualenv_opts %>

[auth]
host = 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackstorm-st2",
"version": "0.13.2",
"version": "0.13.3",
"author": "stackstorm",
"summary": "Puppet module to manage/configure StackStorm",
"license": "Apache 2.0",
Expand Down