Unverified Commit 76ebbcc2 authored by Steve Traylen's avatar Steve Traylen Committed by GitHub
Browse files

Merge pull request #322 from traylenator/mailx

Declare CentOS 9 Support, Install s-nail on 9
parents fd273052 ba2cac92
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
---

postfix::params::mailx_package: 's-nail'
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "7",
        "8"
        "8",
        "9"
      ]
    },
    {
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ describe 'postfix class' do
      it { is_expected.to be_running }
    end

    describe file('/etc/aliases') do
    describe file('/etc/aliases', '/usr/bin/mailx') do
      it { is_expected.to exist }
    end
  end