RETIRED, Puppet module for mailman
Go to file
Colleen Murphy 9cbaded7dc Fix scope of vhost template variables
Dynamic scoping for variables in ERB templates was removed in puppet
4[1] which means that the variables defined in the
mailman::site class cannot be found when it is referenced in
the httpd::vhost defined type and will be evaluated as nil when
puppet runs. Use scope.lookupvar instead to be explicit about the
variable's source.

[1] https://puppet.com/docs/puppet/4.10/lang_updating_manifests.html#dynamic-scoping-in-erb

Change-Id: I344be46a2e69d0eadda9148e1b7dd1f73c7a1edd
2018-05-09 15:19:33 -07:00
files Remove openstack HTML templates 2018-01-23 16:07:50 -08:00
lib/puppet Add multi-site support 2017-12-13 13:49:57 -08:00
manifests Convert httpd::vhost to apache::vhost::custom 2018-05-09 15:19:33 -07:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
templates Fix scope of vhost template variables 2018-05-09 15:19:33 -07:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-04 13:25:23 -07:00
.gitreview Add initial puppet module files 2015-01-29 10:34:10 -08:00
Gemfile Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
LICENSE Add missing LICENSE file 2015-01-29 22:58:31 +00:00
README.md Add initial puppet module files 2015-01-29 10:34:10 -08:00
Rakefile Add initial puppet module files 2015-01-29 10:34:10 -08:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +00:00

README.md

OpenStack Mailman Module

This module installs and configures Mailman