The new version has introduced a regression that has broken our MTA (Postfix), based on the camptocamp-postfix module.
Steps to reproduce on Ubuntu 18.04 LTS: ``` https://apt.puppetlabs.com/puppet6-release-bionic.deb dpkg -i puppet6-release-bionic.deb apt update;apt install -y puppet-agent puppet module install camptocamp-postfix --version 1.8.0 puppet apply -e 'include ::postfix' ``` Output: Error: Could not prefetch mailalias provider 'aliases': Could not parse line "postmaster: root" (file: /etc/aliases, line: 3) Error: Failed to apply catalog: Could not parse line "postmaster: root" (file: /etc/aliases, line: 3) Revert to v6.6.0 and everything works normally, as it did yesterday. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/924d5041-41ad-4e8b-aa01-a23fd5718ca1%40googlegroups.com.
