thias / puppet-postfix

Puppet Postfix module
Other
17 stars 117 forks source link

Compatibility with Postfix 3 #92

Open runejuhl opened 8 years ago

runejuhl commented 8 years ago

Postfix 3 introduces a compatibility_level setting and changes the default value of daemon_directory.

Also includes linting of primarily trailing spaces.

eLvErDe commented 6 years ago

Hi,

Would you consider adding Raspbian (Debian built for RaspberryPi in this pull request).

In params.pp

        'Debian', 'Raspbian': {
          $daemon_directory = $::lsbdistcodename ? {
            /(wheezy|jessie)/ => '/usr/lib/postfix',
            default           => '/usr/lib/postfix/sbin',
          }
        }
lvicainne commented 6 years ago

Hello ! @thias , it could be a nice thing to merge this PR ! :-) Thanks !