Skip to content
Snippets Groups Projects
Commit 89fdb4e4 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Test myorigin, alias_maps, inet_interfaces

parent 9117100f
Branches
Tags
No related merge requests found
...@@ -18,9 +18,9 @@ describe 'postfix' do ...@@ -18,9 +18,9 @@ describe 'postfix' do
it { should contain_file('/etc/postfix/master.cf').without('seltype') } it { should contain_file('/etc/postfix/master.cf').without('seltype') }
it { should contain_file('/etc/postfix/main.cf').without('seltype') } it { should contain_file('/etc/postfix/main.cf').without('seltype') }
it { should contain_postfix__config('myorigin') } it { should contain_postfix__config('myorigin').with_value('fqdn.example.com') }
it { should contain_postfix__config('alias_maps') } it { should contain_postfix__config('alias_maps').with_value('hash:/etc/aliases') }
it { should contain_postfix__config('inet_interfaces') } it { should contain_postfix__config('inet_interfaces').with_value('localhost') }
it { should contain_mailalias('root').with_recipient('nobody') } it { should contain_mailalias('root').with_recipient('nobody') }
...@@ -49,9 +49,9 @@ describe 'postfix' do ...@@ -49,9 +49,9 @@ describe 'postfix' do
it { should contain_file('/etc/postfix/master.cf').without('seltype') } it { should contain_file('/etc/postfix/master.cf').without('seltype') }
it { should contain_file('/etc/postfix/main.cf').without('seltype') } it { should contain_file('/etc/postfix/main.cf').without('seltype') }
it { should contain_postfix__config('myorigin') } it { should contain_postfix__config('myorigin').with_value('fqdn.example.com') }
it { should contain_postfix__config('alias_maps') } it { should contain_postfix__config('alias_maps').with_value('hash:/etc/aliases') }
it { should contain_postfix__config('inet_interfaces') } it { should contain_postfix__config('inet_interfaces').with_value('localhost') }
it { should contain_postfix__config('sendmail_path') } it { should contain_postfix__config('sendmail_path') }
it { should contain_postfix__config('newaliases_path') } it { should contain_postfix__config('newaliases_path') }
it { should contain_postfix__config('mailq_path') } it { should contain_postfix__config('mailq_path') }
...@@ -122,9 +122,9 @@ describe 'postfix' do ...@@ -122,9 +122,9 @@ describe 'postfix' do
} }
it { should contain_file('/etc/postfix/main.cf').without('seltype') } it { should contain_file('/etc/postfix/main.cf').without('seltype') }
it { should contain_postfix__config('myorigin') } it { should contain_postfix__config('myorigin').with_value('localhost') }
it { should contain_postfix__config('alias_maps') } it { should contain_postfix__config('alias_maps').with_value('hash:/etc/aliases') }
it { should contain_postfix__config('inet_interfaces') } it { should contain_postfix__config('inet_interfaces').with_value('localhost2') }
it { should contain_mailalias('root').with_recipient('foo') } it { should contain_mailalias('root').with_recipient('foo') }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment