Update git submodules

* Update puppet-mailman from branch 'master'
  - Remove AvoidDuplicates from mailman pipeline
    
    This prevents mailman from altering the CC header, at the expense
    of causing some users to receive duplicate messages.
    
    Hopefully they have MTA or MUAs which can suppress duplicates based
    on Message-ID.
    
    Change-Id: I8dcb071d977d45f1ed8e0793c35d0f6f312a7ba8
    
  - Add beaker tests for custom providers
    
    Add tests to ensure the mailman_list and maillist providers work as
    expected.
    
    Change-Id: I7b54a364f55bde50390fef5eb017576285e59458
    
  - Merge "Use httpd::vhost $content parameter"
  - Merge "Add beaker tests"
  - Update Gemfile for Zuulv3
    
    The logic in the Gemfile was relying on Zuulv2 variables to find out
    whether the spec helper gem was already available on disk, and since
    Zuulv3 has changed things it was failing to find it and downloading the
    master version instead. This patch ensures the Gemfile looks for the gem
    in the right place when running in CI.
    
    Change-Id: I5dffef20f15f664d488f7ff9882d0be713b6755a
    
  - Use httpd::vhost $content parameter
    
    Use the new $content parameter of httpd::vhost instead of $template.
    This way, the template gets rendered within the scope where it assumes
    its variables are, and doesn't need to use the scope object which
    doesn't work within a defined type. This will ensure the template keeps
    working on puppet 4.
    
    Depends-On: https://review.openstack.org/570824
    Change-Id: Iaa31189ace6140327af034fd8209211077d7c552
    
  - Add beaker tests
    
    Add functional tests to verify that the mailman functionality, both
    single host and multihost, works correctly and generates the expected
    virtualhost config.
    
    Change-Id: Ie3f23cf918f3575e0403626d94a8a0f1f68ae831
    
  - Exit 0 if MAILMAN_SITE_DIR is not set
    
    This variable is required for the multihost hack to work, but the
    dpkg scripts don't know about it.  Just exit 0 if it's not set
    (but still provide a message for admins) so that the dpkg scripts
    don't bomb.
    
    Change-Id: Ib5d806794d62c089f4267f7b5e4cee6e6702c5ff
This commit is contained in:
James E. Blair 2019-02-05 16:02:48 -08:00 committed by Gerrit Code Review
parent 636bb0f778
commit 75f2d26d0a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 74aabb8bbb9a04ff4025b8217f57534fe82ff15c
Subproject commit 26be785a8f3be583e985462c6e9ea71618784fe8