Don't upgrade to Puppet v6.7.0 if you use the camptocamp-postfix module

44 views
Skip to first unread message

comport3

unread,
Jul 23, 2019, 8:36:22 PM7/23/19
to Puppet Users
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:
```
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.

comport3

unread,
Jul 23, 2019, 8:42:15 PM7/23/19
to Puppet Users
Reply all
Reply to author
Forward
0 new messages