Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/discourse_docker/manifests/init.pp

Issue 29427603: Noissue - Configure discourse containers to use smtp on the host system Base URL: https://hg1/infrastructure
Patch Set: use host ip instead of undef Created July 10, 2017, 11:20 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/discourse_docker/templates/app.yml.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/discourse_docker/manifests/init.pp
===================================================================
--- a/modules/discourse_docker/manifests/init.pp
+++ b/modules/discourse_docker/manifests/init.pp
@@ -52,6 +52,7 @@
$site_settings = hiera('discourse_docker::site_settings', {}),
$is_default = hiera('discourse_docker::is_default', false),
$admins = hiera('discourse_docker::admins', []),
+ $smtp_host = hiera('discourse_docker::smtp_host', '172.17.0.1'),
$google_oauth2_client_id = hiera('discourse_docker::google_oauth2_client_id', 'undef'),
$google_oauth2_client_secret = hiera('discourse_docker::google_oauth2_client_secret', 'undef'),
) {
« no previous file with comments | « no previous file | modules/discourse_docker/templates/app.yml.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld