| 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', undef), |
|
mathias
2017/07/07 19:45:43
Since the template does not place any conditional
f.nicolaisen
2017/07/10 08:29:08
We could use 172.17.0.1 as configured in the hiera
mathias
2017/07/10 08:32:42
Why not use the formerly hard-coded DISCOURSE_SMTP
f.nicolaisen
2017/07/10 08:39:44
There is no smtp service on localhost. The contain
|
| $google_oauth2_client_id = hiera('discourse_docker::google_oauth2_client_id', 'undef'), |
| $google_oauth2_client_secret = hiera('discourse_docker::google_oauth2_client_secret', 'undef'), |
| ) { |